downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

INIT_ARRAY> <HANDLE_EXCEPTION
[edit] Last updated: Fri, 26 Apr 2013

view this page in

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


add a note add a note User Contributed Notes INCLUDE_OR_EVAL - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites