Searched refs:is_heredoc (Results 1 – 2 of 2) sorted by relevance
2275 zend_bool is_heredoc = 1;2288 is_heredoc = 0;2341 if (is_heredoc && !SCNG(heredoc_scan_ahead)) {
4665 zend_bool is_heredoc = 1; in lex_scan() local4678 is_heredoc = 0; in lex_scan()4731 if (is_heredoc && !SCNG(heredoc_scan_ahead)) { in lex_scan()
Completed in 25 milliseconds