Home
last modified time | relevance | path

Searched refs:heredoc_scan_ahead (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_language_scanner.l183 SCNG(heredoc_scan_ahead) = 0; in startup_scanner()
197 SCNG(heredoc_scan_ahead) = 0; in shutdown_scanner()
1069 if (octal_buf[2] && (octal_buf[0] > '3') && !SCNG(heredoc_scan_ahead)) { in zend_scan_escape_string()
2101 } else if (!SCNG(heredoc_scan_ahead)) {
2341 if (is_heredoc && !SCNG(heredoc_scan_ahead)) {
2350 SCNG(heredoc_scan_ahead) = 1;
2402 SCNG(heredoc_scan_ahead) = 0;
2613 if (SCNG(heredoc_scan_ahead)) {
2653 if (!SCNG(heredoc_scan_ahead) && !EG(exception) && PARSER_MODE()) {
2773 if (!SCNG(heredoc_scan_ahead)) {
H A Dzend_globals.h279 zend_bool heredoc_scan_ahead; member
H A Dzend_language_scanner.c186 SCNG(heredoc_scan_ahead) = 0; in startup_scanner()
200 SCNG(heredoc_scan_ahead) = 0; in shutdown_scanner()
1072 if (octal_buf[2] && (octal_buf[0] > '3') && !SCNG(heredoc_scan_ahead)) { in zend_scan_escape_string()
1463 if (!SCNG(heredoc_scan_ahead)) { in lex_scan()
2644 } else if (!SCNG(heredoc_scan_ahead)) { in lex_scan()
4731 if (is_heredoc && !SCNG(heredoc_scan_ahead)) { in lex_scan()
4740 SCNG(heredoc_scan_ahead) = 1; in lex_scan()
4792 SCNG(heredoc_scan_ahead) = 0; in lex_scan()
7292 if (SCNG(heredoc_scan_ahead)) { in lex_scan()
7332 if (!SCNG(heredoc_scan_ahead) && !EG(exception) && PARSER_MODE()) { in lex_scan()
[all …]

Completed in 38 milliseconds