Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_objects_API.h111 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()
1253 if (ZEND_TYPE_IS_SET(parent_info->type) != ZEND_TYPE_IS_SET(child_info->type)) { in property_types_compatible()
1321 if (ZEND_TYPE_IS_SET(parent_info->type)) { in do_inherit_property()
1329 …} else if (UNEXPECTED(ZEND_TYPE_IS_SET(child_info->type) && !ZEND_TYPE_IS_SET(parent_info->type)))… in do_inherit_property()
1402 ZEND_ASSERT(ZEND_TYPE_IS_SET(parent->type)); in class_constant_types_compatible()
1404 if (!ZEND_TYPE_IS_SET(child->type)) { in class_constant_types_compatible()
2383 if (ZEND_TYPE_IS_SET(trait_constant->type) != ZEND_TYPE_IS_SET(existing_constant->type)) { in do_trait_constant_check()
3288 if (ZEND_TYPE_IS_SET(child_info->type)) { in zend_can_early_bind()
[all …]
H A Dzend_API.c1463 if (ZEND_TYPE_IS_SET(prop_info->type)) { in update_property()
1487 if (EXPECTED(!ZEND_TYPE_IS_SET(c->type) || ZEND_TYPE_PURE_MASK(c->type) == MAY_BE_ANY)) { in zend_update_class_constant()
1699 if (ZEND_TYPE_IS_SET(property_info->type)) { in object_properties_init_ex()
2616 ZEND_TYPE_IS_SET(fptr->common.arg_info[arg_num].type) in zend_check_magic_method_arg_type()
2924 if (ZEND_TYPE_IS_SET(info->type)) { in zend_register_functions()
3025 if (ZEND_TYPE_IS_SET(arg_info->type)) { in zend_register_functions()
4415 if (ZEND_TYPE_IS_SET(type)) { in zend_declare_typed_property()
4974 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()
1123 } else if (!prop_info || !ZEND_TYPE_IS_SET(prop_info->type)) { in zend_std_get_property_ptr_ptr()
1624 && 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.c1195 ZEND_ASSERT(ZEND_TYPE_IS_SET(*type)); in zend_check_type()
1223 if (ZEND_TYPE_IS_SET(cur_arg_info->type) in zend_verify_recv_arg_type()
1235 ZEND_ASSERT(ZEND_TYPE_IS_SET(arg_info->type)); in zend_verify_variadic_arg_type()
1260 if (ZEND_TYPE_IS_SET(cur_arg_info->type) in zend_verify_internal_arg_types()
3080 if (!ZEND_TYPE_IS_SET(type)) { in check_type_array_assignable()
3446 && ZEND_TYPE_IS_SET(property_info->type)) { in zend_fetch_static_property_address()
3461 if (flags && ZEND_TYPE_IS_SET(property_info->type)) { in zend_fetch_static_property_address()
H A Dzend_vm_def.h1134 if (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 (ZEND_TYPE_IS_SET(prop_info->type)) {
2834 } else if (ZEND_TYPE_IS_SET(prop_info->type)) {
5633 if (ZEND_TYPE_IS_SET(arg_info->type)) { in ZEND_HASH_FILL_PACKED()
5661 if (ZEND_TYPE_IS_SET(arg_info->type)) {
7182 if (ZEND_TYPE_IS_SET(prop_info->type)) {
H A Dzend_compile.c2586 if (ZEND_TYPE_IS_SET(type)) { in zend_emit_return_type_check()
7001 ZEND_ASSERT(ZEND_TYPE_IS_SET(type)); in zend_is_valid_default_value()
7361 if (ZEND_TYPE_IS_SET(type)) { in zend_compile_params()
7992 if (ZEND_TYPE_IS_SET(type) && !Z_CONSTANT(value_zv) in zend_compile_prop_decl()
8010 } else if (!ZEND_TYPE_IS_SET(type)) { in zend_compile_prop_decl()
8021 if (!ZEND_TYPE_IS_SET(type)) { in zend_compile_prop_decl()
8105 …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.h797 if (ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_ASSIGN_STATIC_PROP_OP_SPEC_HANDLER()
954 if (ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_CONST_HANDLER()
990 if (ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_TMP_HANDLER()
1026 if (ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_VAR_HANDLER()
1062 if (ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_CV_HANDLER()
4082 if (ZEND_TYPE_IS_SET(arg_info->type)) { in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
4110 if (ZEND_TYPE_IS_SET(arg_info->type)) { in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
6607 && ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER()
9127 && ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER()
11514 && ZEND_TYPE_IS_SET(prop_info->type)) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER()
[all …]
/php-src/ext/reflection/
H A Dphp_reflection.c709 if (ZEND_TYPE_IS_SET(arg_info->type)) { in _parameter_string()
902 if (ZEND_TYPE_IS_SET(fptr->common.arg_info[-1].type)) { in _function_string()
952 if (ZEND_TYPE_IS_SET(prop->type)) { in _property_string()
2748 RETVAL_BOOL(ZEND_TYPE_IS_SET(param->arg_info->type)); in ZEND_METHOD()
2763 if (!ZEND_TYPE_IS_SET(param->arg_info->type)) { in ZEND_METHOD()
2820 RETVAL_BOOL(!ZEND_TYPE_IS_SET(param->arg_info->type) in ZEND_METHOD()
3908 if (!ZEND_TYPE_IS_SET(ref->type)) { in ZEND_METHOD()
3926 RETVAL_BOOL(ZEND_TYPE_IS_SET(ref->type)); in ZEND_METHOD()
4211 if (ZEND_TYPE_IS_SET(prop_info->type) && Z_ISUNDEF_P(prop)) { in ZEND_METHOD()
5942 if (!ref->prop || !ZEND_TYPE_IS_SET(ref->prop->type)) { in ZEND_METHOD()
[all …]
/php-src/ext/mysqli/
H A Dmysqli.c274 if (prop && ZEND_TYPE_IS_SET(prop->type)) { in mysqli_write_property()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c10298 if (arg_info && !ZEND_TYPE_IS_SET(arg_info->type)) {
10395 if (!ZEND_TYPE_IS_SET(arg_info->type)) {
10410 ZEND_ASSERT(ZEND_TYPE_IS_SET(arg_info->type));
13883 && ZEND_TYPE_IS_SET(prop_info->type)) {
14036 !ZEND_TYPE_IS_SET(prop_info->type))
14231 if (ZEND_TYPE_IS_SET(prop_info->type)) {
14256 if (!prop_info || !ZEND_TYPE_IS_SET(prop_info->type)) {
14491 if (ZEND_TYPE_IS_SET(prop_info->type)) {
14543 if (!prop_info || !ZEND_TYPE_IS_SET(prop_info->type)) {
14885 if (ZEND_TYPE_IS_SET(prop_info->type)) {
[all …]
H A Dzend_jit_helpers.c1965 if (!ZEND_TYPE_IS_SET(type)) { in check_type_array_assignable()
2112 && ZEND_TYPE_IS_SET(prop->type) in zend_jit_check_array_promotion()
H A Dzend_jit_trace.c467 if (ZEND_TYPE_IS_SET(arg_info->type)) { in zend_jit_trace_send_type()
485 && ZEND_TYPE_IS_SET(arg_info->type) in zend_jit_needs_arg_dtor()
2079 if (ZEND_TYPE_IS_SET(arg_info->type)) { in zend_jit_trace_build_tssa()
H A Dzend_jit.c446 if (ZEND_TYPE_IS_SET(arg_info->type)) { in skip_valid_arguments()
/php-src/ext/standard/
H A Dvar.c78 ZEND_ASSERT(ZEND_TYPE_IS_SET(prop_info->type)); in php_object_property_dump()
/php-src/Zend/Optimizer/
H A Dzend_inference.c2383 if (!ZEND_TYPE_IS_SET(type)) { in zend_convert_type()
3919 if (!cc || !ZEND_TYPE_IS_SET(cc->type)) { in _zend_update_type_info()
5233 if (ZEND_TYPE_IS_SET(prop_info->type)) { in zend_may_throw_ex()
5270 return ZEND_TYPE_IS_SET(cur_arg_info->type); in zend_may_throw_ex()
/php-src/ext/snmp/
H A Dsnmp.c1718 if (prop && ZEND_TYPE_IS_SET(prop->type)) { in php_snmp_write_property()
/php-src/ext/spl/
H A Dspl_array.c1575 if (EXPECTED(prop_info != NULL) && ZEND_TYPE_IS_SET(prop_info->type)) { in spl_array_it_get_current_data()
/php-src/ext/dom/
H A Dphp_dom.c392 ZEND_ASSERT(prop && ZEND_TYPE_IS_SET(prop->type)); in dom_write_property()

Completed in 456 milliseconds