Home
last modified time | relevance | path

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

/php-src/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()
2614 heredoc_label->length--;
2619 heredoc_label->length -= 2;
2626 heredoc_label->length -= 2;
2632 heredoc_label->label = estrndup(s, heredoc_label->length);
2757 yyleng = heredoc_label->indentation + heredoc_label->length;
2761 efree(heredoc_label);
2925 …_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc…
2992 zendlval, heredoc_label->indentation, heredoc_label->indentation_uses_spaces,
[all …]

Completed in 19 milliseconds