Searched refs:get_binary_op (Results 1 – 7 of 7) sorted by relevance
886 ZEND_API binary_op_type get_binary_op(int opcode);
1220 ZEND_API binary_op_type get_binary_op(int opcode) in get_binary_op() function
587 binary_op_type op = get_binary_op(ast->attr); in zend_ast_evaluate_inner()
9727 binary_op_type fn = get_binary_op(opcode); in zend_try_ct_eval_binary_op()
62 binary_op_type binary_op = get_binary_op(opcode); in zend_optimizer_eval_binary_op()
4404 get_binary_op(opcode)(&orig_result, &orig_op1, &orig_op2); in can_convert_to_double()4405 get_binary_op(opcode)(&dval_result, &dval_op1, &dval_op2); in can_convert_to_double()
6058 binary_op_type binary_op = get_binary_op(opline->extended_value); in zend_jit_assign_op()13278 binary_op_type binary_op = get_binary_op(opline->extended_value);13372 binary_op = get_binary_op(opline->extended_value);14746 binary_op_type binary_op = get_binary_op(opline->extended_value);
Completed in 143 milliseconds