Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_globals.h356 int heredoc_indentation; member
H A Dzend_language_scanner.l2684 SCNG(heredoc_indentation) = 0;
2726 ) && SCNG(heredoc_indentation)) {
2727 …ody indentation level (expecting an indentation level of at least %d)", SCNG(heredoc_indentation));
2731 heredoc_label->indentation = SCNG(heredoc_indentation);
2948 SCNG(heredoc_indentation) = indentation;

Completed in 14 milliseconds