Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_language_scanner.l201 efree(heredoc_label->label); in heredoc_label_dtor()
1248 new_heredoc_label->label = estrndup(heredoc_label->label, heredoc_label->length); in copy_heredoc_label_stack()
2538 heredoc_label->length--;
2543 heredoc_label->length -= 2;
2550 heredoc_label->length -= 2;
2556 heredoc_label->label = estrndup(s, heredoc_label->length);
2681 yyleng = heredoc_label->indentation + heredoc_label->length;
2685 efree(heredoc_label);
2849 …_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc…
2916 zendlval, heredoc_label->indentation, heredoc_label->indentation_uses_spaces,
[all …]

Completed in 13 milliseconds