Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_globals.h238 zend_ini_entry *error_reporting_ini_entry; member
H A Dzend_vm_def.h4643 if (!EG(error_reporting_ini_entry)) {
4648 if (!EG(error_reporting_ini_entry)->modified) {
4654 EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value;
4655 EG(error_reporting_ini_entry)->orig_value_length = EG(error_reporting_ini_entry)->value_length;
4656 EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable;
4657 EG(error_reporting_ini_entry)->modified = 1;
4659 } else if (EG(error_reporting_ini_entry)->value != EG(error_reporting_ini_entry)->orig_value) {
4660 efree(EG(error_reporting_ini_entry)->value);
4688 if (EXPECTED(EG(error_reporting_ini_entry) != NULL)) {
4690 EG(error_reporting_ini_entry)->value != EG(error_reporting_ini_entry)->orig_value)) {
[all …]
H A Dzend_ini.c95 EG(error_reporting_ini_entry) = NULL; in zend_ini_startup()
137 EG(error_reporting_ini_entry) = NULL; in zend_copy_ini_directives()
H A Dzend_vm_execute.h805 if (!EG(error_reporting_ini_entry)) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
810 if (!EG(error_reporting_ini_entry)->modified) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
816 EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
817 EG(error_reporting_ini_entry)->orig_value_length = EG(error_reporting_ini_entry)->value_length; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
818 EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
819 EG(error_reporting_ini_entry)->modified = 1; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
821 } else if (EG(error_reporting_ini_entry)->value != EG(error_reporting_ini_entry)->orig_value) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
822 efree(EG(error_reporting_ini_entry)->value); in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
8267 if (EXPECTED(EG(error_reporting_ini_entry) != NULL)) { in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
8269 EG(error_reporting_ini_entry)->value != EG(error_reporting_ini_entry)->orig_value)) { in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
[all …]

Completed in 140 milliseconds