Searched refs:error_reporting_ini_entry (Results 1 – 5 of 5) sorted by relevance
243 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()
394 zend_ini_entry *p = EG(error_reporting_ini_entry); in ZEND_FUNCTION()403 p = EG(error_reporting_ini_entry) = (zend_ini_entry*)Z_PTR_P(zv); in ZEND_FUNCTION()
7564 if (!EG(error_reporting_ini_entry)) {7567 EG(error_reporting_ini_entry) = (zend_ini_entry *)Z_PTR_P(zv);7572 if (!EG(error_reporting_ini_entry)->modified) {7577 …ified_ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), EG(error_reporting_ini_entry)) != NUL…7578 EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value;7579 EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable;7580 EG(error_reporting_ini_entry)->modified = 1;
3005 if (!EG(error_reporting_ini_entry)) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()3008 EG(error_reporting_ini_entry) = (zend_ini_entry *)Z_PTR_P(zv); in ZEND_BEGIN_SILENCE_SPEC_HANDLER()3013 if (!EG(error_reporting_ini_entry)->modified) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()3018 …ified_ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), EG(error_reporting_ini_entry)) != NUL… in ZEND_BEGIN_SILENCE_SPEC_HANDLER()3019 EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()3020 EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()3021 EG(error_reporting_ini_entry)->modified = 1; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
Completed in 150 milliseconds