Searched refs:error_reporting_ini_entry (Results 1 – 5 of 5) sorted by relevance
212 zend_ini_entry *error_reporting_ini_entry; member
98 EG(error_reporting_ini_entry) = NULL; in zend_ini_startup()161 EG(error_reporting_ini_entry) = NULL; in zend_copy_ini_directives()
390 zend_ini_entry *p = EG(error_reporting_ini_entry); in ZEND_FUNCTION()395 p = EG(error_reporting_ini_entry) = (zend_ini_entry*)Z_PTR_P(zv); in ZEND_FUNCTION()
7315 if (!EG(error_reporting_ini_entry)) {7318 EG(error_reporting_ini_entry) = (zend_ini_entry *)Z_PTR_P(zv);7323 if (!EG(error_reporting_ini_entry)->modified) {7328 …ified_ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), EG(error_reporting_ini_entry)) != NUL…7329 EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value;7330 EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable;7331 EG(error_reporting_ini_entry)->modified = 1;
2728 if (!EG(error_reporting_ini_entry)) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()2731 EG(error_reporting_ini_entry) = (zend_ini_entry *)Z_PTR_P(zv); in ZEND_BEGIN_SILENCE_SPEC_HANDLER()2736 if (!EG(error_reporting_ini_entry)->modified) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()2741 …ified_ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), EG(error_reporting_ini_entry)) != NUL… in ZEND_BEGIN_SILENCE_SPEC_HANDLER()2742 EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()2743 EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()2744 EG(error_reporting_ini_entry)->modified = 1; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
Completed in 189 milliseconds