Home
last modified time | relevance | path

Searched refs:restored_error_reporting (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_vm_def.h4680 zval restored_error_reporting; variable
4684 Z_TYPE(restored_error_reporting) = IS_LONG;
4685 Z_LVAL(restored_error_reporting) = Z_LVAL(EX_T(opline->op1.var).tmp_var);
4686 EG(error_reporting) = Z_LVAL(restored_error_reporting);
4687 convert_to_string(&restored_error_reporting);
4696 zendi_zval_dtor(restored_error_reporting);
5085 zval restored_error_reporting; variable
5087 Z_TYPE(restored_error_reporting) = IS_LONG;
5088 Z_LVAL(restored_error_reporting) = Z_LVAL_P(EX(old_error_reporting));
5089 convert_to_string(&restored_error_reporting);
[all …]
H A Dzend_vm_execute.h1063 zval restored_error_reporting; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() local
1065 Z_TYPE(restored_error_reporting) = IS_LONG; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1066 Z_LVAL(restored_error_reporting) = Z_LVAL_P(EX(old_error_reporting)); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1067 convert_to_string(&restored_error_reporting); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1069 zendi_zval_dtor(restored_error_reporting); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
8259 zval restored_error_reporting; in ZEND_END_SILENCE_SPEC_TMP_HANDLER() local
8263 Z_TYPE(restored_error_reporting) = IS_LONG; in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
8264 Z_LVAL(restored_error_reporting) = Z_LVAL(EX_T(opline->op1.var).tmp_var); in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
8265 EG(error_reporting) = Z_LVAL(restored_error_reporting); in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
8266 convert_to_string(&restored_error_reporting); in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
[all …]

Completed in 100 milliseconds