PHP Doku:: INCLUDE_OR_EVAL - internals2.opcodes.include-or-eval.html

Verlauf / Chronik / History: (4) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchPHP im Kern: Das Entwicklerhandbuch für die Zend EngineZend Engine 2 opcode listOpcodesINCLUDE_OR_EVAL

Ein Service von Reinhard Neidl - Webprogrammierung.

Opcodes

<<HANDLE_EXCEPTION

INIT_ARRAY>>

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

Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)