Lines Matching refs:EG

162 		EG(precision) = i;  in PHP_INI_MH()
314 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
318 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
319 zend_set_timeout(EG(timeout_seconds), 0); in PHP_INI_MH()
772 } else if (EG(current_execute_data) && in php_verror()
773 EG(current_execute_data)->func && in php_verror()
774 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in php_verror()
775 EG(current_execute_data)->opline && in php_verror()
776 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL in php_verror()
778 switch (EG(current_execute_data)->opline->extended_value) { in php_verror()
902 if (PG(track_errors) && module_initialized && EG(valid_symbol_table) && in php_verror()
903 …(Z_TYPE(EG(user_error_handler)) == IS_UNDEF || !(EG(user_error_handler_error_reporting) & type))) { in php_verror()
906 if (EG(current_execute_data)) { in php_verror()
911 zend_hash_str_update_ind(&EG(symbol_table), "php_errormsg", sizeof("php_errormsg")-1, &tmp); in php_verror()
1043 if (EG(error_handling) != EH_NORMAL) { in php_error_cb()
1065 if (EG(error_handling) == EH_THROW && !EG(exception)) { in php_error_cb()
1066 zend_throw_error_exception(EG(exception_class), buffer, 0, type); in php_error_cb()
1074 if (display && (EG(error_reporting) & type || (type & E_CORE)) in php_error_cb()
1188 EG(exit_status) = 255; in php_error_cb()
1205 zend_objects_store_mark_destructed(&EG(objects_store)); in php_error_cb()
1219 if (PG(track_errors) && module_initialized && EG(valid_symbol_table)) { in php_error_cb()
1223 if (EG(current_execute_data)) { in php_error_cb()
1228 zend_hash_str_update_ind(&EG(symbol_table), "php_errormsg", sizeof("php_errormsg")-1, &tmp); in php_error_cb()
1459 if (EG(error_reporting) & E_WARNING) { in php_message_handler_for_zend()
1487 if (EG(error_reporting) & E_WARNING) { in php_message_handler_for_zend()
1529 zend_set_timeout(EG(timeout_seconds), 1); in php_on_timeout()
1564 zend_set_timeout(EG(timeout_seconds), 1); in php_start_sapi()
1620 zend_set_timeout(EG(timeout_seconds), 1); in php_request_startup()
1790 EG(current_execute_data) = NULL; in php_request_shutdown()
2166 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_MAJOR", EG(windows_version_info).dwMajorVers… in php_module_startup()
2167 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_MINOR", EG(windows_version_info).dwMinorVers… in php_module_startup()
2168 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_BUILD", EG(windows_version_info).dwBuildNumb… in php_module_startup()
2169 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_PLATFORM", EG(windows_version_info).dwPlatformI… in php_module_startup()
2170 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_SP_MAJOR", EG(windows_version_info).wServicePac… in php_module_startup()
2171 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_SP_MINOR", EG(windows_version_info).wServicePac… in php_module_startup()
2172 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_SUITEMASK", EG(windows_version_info).wSuiteMask,… in php_module_startup()
2173 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_PRODUCTTYPE", EG(windows_version_info).wProductTy… in php_module_startup()
2249 EG(current_module) = module; in php_module_startup()
2251 EG(current_module) = NULL; in php_module_startup()
2434 EG(exit_status) = 0; in php_execute_script()
2472 zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path); in php_execute_script()
2520 if (EG(exception)) { in php_execute_script()
2522 zend_exception_error(EG(exception), E_ERROR); in php_execute_script()
2548 EG(exit_status) = 0; in php_execute_simple_script()
2574 return EG(exit_status); in php_execute_simple_script()
2651 if (EG(exception)) { in php_lint_script()
2652 zend_exception_error(EG(exception), E_ERROR); in php_lint_script()