Lines Matching refs:error_prop

2324 …ic ZEND_COLD void zend_jit_throw_inc_ref_error(zend_reference *ref, zend_property_info *error_prop)  in zend_jit_throw_inc_ref_error()  argument
2326 zend_string *type_str = zend_type_to_string(error_prop->type); in zend_jit_throw_inc_ref_error()
2330 ZSTR_VAL(error_prop->ce->name), in zend_jit_throw_inc_ref_error()
2331 zend_get_unmangled_property_name(error_prop->name), in zend_jit_throw_inc_ref_error()
2336 …ic ZEND_COLD void zend_jit_throw_dec_ref_error(zend_reference *ref, zend_property_info *error_prop) in zend_jit_throw_dec_ref_error() argument
2338 zend_string *type_str = zend_type_to_string(error_prop->type); in zend_jit_throw_dec_ref_error()
2342 ZSTR_VAL(error_prop->ce->name), in zend_jit_throw_dec_ref_error()
2343 zend_get_unmangled_property_name(error_prop->name), in zend_jit_throw_dec_ref_error()
2358 zend_property_info *error_prop = zend_jit_get_prop_not_accepting_double(ref); in zend_jit_pre_inc_typed_ref() local
2359 if (UNEXPECTED(error_prop)) { in zend_jit_pre_inc_typed_ref()
2360 zend_jit_throw_inc_ref_error(ref, error_prop); in zend_jit_pre_inc_typed_ref()
2384 zend_property_info *error_prop = zend_jit_get_prop_not_accepting_double(ref); in zend_jit_pre_dec_typed_ref() local
2385 if (UNEXPECTED(error_prop)) { in zend_jit_pre_dec_typed_ref()
2386 zend_jit_throw_dec_ref_error(ref, error_prop); in zend_jit_pre_dec_typed_ref()
2408 zend_property_info *error_prop = zend_jit_get_prop_not_accepting_double(ref); in zend_jit_post_inc_typed_ref() local
2409 if (UNEXPECTED(error_prop)) { in zend_jit_post_inc_typed_ref()
2410 zend_jit_throw_inc_ref_error(ref, error_prop); in zend_jit_post_inc_typed_ref()
2427 zend_property_info *error_prop = zend_jit_get_prop_not_accepting_double(ref); in zend_jit_post_dec_typed_ref() local
2428 if (UNEXPECTED(error_prop)) { in zend_jit_post_dec_typed_ref()
2429 zend_jit_throw_dec_ref_error(ref, error_prop); in zend_jit_post_dec_typed_ref()