Searched refs:get_binary_op (Results 1 – 8 of 8) sorted by relevance
804 ZEND_API binary_op_type get_binary_op(int opcode);
1189 ZEND_API binary_op_type get_binary_op(int opcode) in get_binary_op() function
514 binary_op_type op = get_binary_op(ast->attr); in zend_ast_evaluate_ex()
8599 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()
4279 get_binary_op(opcode)(&orig_result, &orig_op1, &orig_op2); in can_convert_to_double()4280 get_binary_op(opcode)(&dval_result, &dval_op1, &dval_op2); in can_convert_to_double()
6332 binary_op_type binary_op = get_binary_op(opline->extended_value);6410 binary_op = get_binary_op(opline->extended_value);6455 binary_op_type binary_op = get_binary_op(opline->extended_value);13027 binary_op_type binary_op = get_binary_op(opline->extended_value);
6889 binary_op_type binary_op = get_binary_op(opline->extended_value);6975 binary_op = get_binary_op(opline->extended_value);7029 binary_op_type binary_op = get_binary_op(opline->extended_value);13841 binary_op_type binary_op = get_binary_op(opline->extended_value);
Completed in 97 milliseconds