Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.h748 ZEND_API binary_op_type get_binary_op(int opcode);
H A Dzend_opcode.c1059 ZEND_API binary_op_type get_binary_op(int opcode) in get_binary_op() function
H A Dzend_ast.c488 binary_op_type op = get_binary_op(ast->attr); in zend_ast_evaluate()
H A Dzend_compile.c7044 binary_op_type fn = get_binary_op(opcode); in zend_try_ct_eval_binary_op()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c58 binary_op_type binary_op = get_binary_op(opcode); in zend_optimizer_eval_binary_op()
H A Dzend_inference.c3977 get_binary_op(opcode)(&orig_result, &orig_op1, &orig_op2); in can_convert_to_double()
3978 get_binary_op(opcode)(&dval_result, &dval_op1, &dval_op2); in can_convert_to_double()

Completed in 66 milliseconds