Php/docs/internals2.opcodes.assign-ref

提供:Dev Guides
< Php
2020年12月14日 (月) 10:02時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

ASSIGN_REF

PHP コード

<?php/* * indicates that variable indicated by value1 is to be treated in the global scope for the remainder of the current scope. * opcode number: 39 */global $a;?>

PHP オペコード

関数名: (null)

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

line # op fetch ext return operands
6 0 FETCH_W globallock   $0 'a'
  1 ASSIGN_REF       !0,$0
7 2 RETURN       1