Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.c576 bool short_circuited; in zend_ast_evaluate_inner() local
581 …if (UNEXPECTED(zend_ast_evaluate_ex(&op1, ast->child[0], scope, &short_circuited, ctx) != SUCCESS)… in zend_ast_evaluate_inner()
595 …if (UNEXPECTED(zend_ast_evaluate_ex(&op1, ast->child[0], scope, &short_circuited, ctx) != SUCCESS)… in zend_ast_evaluate_inner()
610 …if (UNEXPECTED(zend_ast_evaluate_ex(&op1, ast->child[0], scope, &short_circuited, ctx) != SUCCESS)… in zend_ast_evaluate_inner()
663 …if (UNEXPECTED(zend_ast_evaluate_ex(&op1, ast->child[0], scope, &short_circuited, ctx) != SUCCESS)… in zend_ast_evaluate_inner()
813 if (short_circuited) { in zend_ast_evaluate_inner()
933 if (zend_ast_evaluate_ex(&arg, arg_ast, scope, &short_circuited, ctx) == FAILURE) { in zend_ast_evaluate_inner()
963 … if (zend_ast_evaluate_ex(&args[i], args_ast->child[i], scope, &short_circuited, ctx) == FAILURE) { in zend_ast_evaluate_inner()
998 if (short_circuited) { in zend_ast_evaluate_inner()
1063 bool short_circuited; in zend_ast_evaluate() local
[all …]
H A Dzend_execute_API.c738 bool short_circuited; in zval_update_constant_with_ctx() local
748 zend_result result = zend_ast_evaluate_ex(&tmp, ast, scope, &short_circuited, ctx) != SUCCESS; in zval_update_constant_with_ctx()

Completed in 16 milliseconds