Lines Matching refs:EG

330 …return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SU…  in zend_startup_builtin_functions()
491 q = &EG(uninitialized_zval); in ZEND_FUNCTION()
507 q = &EG(uninitialized_zval); in ZEND_FUNCTION()
621 if (!EG(each_deprecation_thrown)) { in ZEND_FUNCTION()
623 EG(each_deprecation_thrown) = 1; in ZEND_FUNCTION()
684 old_error_reporting = EG(error_reporting); in ZEND_FUNCTION()
688 zend_ini_entry *p = EG(error_reporting_ini_entry); in ZEND_FUNCTION()
691 p = zend_hash_find_ptr(EG(ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING)); in ZEND_FUNCTION()
693 EG(error_reporting_ini_entry) = p; in ZEND_FUNCTION()
699 if (!EG(modified_ini_directives)) { in ZEND_FUNCTION()
700 ALLOC_HASHTABLE(EG(modified_ini_directives)); in ZEND_FUNCTION()
701 zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0); in ZEND_FUNCTION()
703 …if (EXPECTED(zend_hash_add_ptr(EG(modified_ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), … in ZEND_FUNCTION()
714 EG(error_reporting) = Z_LVAL_P(err); in ZEND_FUNCTION()
716 EG(error_reporting) = atoi(ZSTR_VAL(p->value)); in ZEND_FUNCTION()
1390 ce = zend_hash_find_ptr(EG(class_table), lc_name); in ZEND_FUNCTION()
1426 ce = zend_hash_find_ptr(EG(class_table), lc_name); in ZEND_FUNCTION()
1463 ce = zend_hash_find_ptr(EG(class_table), lc_name); in ZEND_FUNCTION()
1497 func = zend_hash_find_ptr(EG(function_table), lcname); in ZEND_FUNCTION()
1555 ZEND_HASH_FOREACH_STR_KEY(&EG(included_files), entry) { in ZEND_FUNCTION()
1613 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1614 ZVAL_COPY(return_value, &EG(user_error_handler)); in ZEND_FUNCTION()
1616 …zend_stack_push(&EG(user_error_handlers_error_reporting), &EG(user_error_handler_error_reporting)); in ZEND_FUNCTION()
1617 zend_stack_push(&EG(user_error_handlers), &EG(user_error_handler)); in ZEND_FUNCTION()
1621 ZVAL_UNDEF(&EG(user_error_handler)); in ZEND_FUNCTION()
1625 ZVAL_COPY(&EG(user_error_handler), error_handler); in ZEND_FUNCTION()
1626 EG(user_error_handler_error_reporting) = (int)error_type; in ZEND_FUNCTION()
1638 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1641 ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); in ZEND_FUNCTION()
1642 ZVAL_UNDEF(&EG(user_error_handler)); in ZEND_FUNCTION()
1646 if (zend_stack_is_empty(&EG(user_error_handlers))) { in ZEND_FUNCTION()
1647 ZVAL_UNDEF(&EG(user_error_handler)); in ZEND_FUNCTION()
1650EG(user_error_handler_error_reporting) = zend_stack_int_top(&EG(user_error_handlers_error_reportin… in ZEND_FUNCTION()
1651 zend_stack_del_top(&EG(user_error_handlers_error_reporting)); in ZEND_FUNCTION()
1652 tmp = zend_stack_top(&EG(user_error_handlers)); in ZEND_FUNCTION()
1653 ZVAL_COPY_VALUE(&EG(user_error_handler), tmp); in ZEND_FUNCTION()
1654 zend_stack_del_top(&EG(user_error_handlers)); in ZEND_FUNCTION()
1680 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1681 ZVAL_COPY(return_value, &EG(user_exception_handler)); in ZEND_FUNCTION()
1683 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()
1687 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()
1691 ZVAL_COPY(&EG(user_exception_handler), exception_handler); in ZEND_FUNCTION()
1703 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1704 zval_ptr_dtor(&EG(user_exception_handler)); in ZEND_FUNCTION()
1706 if (zend_stack_is_empty(&EG(user_exception_handlers))) { in ZEND_FUNCTION()
1707 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()
1709 zval *tmp = zend_stack_top(&EG(user_exception_handlers)); in ZEND_FUNCTION()
1710 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in ZEND_FUNCTION()
1711 zend_stack_del_top(&EG(user_exception_handlers)); in ZEND_FUNCTION()
1750 …zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mas… in ZEND_FUNCTION()
1766 …zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mas… in ZEND_FUNCTION()
1782 …zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mas… in ZEND_FUNCTION()
1830 …zend_hash_apply_with_arguments(EG(function_table), copy_function_name, 3, &internal, &user, &exclu… in ZEND_FUNCTION()
1900 …func = zend_hash_str_find_ptr(EG(function_table), LAMBDA_TEMP_FUNCNAME, sizeof(LAMBDA_TEMP_FUNCNAM… in ZEND_FUNCTION()
1910 zend_hash_str_del(EG(function_table), LAMBDA_TEMP_FUNCNAME, sizeof(LAMBDA_TEMP_FUNCNAME)-1); in ZEND_FUNCTION()
1917 …VAL(function_name) + 1, sizeof("lambda_")+MAX_LENGTH_OF_LONG, "lambda_%d", ++EG(lambda_count)) + 1; in ZEND_FUNCTION()
1918 } while (zend_hash_add_ptr(EG(function_table), function_name, func) == NULL); in ZEND_FUNCTION()
1921 zend_hash_str_del(EG(function_table), LAMBDA_TEMP_FUNCNAME, sizeof(LAMBDA_TEMP_FUNCNAME)-1); in ZEND_FUNCTION()
1969 ZEND_HASH_FOREACH_KEY_VAL(&EG(regular_list), index, key, val) { in ZEND_FUNCTION()
1977 ZEND_HASH_FOREACH_KEY_VAL(&EG(regular_list), index, key, val) { in ZEND_FUNCTION()
1992 ZEND_HASH_FOREACH_KEY_VAL(&EG(regular_list), index, key, val) { in ZEND_FUNCTION()
2086 ZEND_HASH_FOREACH_PTR(EG(zend_constants), val) { in ZEND_FUNCTION()
2113 zend_hash_apply_with_argument(EG(zend_constants), add_constant_info, return_value); in ZEND_FUNCTION()
2149 ZEND_HASH_FILL_ADD(&EG(uninitialized_zval)); in debug_backtrace_get_args()
2161 ZEND_HASH_FILL_ADD(&EG(uninitialized_zval)); in debug_backtrace_get_args()
2177 ZEND_HASH_FILL_ADD(&EG(uninitialized_zval)); in debug_backtrace_get_args()
2255 if (EG(opline_before_exception)) { in ZEND_FUNCTION()
2256 lineno = EG(opline_before_exception)->lineno; in ZEND_FUNCTION()
2414 if (!(ptr = EG(current_execute_data))) { in zend_fetch_debug_backtrace()
2464 if (EG(opline_before_exception)) { in zend_fetch_debug_backtrace()
2465 lineno = EG(opline_before_exception)->lineno; in zend_fetch_debug_backtrace()