Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_globals.h281 zend_bool heredoc_indentation_uses_spaces; member
H A Dzend_language_scanner.l2352 SCNG(heredoc_indentation_uses_spaces) = 0;
2399 heredoc_label->indentation_uses_spaces = SCNG(heredoc_indentation_uses_spaces);
2615 SCNG(heredoc_indentation_uses_spaces) = (spacing == HEREDOC_USING_SPACES);
H A Dzend_language_scanner.c4742 SCNG(heredoc_indentation_uses_spaces) = 0; in lex_scan()
4789 heredoc_label->indentation_uses_spaces = SCNG(heredoc_indentation_uses_spaces); in lex_scan()
7294 SCNG(heredoc_indentation_uses_spaces) = (spacing == HEREDOC_USING_SPACES); in lex_scan()

Completed in 28 milliseconds