Searched refs:prop_group_zval (Results 1 – 1 of 1) sorted by relevance
/php-ast/ |
H A D | ast.c | 1110 zval prop_group_zval; in ast_to_zval() local 1111 ZVAL_COPY_VALUE(&prop_group_zval, zv); in ast_to_zval() 1117 …OP_GROUP, ast->attr, zend_ast_get_lineno(ast), state, 3, &type_zval, &prop_group_zval, &type_zval); in ast_to_zval() 1120 … ZEND_AST_PROP_GROUP, ast->attr, zend_ast_get_lineno(ast), state, 2, &type_zval, &prop_group_zval); in ast_to_zval()
|
Completed in 8 milliseconds