Php/docs/internals2.opcodes.post-inc

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

POST_INC

PHP コード

<?php/* * increments variable indicated by value1 by 1 (after performing other operations) and stores in result * opcode number: 36 */$a++;?>

PHP オペコード

関数名: (null)

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

line # op fetch ext return operands
6 0 POST_INC     ~0 !0
  1 FREE       ~0
7 2 RETURN       1