Searched defs:error_reporting (Results 1 - 4 of 4) sorted by relevance

/PHP_TRUNK/Zend/
H A Dzend_globals.h184 int error_reporting; member in struct:_zend_executor_globals
H A Dzend_vm_def.h4647 Z_LVAL(EX_T(opline->result.var).tmp_var) = EG(error_reporting);
4653 if (EG(error_reporting)) {
4655 EG(error_reporting) = 0; variable
4657 if (UNEXPECTED(zend_hash_find(EG(ini_directives), "error_reporting", sizeof("error_reporting"), (void **) &EG(error_reporting_ini_entry)) == FAILURE)) {
4666 if (EXPECTED(zend_hash_add(EG(modified_ini_directives), "error_reporting", sizeof("error_reporting"), &EG(error_reporting_ini_entry), sizeof(zend_ini_entry*), NULL) == SUCCESS)) {
4696 if (!EG(error_reporting) && Z_LVAL(EX_T(opline->op1.var).tmp_var) != 0) {
4699 EG(error_reporting) = Z_LVAL(restored_error_reporting); variable
5092 /* restore previous error_reporting valu
[all...]
/PHP_TRUNK/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c972 unsigned int error_reporting = EG(error_reporting); local
983 if (error_reporting) {
984 EG(error_reporting) = 0;
1019 if (error_reporting) {
1021 EG(error_reporting) = error_reporting;
/PHP_TRUNK/ext/opcache/Optimizer/
H A Dpass1_5.c49 er = EG(error_reporting);
50 EG(error_reporting) = 0; variable
53 EG(error_reporting) = er; variable
56 EG(error_reporting) = er; variable
204 er = EG(error_reporting);
205 EG(error_reporting) = 0; variable
211 EG(error_reporting) = er; variable
214 EG(error_reporting) = er; variable

Completed in 15 milliseconds