Home
last modified time | relevance | path

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

/PHP-7.1/ext/reflection/tests/
H A Dparameters_002.phpt85 allowsNull: bool(true)
94 allowsNull: bool(false)
103 allowsNull: bool(true)
112 allowsNull: bool(false)
121 allowsNull: bool(false)
130 allowsNull: bool(true)
140 allowsNull: bool(true)
151 allowsNull: bool(true)
169 allowsNull: bool(true)
196 allowsNull: bool(true)
[all …]
H A DReflectionType_001.phpt29 var_dump($ra->allowsNull());
49 var_dump($ra->allowsNull());
71 var_dump($ra->allowsNull());
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt58 allowsNull: no
65 allowsNull: no
72 allowsNull: no
79 allowsNull: no
86 allowsNull: no
93 allowsNull: no
116 allowsNull: no
123 allowsNull: no
130 allowsNull: no
137 allowsNull: no
[all …]
H A Dmysqli_class_mysqli_result_reflection.phpt109 allowsNull: no
132 allowsNull: no
155 allowsNull: no
210 allowsNull: no
249 allowsNull: no
256 allowsNull: no
295 allowsNull: no
H A Dreflection_tools.inc114 printf("allowsNull: %s\n", ($param->allowsNull()) ? 'yes' : 'no');
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c2799 ZEND_METHOD(reflection_parameter, allowsNull) in ZEND_METHOD() argument
2998 ZEND_METHOD(reflection_type, allowsNull) in ZEND_METHOD() argument
6728 ZEND_ME(reflection_parameter, allowsNull, arginfo_reflection__void, 0)
6741 ZEND_ME(reflection_type, allowsNull, arginfo_reflection__void, 0)

Completed in 32 milliseconds