Searched defs:allow_null (Results 1 – 8 of 8) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_API.h | 102 #define ZEND_ARG_OBJ_INFO(pass_by_ref, name, classname, allow_null) { #name, ZEND_TYPE_ENCODE_CLAS… argument 103 #define ZEND_ARG_ARRAY_INFO(pass_by_ref, name, allow_null) { #name, ZEND_TYPE_ENCODE(IS_A… argument 104 #define ZEND_ARG_CALLABLE_INFO(pass_by_ref, name, allow_null) { #name, ZEND_TYPE_ENCODE(IS_C… argument 105 #define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) { #name, ZEND_TYPE_ENCODE(type… argument 107 #define ZEND_ARG_VARIADIC_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) { #name, ZEND_TYPE_EN… argument 108 #define ZEND_ARG_VARIADIC_OBJ_INFO(pass_by_ref, name, classname, allow_null) { #name, ZEND_TYPE_EN… argument 110 …IN_ARG_WITH_RETURN_OBJ_INFO_EX(name, return_reference, required_num_args, class_name, allow_null) \ argument 114 #define ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO(name, class_name, allow_null) \ argument 117 …D_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null) \ argument 120 #define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO(name, type, allow_null) \ argument
|
H A D | zend_types.h | 142 #define ZEND_TYPE_ENCODE(code, allow_null) \ argument 145 #define ZEND_TYPE_ENCODE_CLASS(class_name, allow_null) \ argument 154 #define ZEND_TYPE_ENCODE_CLASS_CONST_Q1(allow_null, class_name) \ argument 156 #define ZEND_TYPE_ENCODE_CLASS_CONST(class_name, allow_null) \ argument
|
H A D | zend_compile.c | 5408 static void zend_compile_typename(zend_ast *ast, zend_arg_info *arg_info, zend_bool allow_null) /* … in zend_compile_typename() 5447 zend_bool allow_null = 0; in zend_compile_params() local 5544 zend_bool allow_null; in zend_compile_params() local
|
H A D | zend_API.c | 2312 zend_bool allow_null = 0; in zend_register_functions() local
|
/PHP-7.2/ext/opcache/ |
H A D | zend_persist_calc.c | 230 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(arg_info[i].type); in zend_persist_op_array_calc_ex() local
|
H A D | zend_persist.c | 528 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(arg_info[i].type); in zend_persist_op_array_ex() local
|
H A D | zend_file_cache.c | 479 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(p->type); local 1127 …zend_bool allow_null = (p->type & (Z_UL(1) << (sizeof(zend_type)*8-2))) != 0; /* type allow null */ local
|
H A D | ZendAccelerator.c | 544 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(arg_info[i].type); in accel_copy_permanent_strings() local
|
Completed in 60 milliseconds