オペコード一覧
PHP Manual

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

オペコード一覧
PHP Manual