Home
last modified time | relevance | path

Searched refs:ZEND_TYPE_IS_SET (Results 1 – 22 of 22) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_objects_API.h109 if (prop_info && ZEND_TYPE_IS_SET(prop_info->type)) { in zend_get_typed_property_info_for_slot()
H A Dzend_objects.c73 if (ZEND_TYPE_IS_SET(prop_info->type)) { in zend_object_std_dtor()
216 if (ZEND_TYPE_IS_SET(prop_info->type)) { in zend_objects_clone_members()
H A Dzend_inheritance.c640 ZEND_ASSERT(ZEND_TYPE_IS_SET(fe_type) && ZEND_TYPE_IS_SET(proto_type)); in zend_perform_covariant_type_check()
736 if (!ZEND_TYPE_IS_SET(proto_arg_info->type)) { in zend_do_perform_arg_type_hint_check()
864 if (ZEND_TYPE_IS_SET(arg_info->type)) { in zend_append_type_hint()
1249 if (ZEND_TYPE_IS_SET(parent_info->type) != ZEND_TYPE_IS_SET(child_info->type)) { in property_types_compatible()
1325 …} else if (UNEXPECTED(ZEND_TYPE_IS_SET(child_info->type) && !ZEND_TYPE_IS_SET(parent_info->type)))… in do_inherit_property()
1398 ZEND_ASSERT(ZEND_TYPE_IS_SET(parent->type)); in class_constant_types_compatible()
1400 if (!ZEND_TYPE_IS_SET(child->type)) { in class_constant_types_compatible()
2397 if (ZEND_TYPE_IS_SET(trait_constant->type) != ZEND_TYPE_IS_SET(existing_constant->type)) { in do_trait_constant_check()
2400 } else if (ZEND_TYPE_IS_SET(trait_constant->type)) { in do_trait_constant_check()
3303 if (ZEND_TYPE_IS_SET(child_info->type)) { in zend_can_early_bind()
[all …]
H A Dzend_API.c1416 if (ZEND_TYPE_IS_SET(prop_info->type)) { in update_property()
1440 if (EXPECTED(!ZEND_TYPE_IS_SET(c->type) || ZEND_TYPE_PURE_MASK(c->type) == MAY_BE_ANY)) { in zend_update_class_constant()
1649 if (UNEXPECTED(ZEND_TYPE_IS_SET(property_info->type))) { in object_properties_init_ex()
2563 ZEND_TYPE_IS_SET(fptr->common.arg_info[arg_num].type) in zend_check_magic_method_arg_type()
2866 if (ZEND_TYPE_IS_SET(info->type)) { in zend_register_functions()
2946 if (ZEND_TYPE_IS_SET(arg_info->type)) { in zend_register_functions()
4336 if (ZEND_TYPE_IS_SET(type)) { in zend_declare_typed_property()
4892 if (ZEND_TYPE_IS_SET(prop_info->type)) { in zend_update_static_property_ex()
H A Dzend_object_handlers.c399 if (EXPECTED(!ZEND_TYPE_IS_SET(property_info->type))) { in zend_get_property_offset()
1129 } else if (!prop_info || !ZEND_TYPE_IS_SET(prop_info->type)) { in zend_std_get_property_ptr_ptr()
1630 && Z_TYPE_P(ret) == IS_UNDEF && ZEND_TYPE_IS_SET(property_info->type))) { in zend_std_get_static_property_with_info()
H A Dzend_types.h166 #define ZEND_TYPE_IS_SET(t) \ macro
196 (ZEND_TYPE_IS_SET(t) && (t).ptr == NULL)
H A Dzend_execute.c1193 ZEND_ASSERT(ZEND_TYPE_IS_SET(*type)); in zend_check_type()
1221 if (ZEND_TYPE_IS_SET(cur_arg_info->type) in zend_verify_recv_arg_type()
1233 ZEND_ASSERT(ZEND_TYPE_IS_SET(arg_info->type)); in zend_verify_variadic_arg_type()
1258 if (ZEND_TYPE_IS_SET(cur_arg_info->type) in zend_verify_internal_arg_types()
3078 if (!ZEND_TYPE_IS_SET(type)) { in check_type_array_assignable()
3447 && UNEXPECTED(ZEND_TYPE_IS_SET(property_info->type))) { in zend_fetch_static_property_address()
3462 if (flags && ZEND_TYPE_IS_SET(property_info->type)) { in zend_fetch_static_property_address()
H A Dzend_vm_def.h1134 if (UNEXPECTED(ZEND_TYPE_IS_SET(prop_info->type))) {
1443 ZEND_TYPE_IS_SET(prop_info->type) ? prop_info : NULL OPLINE_CC EXECUTE_DATA_CC);
1469 ZEND_TYPE_IS_SET(prop_info->type) ? prop_info : NULL OPLINE_CC EXECUTE_DATA_CC);
2142 && ZEND_TYPE_IS_SET(prop_info->type)) {
2536 if (UNEXPECTED(ZEND_TYPE_IS_SET(prop_info->type))) {
2834 } else if (UNEXPECTED(ZEND_TYPE_IS_SET(prop_info->type))) {
5615 if (UNEXPECTED(ZEND_TYPE_IS_SET(arg_info->type))) { in ZEND_HASH_FILL_PACKED()
5643 if (ZEND_TYPE_IS_SET(arg_info->type)) {
7164 if (ZEND_TYPE_IS_SET(prop_info->type)) {
H A Dzend_compile.c2573 if (ZEND_TYPE_IS_SET(type)) { in zend_emit_return_type_check()
6822 ZEND_ASSERT(ZEND_TYPE_IS_SET(type)); in zend_is_valid_default_value()
7172 if (ZEND_TYPE_IS_SET(type)) { in zend_compile_params()
7763 if (ZEND_TYPE_IS_SET(type) && !Z_CONSTANT(value_zv) in zend_compile_prop_decl()
7781 } else if (!ZEND_TYPE_IS_SET(type)) { in zend_compile_prop_decl()
7792 if (!ZEND_TYPE_IS_SET(type)) { in zend_compile_prop_decl()
7876 …if (!Z_CONSTANT(value_zv) && ZEND_TYPE_IS_SET(type) && !zend_is_valid_default_value(type, &value_z… in zend_compile_class_const_decl()
H A Dzend_vm_execute.h4028 if (ZEND_TYPE_IS_SET(arg_info->type)) { in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
6486 && ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER()
9006 && ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER()
11393 && ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER()
15775 && ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER()
17220 && ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER()
18580 && ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CV_HANDLER()
33007 && ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_CONST_INLINE_HANDLER()
35066 && ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_TMPVAR_HANDLER()
37562 && ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_CV_HANDLER()
[all …]
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c676 if (ZEND_TYPE_IS_SET(arg_info->type)) { in _parameter_string()
867 if (ZEND_TYPE_IS_SET(fptr->common.arg_info[-1].type)) { in _function_string()
914 if (ZEND_TYPE_IS_SET(prop->type)) { in _property_string()
2702 RETVAL_BOOL(ZEND_TYPE_IS_SET(param->arg_info->type)); in ZEND_METHOD()
2717 if (!ZEND_TYPE_IS_SET(param->arg_info->type)) { in ZEND_METHOD()
2774 RETVAL_BOOL(!ZEND_TYPE_IS_SET(param->arg_info->type) in ZEND_METHOD()
3851 if (!ZEND_TYPE_IS_SET(ref->type)) { in ZEND_METHOD()
3869 RETVAL_BOOL(ZEND_TYPE_IS_SET(ref->type)); in ZEND_METHOD()
4140 if (ZEND_TYPE_IS_SET(prop_info->type) && Z_ISUNDEF_P(prop)) { in ZEND_METHOD()
5871 if (!ref->prop || !ZEND_TYPE_IS_SET(ref->prop->type)) { in ZEND_METHOD()
[all …]
/PHP-8.3/ext/mysqli/
H A Dmysqli.c274 if (prop && ZEND_TYPE_IS_SET(prop->type)) { in mysqli_write_property()
/PHP-8.3/ext/standard/
H A Dvar.c78 ZEND_ASSERT(ZEND_TYPE_IS_SET(prop_info->type)); in php_object_property_dump()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc11978 if (arg_info && !ZEND_TYPE_IS_SET(arg_info->type)) {
12092 if (!ZEND_TYPE_IS_SET(arg_info->type)) {
12348 && ZEND_TYPE_IS_SET(prop_info->type)) {
12607 !ZEND_TYPE_IS_SET(prop_info->type))
12780 if (ZEND_TYPE_IS_SET(prop_info->type)) {
12829 if (!prop_info || !ZEND_TYPE_IS_SET(prop_info->type)) {
12967 && !ZEND_TYPE_IS_SET(prop_info->type)
13214 if (ZEND_TYPE_IS_SET(prop_info->type)) {
13266 if (!prop_info || !ZEND_TYPE_IS_SET(prop_info->type)) {
13619 if (ZEND_TYPE_IS_SET(prop_info->type)) {
[all …]
H A Dzend_jit_x86.dasc12737 if (arg_info && !ZEND_TYPE_IS_SET(arg_info->type)) {
12853 if (!ZEND_TYPE_IS_SET(arg_info->type)) {
13123 && ZEND_TYPE_IS_SET(prop_info->type)) {
13387 !ZEND_TYPE_IS_SET(prop_info->type))
13555 if (ZEND_TYPE_IS_SET(prop_info->type)) {
13612 if (!prop_info || !ZEND_TYPE_IS_SET(prop_info->type)) {
13769 && !ZEND_TYPE_IS_SET(prop_info->type)
14028 if (ZEND_TYPE_IS_SET(prop_info->type)) {
14098 if (!prop_info || !ZEND_TYPE_IS_SET(prop_info->type)) {
14489 if (ZEND_TYPE_IS_SET(prop_info->type)) {
[all …]
H A Dzend_jit_helpers.c1957 if (!ZEND_TYPE_IS_SET(type)) { in check_type_array_assignable()
2104 && ZEND_TYPE_IS_SET(prop->type) in zend_jit_check_array_promotion()
H A Dzend_jit.c524 if (ZEND_TYPE_IS_SET(arg_info->type)) { in skip_valid_arguments()
2820 if (!ZEND_TYPE_IS_SET(arg_info->type)) { in zend_jit()
H A Dzend_jit_trace.c500 if (ZEND_TYPE_IS_SET(arg_info->type)) { in zend_jit_trace_send_type()
518 && ZEND_TYPE_IS_SET(arg_info->type) in zend_jit_needs_arg_dtor()
2012 if (ZEND_TYPE_IS_SET(arg_info->type)) { in zend_jit_trace_build_tssa()
/PHP-8.3/ext/spl/
H A Dspl_array.c992 if (EXPECTED(prop_info != NULL) && ZEND_TYPE_IS_SET(prop_info->type)) { in spl_array_it_get_current_data()
/PHP-8.3/ext/snmp/
H A Dsnmp.c1724 if (prop && ZEND_TYPE_IS_SET(prop->type)) { in php_snmp_write_property()
/PHP-8.3/ext/dom/
H A Dphp_dom.c351 if (prop && ZEND_TYPE_IS_SET(prop->type)) { in dom_write_property()
/PHP-8.3/Zend/Optimizer/
H A Dzend_inference.c2378 if (!ZEND_TYPE_IS_SET(type)) { in zend_convert_type()
5099 if (ZEND_TYPE_IS_SET(prop_info->type)) { in zend_may_throw_ex()
5136 return ZEND_TYPE_IS_SET(cur_arg_info->type); in zend_may_throw_ex()

Completed in 450 milliseconds