Opcodeها
PHP Manual

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 fetchextreturn operands
60 ASSIGN_SL     !0,3
71 RETURN     1

Opcodeها
PHP Manual