Home
last modified time | relevance | path

Searched refs:error_reporting_ini_entry (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_globals.h204 zend_ini_entry *error_reporting_ini_entry; member
H A Dzend_ini.c109 EG(error_reporting_ini_entry) = NULL; in zend_ini_startup()
172 EG(error_reporting_ini_entry) = NULL; in zend_copy_ini_directives()
H A Dzend_vm_def.h6461 if (!EG(error_reporting_ini_entry)) {
6464 EG(error_reporting_ini_entry) = (zend_ini_entry *)Z_PTR_P(zv);
6469 if (!EG(error_reporting_ini_entry)->modified) {
6474 …ified_ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), EG(error_reporting_ini_entry)) != NUL…
6475 EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value;
6476 EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable;
6477 EG(error_reporting_ini_entry)->modified = 1;
H A Dzend_builtin_functions.c739 zend_ini_entry *p = EG(error_reporting_ini_entry); in ZEND_FUNCTION()
744 p = EG(error_reporting_ini_entry) = (zend_ini_entry*)Z_PTR_P(zv); in ZEND_FUNCTION()
H A Dzend_vm_execute.h1531 if (!EG(error_reporting_ini_entry)) {
1534 EG(error_reporting_ini_entry) = (zend_ini_entry *)Z_PTR_P(zv);
1539 if (!EG(error_reporting_ini_entry)->modified) {
1544 …ified_ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), EG(error_reporting_ini_entry)) != NUL…
1545 EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value;
1546 EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable;
1547 EG(error_reporting_ini_entry)->modified = 1;

Completed in 291 milliseconds