Lines Matching refs:EG

267 		return (ce == EG(scope) || property_info->ce == EG(scope));  in zend_verify_property_access()
269 return zend_check_protected(property_info->ce, EG(scope)); in zend_verify_property_access()
340 if (EG(scope) != ce in zend_get_property_offset()
341 && EG(scope) in zend_get_property_offset()
342 && is_derived_class(ce, EG(scope)) in zend_get_property_offset()
343 && (zv = zend_hash_find(&EG(scope)->properties_info, member)) != NULL in zend_get_property_offset()
417 if (EG(scope) != ce in zend_get_property_info()
418 && EG(scope) in zend_get_property_info()
419 && is_derived_class(ce, EG(scope)) in zend_get_property_info()
420 && (zv = zend_hash_find(&EG(scope)->properties_info, member)) != NULL in zend_get_property_info()
541 } else if (UNEXPECTED(EG(exception))) { in zend_std_read_property()
542 retval = &EG(uninitialized_zval); in zend_std_read_property()
566 retval = &EG(uninitialized_zval); in zend_std_read_property()
600 retval = &EG(uninitialized_zval); in zend_std_read_property()
609 retval = &EG(uninitialized_zval); in zend_std_read_property()
613 retval = &EG(uninitialized_zval); in zend_std_read_property()
625 retval = &EG(uninitialized_zval); in zend_std_read_property()
673 } else if (UNEXPECTED(EG(exception))) { in zend_std_write_property()
760 return &EG(uninitialized_zval); in zend_std_read_dimension()
771 if (UNEXPECTED(!EG(exception))) { in zend_std_read_dimension()
820 if (check_empty && result && EXPECTED(!EG(exception))) { in zend_std_has_dimension()
897 retval = zend_hash_update(zobj->properties, name, &EG(uninitialized_zval)); in zend_std_get_property_ptr_ptr()
954 } else if (UNEXPECTED(EG(exception))) { in zend_std_unset_property()
1026 if (fbc->common.scope == ce && EG(scope) == ce) { in zend_check_private_int()
1035 if (ce == EG(scope)) { in zend_check_private_int()
1039 && fbc->common.scope == EG(scope)) { in zend_check_private_int()
1094 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_get_call_trampoline_func()
1095 func = &EG(trampoline).op_array; in zend_get_call_trampoline_func()
1109 func->opcodes = &EG(call_trampoline_op); in zend_get_call_trampoline_func()
1181 …ommon.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(method_name), EG(scope) ? ZSTR_VAL(EG(scope)->n… in zend_std_get_method()
1189 if (EG(scope) && in zend_std_get_method()
1190 is_derived_class(fbc->common.scope, EG(scope)) && in zend_std_get_method()
1192 if ((func = zend_hash_find(&EG(scope)->function_table, lc_method_name)) != NULL) { in zend_std_get_method()
1195 && priv_fbc->common.scope == EG(scope)) { in zend_std_get_method()
1204 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), EG(scope)))) { in zend_std_get_method()
1208 …ommon.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(method_name), EG(scope) ? ZSTR_VAL(EG(scope)->n… in zend_std_get_method()
1261 (object = zend_get_this_object(EG(current_execute_data))) != NULL && in zend_std_get_static_method()
1294 updated_fbc = zend_check_private_int(fbc, EG(scope), lc_function_name); in zend_std_get_static_method()
1301 …mon.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(function_name), EG(scope) ? ZSTR_VAL(EG(scope)->n… in zend_std_get_static_method()
1308 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), EG(scope)))) { in zend_std_get_static_method()
1312 …mon.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(function_name), EG(scope) ? ZSTR_VAL(EG(scope)->n… in zend_std_get_static_method()
1383 if (UNEXPECTED(constructor->common.scope != EG(scope))) { in zend_std_get_constructor()
1384 if (EG(scope)) { in zend_std_get_constructor()
1385 …ctor->common.scope->name), ZSTR_VAL(constructor->common.function_name), ZSTR_VAL(EG(scope)->name)); in zend_std_get_constructor()
1397 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(constructor), EG(scope)))) { in zend_std_get_constructor()
1398 if (EG(scope)) { in zend_std_get_constructor()
1399 …ctor->common.scope->name), ZSTR_VAL(constructor->common.function_name), ZSTR_VAL(EG(scope)->name)); in zend_std_get_constructor()
1521 } else if (UNEXPECTED(EG(exception))) { in zend_std_has_property()
1546 if (EXPECTED(!EG(exception)) && zobj->ce->__get && !((*guard) & IN_GET)) { in zend_std_has_property()
1589 …(zend_call_method_with_0_params(readobj, ce, &ce->__tostring, "__tostring", &retval) || EG(excepti… in zend_std_cast_object_tostring()
1590 if (UNEXPECTED(EG(exception) != NULL)) { in zend_std_cast_object_tostring()
1593 ZVAL_OBJ(&ex, EG(exception)); in zend_std_cast_object_tostring()
1594 EG(exception) = NULL; in zend_std_cast_object_tostring()