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.
2 parents cb737d9 + de41741 commit 59f8916Copy full SHA for 59f8916
src/Mouf/Mvc/Splash/Routers/PhpVarsCheckRouter.php
@@ -82,6 +82,7 @@ private static function iniGetBytes($val)
82
} else {
83
$last = '';
84
}
85
+ $val = (int) $val;
86
switch ($last) {
87
// The 'G' modifier is available since PHP 5.1.0
88
case 'g':
0 commit comments