Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.h103 #define ZEND_ARG_OBJ_INFO(pass_by_ref, name, classname, allow_null) { #name, sizeof(#name)-1, #clas… argument
104 #define ZEND_ARG_ARRAY_INFO(pass_by_ref, name, allow_null) { #name, sizeof(#name)-1, NULL, 0, IS_AR… argument
105 #define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) { #name, sizeof(#name)-1, NULL… argument
H A Dzend_compile.h237 zend_bool allow_null; member

Completed in 12 milliseconds