Home
last modified time | relevance | path

Searched refs:shift_right_function (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_vm_execute.h4375 shift_right_function(EX_VAR(opline->result.var), op1, op2);
8460 shift_right_function(EX_VAR(opline->result.var), op1, op2);
10472 shift_right_function(EX_VAR(opline->result.var), op1, op2);
36472 shift_right_function(EX_VAR(opline->result.var), op1, op2);
43570 shift_right_function(EX_VAR(opline->result.var), op1, op2);
44567 …ZEND_VM_TAIL_CALL(zend_binary_assign_op_helper_SPEC_CV_CV(shift_right_function ZEND_OPCODE_HANDLER…
44586 …ZEND_VM_TAIL_CALL(zend_binary_assign_op_helper_SPEC_CV_CV(shift_right_function ZEND_OPCODE_HANDLER…
47679 shift_right_function(EX_VAR(opline->result.var), op1, op2);
52036 shift_right_function(EX_VAR(opline->result.var), op1, op2);
54610 shift_right_function(EX_VAR(opline->result.var), op1, op2);
[all …]
H A Dzend_opcode.c718 return (binary_op_type) shift_right_function; in get_binary_op()
H A Dzend_operators.h61 ZEND_API int ZEND_FASTCALL shift_right_function(zval *result, zval *op1, zval *op2);
H A Dzend_operators.c1654 ZEND_API int ZEND_FASTCALL shift_right_function(zval *result, zval *op1, zval *op2) /* {{{ */ in shift_right_function() function
1658 convert_op1_op2_long(op1, op1_lval, op2, op2_lval, ZEND_SR, shift_right_function); in shift_right_function()
H A Dzend_vm_def.h263 shift_right_function(EX_VAR(opline->result.var), op1, op2);
1071 ZEND_VM_DISPATCH_TO_HELPER(zend_binary_assign_op_helper, binary_op, shift_right_function);
1074 ZEND_VM_DISPATCH_TO_HELPER(zend_binary_assign_op_dim_helper, binary_op, shift_right_function);
1077 ZEND_VM_DISPATCH_TO_HELPER(zend_binary_assign_op_obj_helper, binary_op, shift_right_function);
1079 ZEND_VM_DISPATCH_TO_HELPER(zend_binary_assign_op_dim_helper, binary_op, shift_right_function);

Completed in 219 milliseconds