Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_opcode.c720 return (binary_op_type) shift_left_function; in get_binary_op()
H A Dzend_operators.h56 ZEND_API int ZEND_FASTCALL shift_left_function(zval *result, zval *op1, zval *op2);
H A Dzend_operators.c1707 ZEND_API int ZEND_FASTCALL shift_left_function(zval *result, zval *op1, zval *op2) /* {{{ */ in shift_left_function() function
1711 convert_op1_op2_long(op1, op1_lval, op2, op2_lval, result, ZEND_SL, shift_left_function); in shift_left_function()
H A Dzend_vm_execute.h4109 shift_left_function(EX_VAR(opline->result.var), op1, op2);
6600 shift_left_function(EX_VAR(opline->result.var), op1, op2);
9695 shift_left_function(EX_VAR(opline->result.var), op1, op2);
12888 shift_left_function(EX_VAR(opline->result.var), op1, op2);
14626 shift_left_function(EX_VAR(opline->result.var), op1, op2);
16721 shift_left_function(EX_VAR(opline->result.var), op1, op2);
28363 …ZEND_VM_TAIL_CALL(zend_binary_assign_op_helper_SPEC_VAR_CV(shift_left_function ZEND_OPCODE_HANDLER…
38502 shift_left_function(EX_VAR(opline->result.var), op1, op2);
42480 shift_left_function(EX_VAR(opline->result.var), op1, op2);
48148 shift_left_function(EX_VAR(opline->result.var), op1, op2);
[all …]
H A Dzend_vm_def.h241 shift_left_function(EX_VAR(opline->result.var), op1, op2);
1024 ZEND_VM_DISPATCH_TO_HELPER(zend_binary_assign_op_helper, binary_op, shift_left_function);

Completed in 223 milliseconds