Searched refs:zend_ast_export_attributes (Results 1 – 1 of 1) sorted by relevance
/php-src/Zend/ |
H A D | zend_ast.c | 1682 static ZEND_COLD void zend_ast_export_attributes(smart_str *str, zend_ast *ast, int indent, bool ne… in zend_ast_export_attributes() function 1825 zend_ast_export_attributes(str, decl->child[4], indent, newlines); in zend_ast_export_ex() 1883 zend_ast_export_attributes(str, decl->child[3], indent, 1); in zend_ast_export_ex() 1951 zend_ast_export_attributes(str, ast->child[2], indent, 1); in zend_ast_export_ex() 1977 zend_ast_export_attributes(str, ast->child[1], indent, 1); in zend_ast_export_ex() 2258 zend_ast_export_attributes(str, decl->child[3], indent, 0); in zend_ast_export_ex() 2559 zend_ast_export_attributes(str, ast->child[3], indent, 0); in zend_ast_export_ex() 2576 zend_ast_export_attributes(str, ast->child[3], indent, 1); in zend_ast_export_ex()
|
Completed in 10 milliseconds