PHP Doku:: IS_NOT_IDENTICAL - internals2.opcodes.is-not-identical.html

Verlauf / Chronik / History: (3) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

Opcodes

<<IS_NOT_EQUAL

IS_SMALLER>>

IS_NOT_IDENTICAL

PHP code

<?php
/*
 * compares value1 and value2 to see if they are unequal or of different types
 * opcode number: 16
 */
echo (!== 1);
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 IS_NOT_IDENTICAL   ~0 1,1
 1 ECHO     ~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",...)