Searched refs:isArray (Results 1 – 6 of 6) sorted by relevance
2 public bool ReflectionParameter::isArray ( void );13 var_dump($parameter->isArray());17 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d20 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d23 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d26 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
84 isArray: 97 isArray: 110 isArray: 123 isArray: 136 isArray: 149 isArray: 163 isArray: 178 isArray: 191 isArray: 204 isArray: [all …]
658 public function isArray(): bool {} function in ReflectionParameter
774 ZEND_METHOD(ReflectionParameter, isArray);1066 …ZEND_ME(ReflectionParameter, isArray, arginfo_class_ReflectionParameter_isArray, ZEND_ACC_PUBLIC|Z…
2764 ZEND_METHOD(ReflectionParameter, isArray) in ZEND_METHOD() argument
273 $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 SimpleType1684 } elseif ($this->type->isArray()) {
Completed in 41 milliseconds