Searched refs:error_reporting_ini_entry (Results 1 – 5 of 5) sorted by relevance
250 zend_ini_entry *error_reporting_ini_entry; member
105 EG(error_reporting_ini_entry) = NULL; in zend_ini_startup()168 EG(error_reporting_ini_entry) = NULL; in zend_copy_ini_directives()
425 zend_ini_entry *p = EG(error_reporting_ini_entry); in ZEND_FUNCTION()434 p = EG(error_reporting_ini_entry) = (zend_ini_entry*)Z_PTR_P(zv); in ZEND_FUNCTION()
7657 if (!EG(error_reporting_ini_entry)) {7660 EG(error_reporting_ini_entry) = (zend_ini_entry *)Z_PTR_P(zv);7665 if (!EG(error_reporting_ini_entry)->modified) {7670 …ified_ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), EG(error_reporting_ini_entry)) != NUL…7671 EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value;7672 EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable;7673 EG(error_reporting_ini_entry)->modified = 1;
3049 if (!EG(error_reporting_ini_entry)) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()3052 EG(error_reporting_ini_entry) = (zend_ini_entry *)Z_PTR_P(zv); in ZEND_BEGIN_SILENCE_SPEC_HANDLER()3057 if (!EG(error_reporting_ini_entry)->modified) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()3062 …ified_ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), EG(error_reporting_ini_entry)) != NUL… in ZEND_BEGIN_SILENCE_SPEC_HANDLER()3063 EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()3064 EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()3065 EG(error_reporting_ini_entry)->modified = 1; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
Completed in 193 milliseconds