SR
کد PHP
<?php
/*
* Shift bits to right
* opcode number: 7
*/
echo 8 >> 2;
?>
opcodeهای PHP
نام تابع: (null)
متغیر ترجمه شده: none
| line | # | op | fetch | ext | return | operands |
|---|---|---|---|---|---|---|
| 6 | 0 | SR | ~0 | 8,2 | ||
| 1 | ECHO | ~0 | ||||
| 7 | 2 | RETURN | 1 |
There are no user contributed notes for this page.
