Php/docs/internals2.opcodes.include-or-eval

提供:Dev Guides
< Php
移動先:案内検索

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 fetch ext return operands
6 0 INCLUDE_OR_EVAL       'test.php',INCLUDE
7 1 INCLUDE_OR_EVAL       'test.php',EVAL
8 2 RETURN       1

関数名: (null)

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

line # op fetch ext return operands
2 0 DO_FCALL   0   'phpinfo'
3 1 RETURN       1