Searched refs:allowsNull (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/ext/reflection/tests/ |
H A D | parameters_002.phpt | 87 allowsNull: bool(true) 100 allowsNull: bool(false) 113 allowsNull: bool(true) 126 allowsNull: bool(false) 139 allowsNull: bool(false) 152 allowsNull: bool(true) 166 allowsNull: bool(true) 181 allowsNull: bool(true) 207 allowsNull: bool(true) 246 allowsNull: bool(true) [all …]
|
H A D | intersection_types.phpt | 8 echo "Allows null: " . json_encode($rt->allowsNull()) . "\n"; 12 echo " Allows Null: " . json_encode($type->allowsNull()) . "\n";
|
H A D | union_types.phpt | 8 echo "Allows null: " . ($rt->allowsNull() ? "true" : "false") . "\n"; 12 echo " Allows Null: " . ($type->allowsNull() ? "true" : "false") . "\n";
|
H A D | ReflectionType_001.phpt | 29 var_dump($ra->allowsNull()); 49 var_dump($ra->allowsNull()); 71 var_dump($ra->allowsNull());
|
/PHP-8.1/ext/zend_test/tests/ |
H A D | variadic_arguments.phpt | 24 var_dump($types[0]->allowsNull()); 30 var_dump($types[1]->allowsNull());
|
/PHP-8.1/ext/reflection/ |
H A D | php_reflection.stub.php | 555 public function allowsNull(): bool {} function in ReflectionParameter 590 public function allowsNull(): bool {} function in ReflectionType
|
H A D | php_reflection_arginfo.h | 766 ZEND_METHOD(ReflectionParameter, allowsNull); 776 ZEND_METHOD(ReflectionType, allowsNull); 1055 …ZEND_ME(ReflectionParameter, allowsNull, arginfo_class_ReflectionParameter_allowsNull, ZEND_ACC_PU… 1071 ZEND_ME(ReflectionType, allowsNull, arginfo_class_ReflectionType_allowsNull, ZEND_ACC_PUBLIC)
|
H A D | php_reflection.c | 2765 ZEND_METHOD(ReflectionParameter, allowsNull) in ZEND_METHOD() argument 3008 ZEND_METHOD(ReflectionType, allowsNull) in ZEND_METHOD() argument
|
Completed in 41 milliseconds