Searched refs:heredoc_scan_ahead (Results 1 – 2 of 2) sorted by relevance
330 bool heredoc_scan_ahead; member
196 SCNG(heredoc_scan_ahead) = 0; in startup_scanner()211 SCNG(heredoc_scan_ahead) = 0; in shutdown_scanner()1100 if (octal_buf[2] && (octal_buf[0] > '3') && !SCNG(heredoc_scan_ahead)) { in zend_scan_escape_string()2664 if (is_heredoc && !SCNG(heredoc_scan_ahead)) {2673 SCNG(heredoc_scan_ahead) = 1;2725 SCNG(heredoc_scan_ahead) = 0;2937 if (SCNG(heredoc_scan_ahead)) {2977 if (!SCNG(heredoc_scan_ahead) && !EG(exception) && PARSER_MODE()) {
Completed in 15 milliseconds