typo (i really should have written this phpunit test before as suggested ...)
This commit is contained in:
@@ -150,7 +150,7 @@ function PMA_isValid(&$var, $type = 'length', $compare = null)
|
|||||||
if ($type === 'length' || $type === 'scalar') {
|
if ($type === 'length' || $type === 'scalar') {
|
||||||
$is_scalar = is_scalar($var);
|
$is_scalar = is_scalar($var);
|
||||||
if ($is_scalar && $type === 'length') {
|
if ($is_scalar && $type === 'length') {
|
||||||
return (bool) strlen($is_scalar);
|
return (bool) strlen($var);
|
||||||
}
|
}
|
||||||
return $is_scalar;
|
return $is_scalar;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user