Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_globals.h294 zend_bool heredoc_scan_ahead; member
H A Dzend_language_scanner.l197 SCNG(heredoc_scan_ahead) = 0; in startup_scanner()
212 SCNG(heredoc_scan_ahead) = 0; in shutdown_scanner()
1111 if (octal_buf[2] && (octal_buf[0] > '3') && !SCNG(heredoc_scan_ahead)) { in zend_scan_escape_string()
2598 if (is_heredoc && !SCNG(heredoc_scan_ahead)) {
2607 SCNG(heredoc_scan_ahead) = 1;
2659 SCNG(heredoc_scan_ahead) = 0;
2871 if (SCNG(heredoc_scan_ahead)) {
2911 if (!SCNG(heredoc_scan_ahead) && !EG(exception) && PARSER_MODE()) {

Completed in 10 milliseconds