Opcode
PHP Manual

POST_DEC

PHP 代码

<?php
/*
 * decrements variable indicated by value1 by 1 (after performing other operations) and stores in result
 * Opcode 编号: 37
 */
$a--;
?>

PHP Opcode

函数名: (null)

编译后的变量: !0=$a

行号#操作 读取扩展返回 操作数
60 POST_DEC   ~0 !0
 1 FREE     ~0
72 RETURN     1

Opcode
PHP Manual