Home
last modified time | relevance | path

Searched defs:allow_null (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_API.h104 #define ZEND_ARG_OBJ_INFO(pass_by_ref, name, classname, allow_null) { #name, #classname, IS_OBJECT… argument
105 #define ZEND_ARG_ARRAY_INFO(pass_by_ref, name, allow_null) { #name, NULL, IS_ARRAY, pass_… argument
106 #define ZEND_ARG_CALLABLE_INFO(pass_by_ref, name, allow_null) { #name, NULL, IS_CALLABLE, pa… argument
107 #define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) { #name, NULL, type_hint, pass… argument
111 …WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, class_name, allow_null) \ argument
114 #define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO(name, type, class_name, allow_null) \ argument
H A Dzend_compile.h305 zend_bool allow_null; member
315 zend_bool allow_null; member
329 zend_bool allow_null; member

Completed in 22 milliseconds