ASSIGN_SL

PHP コード

<?php
/*
 * Shift result by value1 bits to left and store in variable indicated by result
 * opcode number: 28
 */
$a <<= 3;
?>

PHP オペコード

関数名: (null)

コンパイルされた変数: !0=$a

line#op fetchextreturn operands
60 ASSIGN_SL     !0,3
71 RETURN     1