Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_language_scanner.l187 efree(heredoc_label->label); in heredoc_label_dtor()
1206 new_heredoc_label->label = estrndup(heredoc_label->label, heredoc_label->length); in copy_heredoc_label_stack()
2282 heredoc_label->length--;
2287 heredoc_label->length -= 2;
2294 heredoc_label->length -= 2;
2300 heredoc_label->label = estrndup(s, heredoc_label->length);
2424 yyleng = heredoc_label->indentation + heredoc_label->length;
2428 efree(heredoc_label);
2591 …_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc…
2658 zendlval, heredoc_label->indentation, heredoc_label->indentation_uses_spaces,
[all …]
H A Dzend_language_scanner.c190 efree(heredoc_label->label); in heredoc_label_dtor()
1209 new_heredoc_label->label = estrndup(heredoc_label->label, heredoc_label->length); in copy_heredoc_label_stack()
4672 heredoc_label->length--; in lex_scan()
4677 heredoc_label->length -= 2; in lex_scan()
4684 heredoc_label->length -= 2; in lex_scan()
4690 heredoc_label->label = estrndup(s, heredoc_label->length); in lex_scan()
7270 …_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc… in lex_scan()
7337 zendlval, heredoc_label->indentation, heredoc_label->indentation_uses_spaces, in lex_scan()
8044 yyleng = heredoc_label->indentation + heredoc_label->length; in lex_scan()
8048 efree(heredoc_label); in lex_scan()
[all …]

Completed in 29 milliseconds