Home
last modified time | relevance | path

Searched refs:isArray (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_isArray.phpt2 public bool ReflectionParameter::isArray ( void );
13 var_dump($parameter->isArray());
17 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
20 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
23 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
26 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
H A Dparameters_002.phpt84 isArray:
97 isArray:
110 isArray:
123 isArray:
136 isArray:
149 isArray:
163 isArray:
178 isArray:
191 isArray:
204 isArray:
[all …]
/PHP-8.1/ext/reflection/
H A Dphp_reflection.stub.php546 public function isArray(): bool {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h764 ZEND_METHOD(ReflectionParameter, isArray);
1053 …ZEND_ME(ReflectionParameter, isArray, arginfo_class_ReflectionParameter_isArray, ZEND_ACC_PUBLIC|Z…
H A Dphp_reflection.c2731 ZEND_METHOD(ReflectionParameter, isArray) in ZEND_METHOD() argument
/PHP-8.1/build/
H A Dgen_stub.php221 $isArray = preg_match("/(.*)\s*\[\s*\]/", $typeString, $matches);
222 if ($isArray) {
227 …$isArray = preg_match("/array\s*<\s*([A-Za-z0-9_-|]+)?(\s*,\s*)?([A-Za-z0-9_-|]+)?\s*>/i", $typeSt…
228 if ($isArray) {

Completed in 36 milliseconds