php教程

INCLUDE_OR_EVAL

PHP code

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

PHP opcodes

Function name: (null)

Compiled variables: none

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

Function name: (null)

Compiled variables: none

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

User Contributed Notes

There are no user contributed notes for this page.

CopyRight © 2008-2022 verySource.Com All Rights reserved. 京ICP备17048824号-1 京公网安备:11010502034788