Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_compile.c4658 zend_compile_stmt(stmt_ast); in zend_compile_while()
4681 zend_compile_stmt(stmt_ast); in zend_compile_do_while()
4732 zend_compile_stmt(stmt_ast); in zend_compile_for()
4815 zend_compile_stmt(stmt_ast); in zend_compile_foreach()
4857 zend_compile_stmt(stmt_ast); in zend_compile_if()
5039 zend_compile_stmt(stmt_ast); in zend_compile_switch()
5114 zend_compile_stmt(try_ast); in zend_compile_try()
5175 zend_compile_stmt(stmt_ast); in zend_compile_try()
5990 zend_compile_stmt(stmt_ast); in zend_compile_func_decl()
6416 zend_compile_stmt(stmt_ast); in zend_compile_class_decl()
[all …]
H A Dzend_compile.h135 void zend_compile_stmt(zend_ast *ast);

Completed in 46 milliseconds