Lines Matching refs:EG
293 EG(precision) = i; in PHP_INI_MH()
488 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
492 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
493 zend_set_timeout(EG(timeout_seconds), 0); in PHP_INI_MH()
970 } else if (EG(current_execute_data) && in php_verror()
971 EG(current_execute_data)->func && in php_verror()
972 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in php_verror()
973 EG(current_execute_data)->opline && in php_verror()
974 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL in php_verror()
976 switch (EG(current_execute_data)->opline->extended_value) { in php_verror()
1100 if (PG(track_errors) && module_initialized && EG(active) && in php_verror()
1101 …(Z_TYPE(EG(user_error_handler)) == IS_UNDEF || !(EG(user_error_handler_error_reporting) & type))) { in php_verror()
1104 if (EG(current_execute_data)) { in php_verror()
1109 zend_hash_str_update_ind(&EG(symbol_table), "php_errormsg", sizeof("php_errormsg")-1, &tmp); in php_verror()
1220 if (EG(error_handling) == EH_THROW) { in php_error_cb()
1242 if (!EG(exception)) { in php_error_cb()
1243 zend_throw_error_exception(EG(exception_class), buffer, 0, type); in php_error_cb()
1272 if (display && (EG(error_reporting) & type || (type & E_CORE)) in php_error_cb()
1394 EG(exit_status) = 255; in php_error_cb()
1411 zend_objects_store_mark_destructed(&EG(objects_store)); in php_error_cb()
1425 if (PG(track_errors) && module_initialized && EG(active)) { in php_error_cb()
1429 if (EG(current_execute_data)) { in php_error_cb()
1434 zend_hash_str_update_ind(&EG(symbol_table), "php_errormsg", sizeof("php_errormsg")-1, &tmp); in php_error_cb()
1667 if (EG(error_reporting) & E_WARNING) { in php_message_handler_for_zend()
1695 if (EG(error_reporting) & E_WARNING) { in php_message_handler_for_zend()
1797 zend_set_timeout(EG(timeout_seconds), 1); in php_request_startup()
1857 EG(flags) |= EG_FLAGS_IN_SHUTDOWN; in php_request_shutdown()
1864 EG(current_execute_data) = NULL; in php_request_shutdown()
2251 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_MAJOR", EG(windows_version_info).dwMajorVers… in php_module_startup()
2252 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_MINOR", EG(windows_version_info).dwMinorVers… in php_module_startup()
2253 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_BUILD", EG(windows_version_info).dwBuildNumb… in php_module_startup()
2254 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_PLATFORM", EG(windows_version_info).dwPlatformI… in php_module_startup()
2255 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_SP_MAJOR", EG(windows_version_info).wServicePac… in php_module_startup()
2256 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_SP_MINOR", EG(windows_version_info).wServicePac… in php_module_startup()
2257 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_SUITEMASK", EG(windows_version_info).wSuiteMask,… in php_module_startup()
2258 …REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_PRODUCTTYPE", EG(windows_version_info).wProductTy… in php_module_startup()
2350 EG(current_module) = module; in php_module_startup()
2352 EG(current_module) = NULL; in php_module_startup()
2555 EG(exit_status) = 0; in php_execute_script()
2593 zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path); in php_execute_script()
2641 if (EG(exception)) { in php_execute_script()
2643 zend_exception_error(EG(exception), E_ERROR); in php_execute_script()
2669 EG(exit_status) = 0; in php_execute_simple_script()
2695 return EG(exit_status); in php_execute_simple_script()
2772 if (EG(exception)) { in php_lint_script()
2773 zend_exception_error(EG(exception), E_ERROR); in php_lint_script()