We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed0269 commit 838b514Copy full SHA for 838b514
src/Mouf/Mvc/Splash/Routers/PhpVarsCheckRouter.php
@@ -63,7 +63,7 @@ private static function iniGetBytes($val)
63
$val = trim(ini_get($val));
64
if ($val != '') {
65
$last = strtolower(
66
- $val{strlen($val) - 1}
+ $val[strlen($val) - 1]
67
);
68
} else {
69
$last = '';
0 commit comments