Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_language_scanner.l200 efree(heredoc_label->label); in heredoc_label_dtor()
1237 new_heredoc_label->label = estrndup(heredoc_label->label, heredoc_label->length); in copy_heredoc_label_stack()
2630 heredoc_label->length--;
2635 heredoc_label->length -= 2;
2642 heredoc_label->length -= 2;
2648 heredoc_label->label = estrndup(s, heredoc_label->length);
2773 yyleng = heredoc_label->indentation + heredoc_label->length;
2777 efree(heredoc_label);
2941 …_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc…
3008 zendlval, heredoc_label->indentation, heredoc_label->indentation_uses_spaces,
[all …]

Completed in 10 milliseconds