PHP Doku:: PRINT - internals2.opcodes.print.html

Verlauf / Chronik / History: (5) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

Opcodes

<<PRE_INC_OBJ

QM_ASSIGN>>

PRINT

PHP code

<?php
/*
 * 
 * opcode number: 41
 */
print "Hello World";
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 PRINT   ~0 'Hello+World'
 1 FREE     ~0
72 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",...)