Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_globals.h290 zend_bool heredoc_scan_ahead; member
H A Dzend_language_scanner.l196 SCNG(heredoc_scan_ahead) = 0; in startup_scanner()
210 SCNG(heredoc_scan_ahead) = 0; in shutdown_scanner()
1075 if (octal_buf[2] && (octal_buf[0] > '3') && !SCNG(heredoc_scan_ahead)) { in zend_scan_escape_string()
2195 } else if (!SCNG(heredoc_scan_ahead)) {
2435 if (is_heredoc && !SCNG(heredoc_scan_ahead)) {
2444 SCNG(heredoc_scan_ahead) = 1;
2496 SCNG(heredoc_scan_ahead) = 0;
2707 if (SCNG(heredoc_scan_ahead)) {
2747 if (!SCNG(heredoc_scan_ahead) && !EG(exception) && PARSER_MODE()) {
2867 if (!SCNG(heredoc_scan_ahead)) {

Completed in 16 milliseconds