Searched refs:get_binary_op (Results 1 – 6 of 6) sorted by relevance
739 ZEND_API binary_op_type get_binary_op(int opcode);
716 ZEND_API binary_op_type get_binary_op(int opcode) in get_binary_op() function
244 binary_op_type op = get_binary_op(ast->attr); in zend_ast_evaluate()
6912 binary_op_type fn = get_binary_op(opcode); in zend_try_ct_eval_binary_op()
77 binary_op_type binary_op = get_binary_op(opcode); in zend_optimizer_eval_binary_op()
3687 get_binary_op(opline->opcode)(&orig_result, &orig_op1, &orig_op2); in can_convert_to_double()3688 get_binary_op(opline->opcode)(&dval_result, &dval_op1, &dval_op2); in can_convert_to_double()
Completed in 81 milliseconds