INCLUDE_OR_EVAL

PHP コード

<?php
/*
 * Include the file specified by filename and eval it.
 * opcode number: 73
 */
include("test.php");
eval(
"test.php");
?>

PHP オペコード

関数名: (null)

コンパイルされた変数: none

line#op fetchextreturn operands
60 INCLUDE_OR_EVAL     'test.php',INCLUDE
71 INCLUDE_OR_EVAL     'test.php',EVAL
82 RETURN     1

関数名: (null)

コンパイルされた変数: none

line#op fetchextreturn operands
20 DO_FCALL  0  'phpinfo'
31 RETURN     1