Home
last modified time | relevance | path

Searched refs:shift_right_function (Results 1 – 5 of 5) sorted by last modified time

/PHP-7.2/Zend/
H A Dzend_vm_execute.h4354 shift_right_function(EX_VAR(opline->result.var), op1, op2);
8472 shift_right_function(EX_VAR(opline->result.var), op1, op2);
10528 shift_right_function(EX_VAR(opline->result.var), op1, op2);
22227 …ZEND_VM_TAIL_CALL(zend_binary_assign_op_helper_SPEC_VAR_CV(shift_right_function ZEND_OPCODE_HANDLE…
35084 shift_right_function(EX_VAR(opline->result.var), op1, op2);
41605 shift_right_function(EX_VAR(opline->result.var), op1, op2);
42409 …ZEND_VM_TAIL_CALL(zend_binary_assign_op_helper_SPEC_CV_CV(shift_right_function ZEND_OPCODE_HANDLER…
45317 shift_right_function(EX_VAR(opline->result.var), op1, op2);
49291 shift_right_function(EX_VAR(opline->result.var), op1, op2);
51697 shift_right_function(EX_VAR(opline->result.var), op1, op2);
[all …]
H A Dzend_vm_def.h264 shift_right_function(EX_VAR(opline->result.var), op1, op2);
1030 ZEND_VM_DISPATCH_TO_HELPER(zend_binary_assign_op_helper, binary_op, shift_right_function);
H A Dzend_opcode.c742 return (binary_op_type) shift_right_function; in get_binary_op()
H A Dzend_operators.c1665 ZEND_API int ZEND_FASTCALL shift_right_function(zval *result, zval *op1, zval *op2) /* {{{ */ in shift_right_function() function
1669 convert_op1_op2_long(op1, op1_lval, op2, op2_lval, result, ZEND_SR, shift_right_function); in shift_right_function()
H A Dzend_operators.h58 ZEND_API int ZEND_FASTCALL shift_right_function(zval *result, zval *op1, zval *op2);

Completed in 200 milliseconds