/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
reflection
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/reflection/tests/ReflectionClass_isArray.phpt
--TEST-- public bool ReflectionParameter::isArray ( void ); --CREDITS-- marcosptf - <marcosptf@yahoo.com.br> - @phpsp - sao paulo - br --FILE-- <?php function testReflectionIsArray(array $a, ?array $b, iterable $c, array|string $d) {} $reflection = new ReflectionFunction('testReflectionIsArray'); foreach ($reflection->getParameters() as $parameter) { var_dump($parameter->isArray()); } ?> --EXPECTF-- Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d bool(true) Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d bool(true) Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d bool(false) Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d bool(false)
Copyright ©2k19 -
Hexid
|
Tex7ure