Searched refs:new_heredoc_label (Results 1 – 2 of 2) sorted by relevance
1203 zend_heredoc_label *new_heredoc_label = emalloc(sizeof(zend_heredoc_label)); in copy_heredoc_label_stack() local1205 *new_heredoc_label = *heredoc_label; in copy_heredoc_label_stack()1206 new_heredoc_label->label = estrndup(heredoc_label->label, heredoc_label->length); in copy_heredoc_label_stack()1208 zend_ptr_stack_push(&SCNG(heredoc_label_stack), (void *) new_heredoc_label); in copy_heredoc_label_stack()
1206 zend_heredoc_label *new_heredoc_label = emalloc(sizeof(zend_heredoc_label)); in copy_heredoc_label_stack() local1208 *new_heredoc_label = *heredoc_label; in copy_heredoc_label_stack()1209 new_heredoc_label->label = estrndup(heredoc_label->label, heredoc_label->length); in copy_heredoc_label_stack()1211 zend_ptr_stack_push(&SCNG(heredoc_label_stack), (void *) new_heredoc_label); in copy_heredoc_label_stack()
Completed in 20 milliseconds