IS_NOT_IDENTICAL
کد PHP
<?php
/*
* compares value1 and value2 to see if they are unequal or of different types
* opcode number: 16
*/
echo (1 !== 1);
?>
opcodeهای PHP
نام تابع: (null)
متغیر ترجمه شده: none
| line | # | op | fetch | ext | return | operands |
|---|---|---|---|---|---|---|
| 6 | 0 | IS_NOT_IDENTICAL | ~0 | 1,1 | ||
| 1 | ECHO | ~0 | ||||
| 7 | 2 | RETURN | 1 |
There are no user contributed notes for this page.
