Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_vm_def.h4674 zval restored_error_reporting; variable
4678 Z_TYPE(restored_error_reporting) = IS_LONG;
4679 Z_LVAL(restored_error_reporting) = Z_LVAL(EX_T(opline->op1.var).tmp_var);
4680 EG(error_reporting) = Z_LVAL(restored_error_reporting);
4681 convert_to_string(&restored_error_reporting);
4690 zendi_zval_dtor(restored_error_reporting);
5002 zval restored_error_reporting; variable
5068 Z_TYPE(restored_error_reporting) = IS_LONG;
5069 Z_LVAL(restored_error_reporting) = Z_LVAL_P(EX(old_error_reporting));
5070 convert_to_string(&restored_error_reporting);
[all …]
H A Dzend_vm_execute.h1042 zval restored_error_reporting; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() local
1108 Z_TYPE(restored_error_reporting) = IS_LONG; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1109 Z_LVAL(restored_error_reporting) = Z_LVAL_P(EX(old_error_reporting)); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1110 convert_to_string(&restored_error_reporting); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1112 zendi_zval_dtor(restored_error_reporting); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
7283 zval restored_error_reporting; in ZEND_END_SILENCE_SPEC_TMP_HANDLER() local
7287 Z_TYPE(restored_error_reporting) = IS_LONG; in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
7288 Z_LVAL(restored_error_reporting) = Z_LVAL(EX_T(opline->op1.var).tmp_var); in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
7289 EG(error_reporting) = Z_LVAL(restored_error_reporting); in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
7290 convert_to_string(&restored_error_reporting); in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
[all …]

Completed in 84 milliseconds