Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_compile.c3221 znode cv_node; in zend_compile_expr_with_potential_assign_to_self() local
3223 if (zend_try_compile_cv(&cv_node, expr_ast) == FAILURE) { in zend_compile_expr_with_potential_assign_to_self()
3226 zend_emit_op_tmp(expr_node, ZEND_QM_ASSIGN, &cv_node, NULL); in zend_compile_expr_with_potential_assign_to_self()
3312 znode cv_node; in zend_compile_assign() local
3314 if (zend_try_compile_cv(&cv_node, expr_ast) == FAILURE) { in zend_compile_assign()
3317 zend_emit_op_tmp(&expr_node, ZEND_QM_ASSIGN, &cv_node, NULL); in zend_compile_assign()

Completed in 41 milliseconds