Php/docs/internals2.opcodes.unset-var

提供:Dev Guides
< Php
移動先:案内検索

UNSET_VAR

PHP コード

<?php/* * Unset the variable and store the original value into "result". * opcode number: 74 */$x = 1;$a='x';unset($$a);?>

PHP オペコード

関数名: (null)

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

line # op fetch ext return operands
6 0 ASSIGN       !0,1
7 1 ASSIGN       !1,'x'
8 2 UNSET_VAR     $2 !1
9 3 RETURN       1