Searched refs:new_heredoc_label (Results 1 – 1 of 1) sorted by relevance
1245 zend_heredoc_label *new_heredoc_label = emalloc(sizeof(zend_heredoc_label)); in copy_heredoc_label_stack() local1247 *new_heredoc_label = *heredoc_label; in copy_heredoc_label_stack()1248 new_heredoc_label->label = estrndup(heredoc_label->label, heredoc_label->length); in copy_heredoc_label_stack()1250 zend_ptr_stack_push(&SCNG(heredoc_label_stack), (void *) new_heredoc_label); in copy_heredoc_label_stack()
Completed in 10 milliseconds