PHP - Manual: IS_NOT_EQUAL
2024-12-21
<?php
/*
* compares if value1 and value2 are not equal
* opcode number: 18
*/
echo (1 != 1);
?>
Function name: (null)
Compiled variables: none
line | # | op | fetch | ext | return | operands |
---|---|---|---|---|---|---|
6 | 0 | IS_NOT_EQUAL | ~0 | 1,1 | ||
1 | ECHO | ~0 | ||||
7 | 2 | RETURN | 1 |
官方地址:https://www.php.net/manual/en/internals2.opcodes.is-not-equal.php