Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/reflection/
H A Dphp_reflection.stub.php658 public function isArray(): bool {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h774 ZEND_METHOD(ReflectionParameter, isArray);
1066 …ZEND_ME(ReflectionParameter, isArray, arginfo_class_ReflectionParameter_isArray, ZEND_ACC_PUBLIC|Z…
H A Dphp_reflection.c2750 ZEND_METHOD(ReflectionParameter, isArray) in ZEND_METHOD() argument
/PHP-8.2/build/
H A Dgen_stub.php273 $isArray = preg_match("/(.*)\s*\[\s*\]/", $typeString, $matches);
274 if ($isArray) {
279 …$isArray = preg_match("/array\s*<\s*([A-Za-z0-9_-|]+)?(\s*,\s*)?([A-Za-z0-9_-|]+)?\s*>/i", $typeSt…
280 if ($isArray) {
385 public function isArray(): bool { function in SimpleType
1684 } elseif ($this->type->isArray()) {

Completed in 59 milliseconds