Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_language_scanner.l200 efree(heredoc_label->label); in heredoc_label_dtor()
1212 new_heredoc_label->label = estrndup(heredoc_label->label, heredoc_label->length); in copy_heredoc_label_stack()
2376 heredoc_label->length--;
2381 heredoc_label->length -= 2;
2388 heredoc_label->length -= 2;
2394 heredoc_label->label = estrndup(s, heredoc_label->length);
2518 yyleng = heredoc_label->indentation + heredoc_label->length;
2522 efree(heredoc_label);
2685 …_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc…
2752 zendlval, heredoc_label->indentation, heredoc_label->indentation_uses_spaces,
[all …]

Completed in 11 milliseconds