PHP Doku:: JMPNZ - internals2.opcodes.jmpnz.html

Verlauf / Chronik / History: (2) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

Opcodes

<<IS_SMALLER_OR_EQUAL

JMPNZ_EX>>

JMPNZ

PHP code

<?php
/*
 * Jump to the address if the value is not zero
 * opcode number: 44
 */
for($i=0$i<3$i++){ 
    echo 
"hi";
}
?>

PHP opcodes

Function name: (null)

Compiled variables: !0=$i

line#op fetchextreturn operands
60 ASSIGN     !0,0
 1 IS_SMALLER   ~1 !0,3
 2 JMPZNZ  6  ~1,->8
 3 POST_INC   ~2 !0
 4 FREE     ~2
 5 JMP     ->1
76 ECHO     'hi'
87 JMP     ->3
98 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",...)