Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_language_scanner.l1209 zend_heredoc_label *new_heredoc_label = emalloc(sizeof(zend_heredoc_label)); in copy_heredoc_label_stack() local
1211 *new_heredoc_label = *heredoc_label; in copy_heredoc_label_stack()
1212 new_heredoc_label->label = estrndup(heredoc_label->label, heredoc_label->length); in copy_heredoc_label_stack()
1214 zend_ptr_stack_push(&SCNG(heredoc_label_stack), (void *) new_heredoc_label); in copy_heredoc_label_stack()

Completed in 7 milliseconds