Home
last modified time | relevance | path

Searched refs:ZEND_TYPE_ALLOW_NULL (Results 1 – 25 of 82) sorted by relevance

1234

/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_inheritance.c361 …(ZEND_TYPE_IS_SET(proto_arg_info->type) && ZEND_TYPE_ALLOW_NULL(proto_arg_info->type) && !ZEND_TYP… in zend_do_perform_implementation_check()
393 …if (ZEND_TYPE_ALLOW_NULL(fe->common.arg_info[-1].type) && !ZEND_TYPE_ALLOW_NULL(proto->common.arg_… in zend_do_perform_implementation_check()
404 if (ZEND_TYPE_IS_SET(arg_info->type) && ZEND_TYPE_ALLOW_NULL(arg_info->type)) { in zend_append_type_hint()
625 …(ZEND_TYPE_ALLOW_NULL(child->common.arg_info[-1].type) && !ZEND_TYPE_ALLOW_NULL(parent->common.arg… in do_inheritance_check_on_method()
H A Dzend_execute.c767 if (ZEND_TYPE_ALLOW_NULL(arg_info->type)) { in zend_verify_type_error_common()
911 …return Z_TYPE_P(arg) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_consta… in zend_check_type()
918 …return Z_TYPE_P(arg) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_consta… in zend_check_type()
923 …if (Z_TYPE_P(arg) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_constant(… in zend_check_type()
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_inheritance.c361 …(ZEND_TYPE_IS_SET(proto_arg_info->type) && ZEND_TYPE_ALLOW_NULL(proto_arg_info->type) && !ZEND_TYP… in zend_do_perform_implementation_check()
393 …if (ZEND_TYPE_ALLOW_NULL(fe->common.arg_info[-1].type) && !ZEND_TYPE_ALLOW_NULL(proto->common.arg_… in zend_do_perform_implementation_check()
404 if (ZEND_TYPE_IS_SET(arg_info->type) && ZEND_TYPE_ALLOW_NULL(arg_info->type)) { in zend_append_type_hint()
625 …(ZEND_TYPE_ALLOW_NULL(child->common.arg_info[-1].type) && !ZEND_TYPE_ALLOW_NULL(parent->common.arg… in do_inheritance_check_on_method()
H A Dzend_execute.c767 if (ZEND_TYPE_ALLOW_NULL(arg_info->type)) { in zend_verify_type_error_common()
911 …return Z_TYPE_P(arg) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_consta… in zend_check_type()
918 …return Z_TYPE_P(arg) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_consta… in zend_check_type()
923 …if (Z_TYPE_P(arg) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_constant(… in zend_check_type()
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_execute.c601 *part1 = ZEND_TYPE_ALLOW_NULL(type) ? "?" : ""; in zend_format_type()
762 if (ZEND_TYPE_ALLOW_NULL(arg_info->type)) { in zend_verify_type_error_common()
909 ZEND_TYPE_ALLOW_NULL(info->type) ? " or null" : "", in zend_verify_property_type_error()
916 ZEND_TYPE_ALLOW_NULL(info->type) ? " or null" : "", in zend_verify_property_type_error()
946 *type = ZEND_TYPE_ENCODE_CE(ce, ZEND_TYPE_ALLOW_NULL(*type)); in zend_resolve_class_type()
956 return Z_TYPE_P(property) == IS_NULL && ZEND_TYPE_ALLOW_NULL(info->type); in i_zend_check_property_type()
970 return ZEND_TYPE_ALLOW_NULL(info->type); in i_zend_check_property_type()
1656 ZEND_TYPE_ALLOW_NULL(error_prop->type) ? "?" : ""); in zend_throw_incdec_ref_error()
1663 ZEND_TYPE_ALLOW_NULL(error_prop->type) ? "?" : ""); in zend_throw_incdec_ref_error()
2807 if (!ZEND_TYPE_ALLOW_NULL(prop_info->type)) { in zend_handle_fetch_obj_flags()
[all …]
H A Dzend_inheritance.c328 if (ZEND_TYPE_ALLOW_NULL(fe_type) && !ZEND_TYPE_ALLOW_NULL(proto_type)) { in zend_perform_covariant_type_check()
530 if (ZEND_TYPE_IS_SET(arg_info->type) && ZEND_TYPE_ALLOW_NULL(arg_info->type)) { in zend_append_type_hint()
912 ZEND_TYPE_ALLOW_NULL(parent_info->type) != ZEND_TYPE_ALLOW_NULL(child_info->type)) { in property_types_compatible()
945 ZEND_TYPE_ALLOW_NULL(parent->type) ? "?" : "", in emit_incompatible_property_error()
H A Dzend.c609 name, ZEND_TYPE_ALLOW_NULL(arg_info[i].type)); in function_copy_ctor()
980 prop_info->type = ZEND_TYPE_ENCODE_CE(prop_ce, ZEND_TYPE_ALLOW_NULL(prop_info->type)); in zend_resolve_property_types()
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_execute.c601 *part1 = ZEND_TYPE_ALLOW_NULL(type) ? "?" : ""; in zend_format_type()
762 if (ZEND_TYPE_ALLOW_NULL(arg_info->type)) { in zend_verify_type_error_common()
909 ZEND_TYPE_ALLOW_NULL(info->type) ? " or null" : "", in zend_verify_property_type_error()
916 ZEND_TYPE_ALLOW_NULL(info->type) ? " or null" : "", in zend_verify_property_type_error()
946 *type = ZEND_TYPE_ENCODE_CE(ce, ZEND_TYPE_ALLOW_NULL(*type)); in zend_resolve_class_type()
956 return Z_TYPE_P(property) == IS_NULL && ZEND_TYPE_ALLOW_NULL(info->type); in i_zend_check_property_type()
970 return ZEND_TYPE_ALLOW_NULL(info->type); in i_zend_check_property_type()
1656 ZEND_TYPE_ALLOW_NULL(error_prop->type) ? "?" : ""); in zend_throw_incdec_ref_error()
1663 ZEND_TYPE_ALLOW_NULL(error_prop->type) ? "?" : ""); in zend_throw_incdec_ref_error()
2807 if (!ZEND_TYPE_ALLOW_NULL(prop_info->type)) { in zend_handle_fetch_obj_flags()
[all …]
H A Dzend_inheritance.c328 if (ZEND_TYPE_ALLOW_NULL(fe_type) && !ZEND_TYPE_ALLOW_NULL(proto_type)) { in zend_perform_covariant_type_check()
530 if (ZEND_TYPE_IS_SET(arg_info->type) && ZEND_TYPE_ALLOW_NULL(arg_info->type)) { in zend_append_type_hint()
912 ZEND_TYPE_ALLOW_NULL(parent_info->type) != ZEND_TYPE_ALLOW_NULL(child_info->type)) { in property_types_compatible()
945 ZEND_TYPE_ALLOW_NULL(parent->type) ? "?" : "", in emit_incompatible_property_error()
H A Dzend.c609 name, ZEND_TYPE_ALLOW_NULL(arg_info[i].type)); in function_copy_ctor()
980 prop_info->type = ZEND_TYPE_ENCODE_CE(prop_ce, ZEND_TYPE_ALLOW_NULL(prop_info->type)); in zend_resolve_property_types()
/dports/lang/php74/php-7.4.27/ext/opcache/
H A Dzend_persist_calc.c227 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(arg_info[i].type); in zend_persist_op_array_calc_ex()
310 prop->type = ZEND_TYPE_ENCODE_CLASS(class_name, ZEND_TYPE_ALLOW_NULL(prop->type)); in zend_persist_property_info_calc()
H A Dzend_file_cache.c392 *type = ZEND_TYPE_ENCODE_CLASS(name, ZEND_TYPE_ALLOW_NULL(*type));
397 *type = ZEND_TYPE_ENCODE_CE(ce, ZEND_TYPE_ALLOW_NULL(*type));
1103 *type = ZEND_TYPE_ENCODE_CLASS(name, ZEND_TYPE_ALLOW_NULL(*type));
1108 *type = ZEND_TYPE_ENCODE_CE(ce, ZEND_TYPE_ALLOW_NULL(*type));
H A Dzend_persist.c500 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(arg_info[i].type); in zend_persist_op_array_ex()
655 prop->type = ZEND_TYPE_ENCODE_CLASS(class_name, ZEND_TYPE_ALLOW_NULL(prop->type)); in zend_persist_property_info()
941 prop->type = ZEND_TYPE_ENCODE_CE(ce, ZEND_TYPE_ALLOW_NULL(prop->type)); in zend_update_parent_ce()
/dports/www/php74-opcache/php-7.4.27/ext/opcache/
H A Dzend_persist_calc.c227 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(arg_info[i].type); in zend_persist_op_array_calc_ex()
310 prop->type = ZEND_TYPE_ENCODE_CLASS(class_name, ZEND_TYPE_ALLOW_NULL(prop->type)); in zend_persist_property_info_calc()
H A Dzend_file_cache.c392 *type = ZEND_TYPE_ENCODE_CLASS(name, ZEND_TYPE_ALLOW_NULL(*type));
397 *type = ZEND_TYPE_ENCODE_CE(ce, ZEND_TYPE_ALLOW_NULL(*type));
1103 *type = ZEND_TYPE_ENCODE_CLASS(name, ZEND_TYPE_ALLOW_NULL(*type));
1108 *type = ZEND_TYPE_ENCODE_CE(ce, ZEND_TYPE_ALLOW_NULL(*type));
H A Dzend_persist.c500 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(arg_info[i].type); in zend_persist_op_array_ex()
655 prop->type = ZEND_TYPE_ENCODE_CLASS(class_name, ZEND_TYPE_ALLOW_NULL(prop->type)); in zend_persist_property_info()
941 prop->type = ZEND_TYPE_ENCODE_CE(ce, ZEND_TYPE_ALLOW_NULL(prop->type)); in zend_update_parent_ce()
/dports/www/mod_php74/php-7.4.27/ext/opcache/
H A Dzend_persist_calc.c227 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(arg_info[i].type); in zend_persist_op_array_calc_ex()
310 prop->type = ZEND_TYPE_ENCODE_CLASS(class_name, ZEND_TYPE_ALLOW_NULL(prop->type)); in zend_persist_property_info_calc()
H A Dzend_file_cache.c392 *type = ZEND_TYPE_ENCODE_CLASS(name, ZEND_TYPE_ALLOW_NULL(*type));
397 *type = ZEND_TYPE_ENCODE_CE(ce, ZEND_TYPE_ALLOW_NULL(*type));
1103 *type = ZEND_TYPE_ENCODE_CLASS(name, ZEND_TYPE_ALLOW_NULL(*type));
1108 *type = ZEND_TYPE_ENCODE_CE(ce, ZEND_TYPE_ALLOW_NULL(*type));
H A Dzend_persist.c500 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(arg_info[i].type); in zend_persist_op_array_ex()
655 prop->type = ZEND_TYPE_ENCODE_CLASS(class_name, ZEND_TYPE_ALLOW_NULL(prop->type)); in zend_persist_property_info()
941 prop->type = ZEND_TYPE_ENCODE_CE(ce, ZEND_TYPE_ALLOW_NULL(prop->type)); in zend_update_parent_ce()
/dports/lang/php73/php-7.3.33/ext/opcache/
H A Dzend_persist_calc.c222 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(arg_info[i].type); in zend_persist_op_array_calc_ex()
/dports/www/php73-opcache/php-7.3.33/ext/opcache/
H A Dzend_persist_calc.c222 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(arg_info[i].type); in zend_persist_op_array_calc_ex()
/dports/www/mod_php73/php-7.3.33/ext/opcache/
H A Dzend_persist_calc.c222 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(arg_info[i].type); in zend_persist_op_array_calc_ex()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dvar.c82 ZEND_TYPE_ALLOW_NULL(prop_info->type) ? "?" : "", in php_object_property_dump()
271 ZEND_TYPE_ALLOW_NULL(prop_info->type) ? "?" : "", in zval_object_property_dump()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dvar.c82 ZEND_TYPE_ALLOW_NULL(prop_info->type) ? "?" : "", in php_object_property_dump()
271 ZEND_TYPE_ALLOW_NULL(prop_info->type) ? "?" : "", in zval_object_property_dump()
/dports/lang/php73/php-7.3.33/ext/reflection/
H A Dphp_reflection.c588 if (ZEND_TYPE_ALLOW_NULL(arg_info->type)) { in _parameter_string()
593 if (ZEND_TYPE_ALLOW_NULL(arg_info->type)) { in _parameter_string()
808 if (ZEND_TYPE_ALLOW_NULL(fptr->common.arg_info[-1].type)) { in _function_string()
813 if (ZEND_TYPE_ALLOW_NULL(fptr->common.arg_info[-1].type)) { in _function_string()
2662 RETVAL_BOOL(ZEND_TYPE_ALLOW_NULL(param->arg_info->type)); in ZEND_METHOD()
2872 RETVAL_BOOL(ZEND_TYPE_ALLOW_NULL(param->arg_info->type)); in ZEND_METHOD()

1234