PHP Doku:: BOOL - internals2.opcodes.bool.html

Verlauf / Chronik / History: (4) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

Opcodes

<<BEGIN_SILENCE

BOOL_NOT>>

BOOL

PHP code

<?php
/*
 * convert value1 to boolean and store in result??????????
 * opcode number: 52
 */
if (|| || 1) echo "foo";
//$a = true;
//if($a) echo "foo";
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 JMPNZ_EX   ~0 1,->2
 1 BOOL   ~0 2
 2 JMPNZ_EX   ~0 ~0,->4
 3 BOOL   ~0 1
 4 JMPZ     ~0,->7
 5 ECHO     'foo'
 6 JMP     ->7
97 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",...)