Home
last modified time | relevance | path

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

/PHP-7.0/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.c1081 case E_PARSE: in zend_error()
1111 case E_PARSE: in zend_error()
1175 case E_PARSE: in zend_error()
1277 if (type == E_PARSE) { in zend_error()
H A Dzend_constants.c120 REGISTER_MAIN_LONG_CONSTANT("E_PARSE", E_PARSE, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend_exceptions.c1026 zend_error_helper(E_PARSE, ZSTR_VAL(file), line, "%s", ZSTR_VAL(message)); in zend_exception_error()
/PHP-7.0/tests/lang/
H A Dbug21820.phpt2 Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE)
/PHP-7.0/ext/mbstring/tests/
H A Dcommon.inc13 4 => "Parsing Error", // E_PARSE
/PHP-7.0/main/
H A Dmain.c1049 case E_PARSE: in php_error_cb()
1094 case E_PARSE: in php_error_cb()
1133 if (type == E_ERROR || type == E_PARSE) { in php_error_cb()
1185 case E_PARSE: in php_error_cb()
1201 if (type != E_PARSE) { in php_error_cb()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.c844 case E_PARSE: in php_sapi_phpdbg_log_message()
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c1092 case E_PARSE: in php_cli_server_log_response()
/PHP-7.0/ext/soap/
H A Dsoap.c2162 error_num == E_PARSE) &&
2229 error_num == E_PARSE) {
/PHP-7.0/
H A Dphp.ini-development415 ; E_PARSE - compile-time parse errors
H A Dphp.ini-production415 ; E_PARSE - compile-time parse errors

Completed in 82 milliseconds