Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_scanner.l1138 #define HEREDOC_USING_SPACES 1 macro
2659 spacing |= HEREDOC_USING_SPACES;
2673 if (spacing == (HEREDOC_USING_SPACES | HEREDOC_USING_TABS)) {
2927 spacing |= HEREDOC_USING_SPACES;
2946 if (spacing == (HEREDOC_USING_SPACES | HEREDOC_USING_TABS)) {
2965 SCNG(heredoc_indentation_uses_spaces) = (spacing == HEREDOC_USING_SPACES);
3051 spacing |= HEREDOC_USING_SPACES;
3070 if (spacing == (HEREDOC_USING_SPACES | HEREDOC_USING_TABS)) {
3107 zendlval, indentation, spacing == HEREDOC_USING_SPACES,

Completed in 27 milliseconds