Searched defs:allow_null (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/Zend/ |
H A D | zend_API.h | 103 #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, 1, al… argument
|
H A D | zend_compile.h | 180 zend_bool allow_null; member
|
Completed in 12 milliseconds