PHP Doku:: IS_EQUAL - internals2.opcodes.is-equal.html

Verlauf / Chronik / History: (6) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

Opcodes

<<ISSET_ISEMPTY_VAR

IS_IDENTICAL>>

IS_EQUAL

PHP code

<?php
/*
 * compares if value1 and value2 are equal
 * opcode number: 17
 */
echo (== 1);
echo (
== 'c');
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 IS_EQUAL   ~0 1,1
 1 ECHO     ~0
72 IS_EQUAL   ~1 1,'c'
 3 ECHO     ~1
84 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",...)