Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_ast.h306 ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix);
H A Dzend_ast.c2559 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.c4300 zend_ast_export("assert(", args->child[0], ")")); in zend_compile_assert()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c655 zend_string *ast_str = zend_ast_export("", Z_ASTVAL_P(value), ""); in format_default_value()

Completed in 57 milliseconds