Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/tests/
H A Dparameters_002.phpt87 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 Dunion_types.phpt10 echo "Allows null: " . ($rt->allowsNull() ? "true" : "false") . "\n";
14 echo " Allows Null: " . ($type->allowsNull() ? "true" : "false") . "\n";
H A DReflectionType_001.phpt29 var_dump($ra->allowsNull());
49 var_dump($ra->allowsNull());
71 var_dump($ra->allowsNull());
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php525 public function allowsNull() {} function in ReflectionParameter
560 public function allowsNull() {} function in ReflectionType
H A Dphp_reflection_arginfo.h651 ZEND_METHOD(ReflectionParameter, allowsNull);
661 ZEND_METHOD(ReflectionType, allowsNull);
915 …ZEND_ME(ReflectionParameter, allowsNull, arginfo_class_ReflectionParameter_allowsNull, ZEND_ACC_PU…
931 ZEND_ME(ReflectionType, allowsNull, arginfo_class_ReflectionType_allowsNull, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c2650 ZEND_METHOD(ReflectionParameter, allowsNull) in ZEND_METHOD() argument
2884 ZEND_METHOD(ReflectionType, allowsNull) in ZEND_METHOD() argument

Completed in 31 milliseconds