Searched refs:short_circuited (Results 1 – 2 of 2) sorted by relevance
/php-src/Zend/ |
H A D | zend_ast.c | 577 bool short_circuited; in zend_ast_evaluate_inner() local 582 …if (UNEXPECTED(zend_ast_evaluate_ex(&op1, ast->child[0], scope, &short_circuited, ctx) != SUCCESS)… in zend_ast_evaluate_inner() 596 …if (UNEXPECTED(zend_ast_evaluate_ex(&op1, ast->child[0], scope, &short_circuited, ctx) != SUCCESS)… in zend_ast_evaluate_inner() 611 …if (UNEXPECTED(zend_ast_evaluate_ex(&op1, ast->child[0], scope, &short_circuited, ctx) != SUCCESS)… in zend_ast_evaluate_inner() 664 …if (UNEXPECTED(zend_ast_evaluate_ex(&op1, ast->child[0], scope, &short_circuited, ctx) != SUCCESS)… in zend_ast_evaluate_inner() 814 if (short_circuited) { in zend_ast_evaluate_inner() 934 if (zend_ast_evaluate_ex(&arg, arg_ast, scope, &short_circuited, ctx) == FAILURE) { in zend_ast_evaluate_inner() 964 … if (zend_ast_evaluate_ex(&args[i], args_ast->child[i], scope, &short_circuited, ctx) == FAILURE) { in zend_ast_evaluate_inner() 1006 if (short_circuited) { in zend_ast_evaluate_inner() 1071 bool short_circuited; in zend_ast_evaluate() local [all …]
|
H A D | zend_execute_API.c | 741 bool short_circuited; in zval_update_constant_with_ctx() local 751 zend_result result = zend_ast_evaluate_ex(&tmp, ast, scope, &short_circuited, ctx) != SUCCESS; in zval_update_constant_with_ctx()
|
Completed in 14 milliseconds