Searched defs:error_prop (Results 1 – 2 of 2) sorted by relevance
2330 …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()2342 …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()2364 zend_property_info *error_prop = zend_jit_get_prop_not_accepting_double(ref); in zend_jit_pre_inc_typed_ref() local2390 zend_property_info *error_prop = zend_jit_get_prop_not_accepting_double(ref); in zend_jit_pre_dec_typed_ref() local2414 zend_property_info *error_prop = zend_jit_get_prop_not_accepting_double(ref); in zend_jit_post_inc_typed_ref() local2433 zend_property_info *error_prop = zend_jit_get_prop_not_accepting_double(ref); in zend_jit_post_dec_typed_ref() local
2141 zend_property_info *error_prop = zend_get_prop_not_accepting_double(ref); in zend_incdec_typed_ref() local
Completed in 27 milliseconds