Searched refs:shift_left_function (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/Zend/ |
H A D | zend_opcode.c | 720 return (binary_op_type) shift_left_function; in get_binary_op()
|
H A D | zend_operators.h | 56 ZEND_API int ZEND_FASTCALL shift_left_function(zval *result, zval *op1, zval *op2);
|
H A D | zend_operators.c | 1707 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 D | zend_vm_execute.h | 4109 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 D | zend_vm_def.h | 241 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