Loading core/modules/rest/src/RequestHandler.php +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ protected function getLegacyParameters(RouteMatchInterface $route_match, $unseri $parameters = []; // Filter out all internal parameters starting with "_". foreach ($route_parameters as $key => $parameter) { if ($key{0} !== '_') { if (substr((string) $key, 0, 1) !== '_') { $parameters[] = $parameter; } } Loading core/modules/search/src/SearchQuery.php +1 −1 Original line number Diff line number Diff line Loading @@ -246,7 +246,7 @@ protected function parseSearchExpression() { // Strip off phrase quotes. $phrase = FALSE; if ($match[2]{0} == '"') { if ($match[2][0] == '"') { $match[2] = substr($match[2], 1, -1); $phrase = TRUE; $this->simple = FALSE; Loading core/modules/views/src/Plugin/views/filter/StringFilter.php +1 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ protected function opContainsWord($field) { foreach ($matches as $match) { $phrase = FALSE; // Strip off phrase quotes if ($match[2]{0} == '"') { if ($match[2][0] == '"') { $match[2] = substr($match[2], 1, -1); $phrase = TRUE; } Loading Loading
core/modules/rest/src/RequestHandler.php +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ protected function getLegacyParameters(RouteMatchInterface $route_match, $unseri $parameters = []; // Filter out all internal parameters starting with "_". foreach ($route_parameters as $key => $parameter) { if ($key{0} !== '_') { if (substr((string) $key, 0, 1) !== '_') { $parameters[] = $parameter; } } Loading
core/modules/search/src/SearchQuery.php +1 −1 Original line number Diff line number Diff line Loading @@ -246,7 +246,7 @@ protected function parseSearchExpression() { // Strip off phrase quotes. $phrase = FALSE; if ($match[2]{0} == '"') { if ($match[2][0] == '"') { $match[2] = substr($match[2], 1, -1); $phrase = TRUE; $this->simple = FALSE; Loading
core/modules/views/src/Plugin/views/filter/StringFilter.php +1 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ protected function opContainsWord($field) { foreach ($matches as $match) { $phrase = FALSE; // Strip off phrase quotes if ($match[2]{0} == '"') { if ($match[2][0] == '"') { $match[2] = substr($match[2], 1, -1); $phrase = TRUE; } Loading