ASSIGN_SL
کد PHP
<?php
/*
* Shift result by value1 bits to left and store in variable indicated by result
* opcode number: 28
*/
$a <<= 3;
?>
opcodeهای PHP
نام تابع: (null)
متغیر ترجمه شده: !0=$a
| line | # | op | fetch | ext | return | operands |
|---|---|---|---|---|---|---|
| 6 | 0 | ASSIGN_SL | !0,3 | |||
| 7 | 1 | RETURN | 1 |
There are no user contributed notes for this page.
