Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_ast.c500 static zend_result ZEND_FASTCALL zend_ast_evaluate_ex(zval *result, zend_ast *ast, zend_class_entry… in zend_ast_evaluate_ex() function
737 if (UNEXPECTED(zend_ast_evaluate_ex(&op1, ast->child[0], scope, &short_circuited) != SUCCESS)) { in zend_ast_evaluate_ex()
911 if (UNEXPECTED(zend_ast_evaluate_ex(&op1, ast->child[0], scope, &short_circuited) != SUCCESS)) { in zend_ast_evaluate_ex()
979 return zend_ast_evaluate_ex(result, ast, scope, &short_circuited); in zend_ast_evaluate()

Completed in 9 milliseconds