Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_language_scanner.l1234 zend_heredoc_label *new_heredoc_label = emalloc(sizeof(zend_heredoc_label)); in copy_heredoc_label_stack() local
1236 *new_heredoc_label = *heredoc_label; in copy_heredoc_label_stack()
1237 new_heredoc_label->label = estrndup(heredoc_label->label, heredoc_label->length); in copy_heredoc_label_stack()
1239 zend_ptr_stack_push(&SCNG(heredoc_label_stack), (void *) new_heredoc_label); in copy_heredoc_label_stack()

Completed in 14 milliseconds