PHP Doku:: SEND_REF - internals2.opcodes.send-ref.html

Verlauf / Chronik / History: (3) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

Opcodes

<<RETURN

SEND_VAL>>

SEND_REF

PHP code

<?php
/*
 * Pass the reference value as an actual parameter to a function.  DO_FCALL follows.
 * opcode number: 67
 */
@each($input);
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 BEGIN_SILENCE   ~0  
 1 FETCH_Wlocal  $1 'input'
 2 SEND_REF     $1
 3 DO_FCALL  1  'each'
 4 END_SILENCE     ~0
75 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",...)