Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c2843 if (elem_ast == NULL) { in zend_compile_list_assign()
2852 if (elem_ast->attr) { in zend_compile_list_assign()
2856 var_ast = elem_ast->child[0]; in zend_compile_list_assign()
2857 key_ast = elem_ast->child[1]; in zend_compile_list_assign()
2941 if (!elem_ast) { in zend_list_has_assign_to()
2944 var_ast = elem_ast->child[0]; in zend_list_has_assign_to()
6621 if (elem_ast == NULL) { in zend_try_ct_eval_array()
6628 if (elem_ast->attr /* by_ref */ || elem_ast->child[0]->kind != ZEND_AST_ZVAL in zend_try_ct_eval_array()
6629 || (elem_ast->child[1] && elem_ast->child[1]->kind != ZEND_AST_ZVAL) in zend_try_ct_eval_array()
7256 if (elem_ast == NULL) { in zend_compile_array()
[all …]

Completed in 29 milliseconds