Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.c3846 zend_compile_stmt(stmt_ast); in zend_compile_while()
3869 zend_compile_stmt(stmt_ast); in zend_compile_do_while()
3920 zend_compile_stmt(stmt_ast); in zend_compile_for()
4001 zend_compile_stmt(stmt_ast); in zend_compile_foreach()
4039 zend_compile_stmt(stmt_ast); in zend_compile_if()
4084 zend_compile_stmt(stmt_ast); in zend_compile_switch()
4142 zend_compile_stmt(stmt_ast); in zend_compile_switch()
4204 zend_compile_stmt(try_ast); in zend_compile_try()
4972 zend_compile_stmt(stmt_ast); in zend_compile_func_decl()
5376 zend_compile_stmt(stmt_ast); in zend_compile_class_decl()
[all …]
H A Dzend_compile.h147 void zend_compile_stmt(zend_ast *ast);

Completed in 27 milliseconds