Home
last modified time | relevance | path

Searched refs:E_PARSE (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_errors.h27 #define E_PARSE (1<<2L) macro
41 #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE…
H A Dzend.c868 zend_error(E_PARSE, "%s", error); in zenderror()
1045 case E_PARSE: in zend_error()
1069 case E_PARSE: in zend_error()
1122 case E_PARSE: in zend_error()
1252 if (type == E_PARSE) { in zend_error()
H A Dzend_constants.c103 REGISTER_MAIN_LONG_CONSTANT("E_PARSE", E_PARSE, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
/PHP-5.5/tests/lang/
H A Dbug21820.phpt2 Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE)
/PHP-5.5/ext/mbstring/tests/
H A Dcommon.inc13 4 => "Parsing Error", // E_PARSE
/PHP-5.5/main/
H A Dmain.c1002 case E_PARSE: in php_error_cb()
1047 case E_PARSE: in php_error_cb()
1086 if (type == E_ERROR || type == E_PARSE) { in php_error_cb()
1141 case E_PARSE: in php_error_cb()
1146 zend_bool during_eval = (type == E_PARSE) && (EG(current_execute_data) && in php_error_cb()
1166 if (type == E_PARSE) { in php_error_cb()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1197 case E_PARSE: in php_cli_server_log_response()
/PHP-5.5/ext/soap/
H A Dsoap.c2159 error_num == E_PARSE) &&
2231 error_num == E_PARSE) {
/PHP-5.5/
H A Dphp.ini-development419 ; E_PARSE - compile-time parse errors
H A Dphp.ini-production419 ; E_PARSE - compile-time parse errors

Completed in 50 milliseconds