Home
last modified time | relevance | path

Searched refs:allowsNull (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/reflection/tests/
H A Dparameters_002.phpt88 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-src/ext/zend_test/tests/
H A Dvariadic_arguments.phpt24 var_dump($types[0]->allowsNull());
30 var_dump($types[1]->allowsNull());
/php-src/ext/reflection/tests/types/
H A Dintersection_types.phpt8 echo "Allows null: " . json_encode($rt->allowsNull()) . "\n";
12 echo " Allows Null: " . json_encode($type->allowsNull()) . "\n";
H A Dunion_types.phpt8 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 DReflectionType_001.phpt29 var_dump($ra->allowsNull());
49 var_dump($ra->allowsNull());
71 var_dump($ra->allowsNull());
H A Dpure_intersection_type_implicitly_nullable.phpt9 echo $str_indent . "Allows Null: " . json_encode($rt->allowsNull()) . "\n";
H A Ddnf_types_with_null.phpt9 echo $str_indent . "Allows Null: " . json_encode($rt->allowsNull()) . "\n";
H A Ddnf_types.phpt13 echo $str_indent . " Allows Null: " . json_encode($type->allowsNull()) . "\n";
/php-src/ext/reflection/
H A Dphp_reflection.stub.php617 public function allowsNull(): bool {} function in ReflectionParameter
652 public function allowsNull(): bool {} function in ReflectionType
H A Dphp_reflection_arginfo.h803 ZEND_METHOD(ReflectionParameter, allowsNull);
813 ZEND_METHOD(ReflectionType, allowsNull);
1094 …ZEND_ME(ReflectionParameter, allowsNull, arginfo_class_ReflectionParameter_allowsNull, ZEND_ACC_PU…
1109 ZEND_ME(ReflectionType, allowsNull, arginfo_class_ReflectionType_allowsNull, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c2810 ZEND_METHOD(ReflectionParameter, allowsNull) in ZEND_METHOD() argument
3053 ZEND_METHOD(ReflectionType, allowsNull) in ZEND_METHOD() argument

Completed in 61 milliseconds