Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_language_scanner.h57 } zend_heredoc_label; typedef
H A Dzend_language_scanner.l187 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor()
2124 zend_heredoc_label *heredoc_label = emalloc(sizeof(zend_heredoc_label));
2176 zend_heredoc_label *heredoc_label = zend_ptr_stack_pop(&SCNG(heredoc_label_stack));
2303 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack));
2377 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack));
H A Dzend_language_scanner.c189 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor()
1979 zend_heredoc_label *heredoc_label = zend_ptr_stack_pop(&SCNG(heredoc_label_stack)); in lex_scan()
2056 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack)); in lex_scan()
3905 zend_heredoc_label *heredoc_label = emalloc(sizeof(zend_heredoc_label)); in lex_scan()
7525 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack)); in lex_scan()

Completed in 22 milliseconds