Searched refs:allowsNull (Results 1 – 11 of 11) sorted by relevance
/PHP-8.4/ext/reflection/tests/ |
H A D | parameters_002.phpt | 88 allowsNull: bool(true) 101 allowsNull: bool(false) 114 allowsNull: bool(true) 127 allowsNull: bool(false) 140 allowsNull: bool(false) 153 allowsNull: bool(true) 167 allowsNull: bool(true) 182 allowsNull: bool(true) 208 allowsNull: bool(true) 247 allowsNull: bool(true) [all …]
|
/PHP-8.4/ext/zend_test/tests/ |
H A D | variadic_arguments.phpt | 24 var_dump($types[0]->allowsNull()); 30 var_dump($types[1]->allowsNull());
|
/PHP-8.4/ext/reflection/tests/types/ |
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"; 20 echo " Allows Null: " . ($rt->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());
|
H A D | pure_intersection_type_implicitly_nullable.phpt | 9 echo $str_indent . "Allows Null: " . json_encode($rt->allowsNull()) . "\n";
|
H A D | dnf_types_with_null.phpt | 9 echo $str_indent . "Allows Null: " . json_encode($rt->allowsNull()) . "\n";
|
H A D | dnf_types.phpt | 13 echo $str_indent . " Allows Null: " . json_encode($type->allowsNull()) . "\n";
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.stub.php | 690 public function allowsNull(): bool {} function in ReflectionParameter 725 public function allowsNull(): bool {} function in ReflectionType
|
H A D | php_reflection_arginfo.h | 909 ZEND_METHOD(ReflectionParameter, allowsNull); 919 ZEND_METHOD(ReflectionType, allowsNull); 1217 …ZEND_ME(ReflectionParameter, allowsNull, arginfo_class_ReflectionParameter_allowsNull, ZEND_ACC_PU… 1232 ZEND_ME(ReflectionType, allowsNull, arginfo_class_ReflectionType_allowsNull, ZEND_ACC_PUBLIC)
|
H A D | php_reflection.c | 2842 ZEND_METHOD(ReflectionParameter, allowsNull) in ZEND_METHOD() argument 3085 ZEND_METHOD(ReflectionType, allowsNull) in ZEND_METHOD() argument
|
Completed in 41 milliseconds