Home
last modified time | relevance | path

Searched refs:zend_ast_export (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_ast.h301 ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix);
H A Dzend_ast.c2504 ZEND_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suff… in zend_ast_export() function
H A Dzend_compile.c4178 zend_ast_export("assert(", args->child[0], ")")); in zend_compile_assert()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c657 zend_string *ast_str = zend_ast_export("", Z_ASTVAL_P(value), ""); in format_default_value()

Completed in 63 milliseconds