Searched refs:error_reporting_ini_entry (Results 1 – 5 of 5) sorted by relevance
210 zend_ini_entry *error_reporting_ini_entry; member
98 EG(error_reporting_ini_entry) = NULL; in zend_ini_startup()165 EG(error_reporting_ini_entry) = NULL; in zend_copy_ini_directives()
752 zend_ini_entry *p = EG(error_reporting_ini_entry); in ZEND_FUNCTION()757 p = EG(error_reporting_ini_entry) = (zend_ini_entry*)Z_PTR_P(zv); in ZEND_FUNCTION()
7094 if (!EG(error_reporting_ini_entry)) {7097 EG(error_reporting_ini_entry) = (zend_ini_entry *)Z_PTR_P(zv);7102 if (!EG(error_reporting_ini_entry)->modified) {7107 …ified_ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), EG(error_reporting_ini_entry)) != NUL…7108 EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value;7109 EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable;7110 EG(error_reporting_ini_entry)->modified = 1;
2394 if (!EG(error_reporting_ini_entry)) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()2397 EG(error_reporting_ini_entry) = (zend_ini_entry *)Z_PTR_P(zv); in ZEND_BEGIN_SILENCE_SPEC_HANDLER()2402 if (!EG(error_reporting_ini_entry)->modified) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()2407 …ified_ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), EG(error_reporting_ini_entry)) != NUL… in ZEND_BEGIN_SILENCE_SPEC_HANDLER()2408 EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()2409 EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()2410 EG(error_reporting_ini_entry)->modified = 1; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
Completed in 199 milliseconds