Opcode
PHP Manual

FREE

PHP 代码

<?php
/*
 * Release the allocated space of the value.
 * Opcode 编号: 70
 */
 
print "Hello World";
?>

PHP Opcode

函数名: (null)

编译后的变量: none

行号#操作 读取扩展返回 操作数
60 PRINT   ~0 'Hello+World'
 1 FREE     ~0
72 RETURN     1

Opcode
PHP Manual