Searched refs:get_binary_op (Results 1 – 4 of 4) sorted by relevance
48 int (*binary_op)(zval *result, zval *op1, zval *op2 TSRMLS_DC) = get_binary_op(opline->opcode);
1021 int (*binary_op)(zval *result, zval *op1, zval *op2 TSRMLS_DC) = get_binary_op(opline->opcode); in zend_optimize_block()
820 ZEND_API binary_op_type get_binary_op(int opcode) in get_binary_op() function
486 ZEND_API binary_op_type get_binary_op(int opcode);
Completed in 21 milliseconds