3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = '9223372036854775807'; $b = '9223372036854775808'; if ($a == $b) { echo "$a == $b\n"; } else { echo "$a != $b\n"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 10
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qW8gh
function name:  (null)
number of ops:  16
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '9223372036854775807'
    4     1        ASSIGN                                                   !1, '9223372036854775808'
    5     2        IS_EQUAL                                                 !0, !1
          3      > JMPZ                                                     ~4, ->10
    6     4    >   ROPE_INIT                                     4  ~6      !0
          5        ROPE_ADD                                      1  ~6      ~6, '+%3D%3D+'
          6        ROPE_ADD                                      2  ~6      ~6, !1
          7        ROPE_END                                      3  ~5      ~6, '%0A'
          8        ECHO                                                     ~5
          9      > JMP                                                      ->15
    9    10    >   ROPE_INIT                                     4  ~9      !0
         11        ROPE_ADD                                      1  ~9      ~9, '+%21%3D+'
         12        ROPE_ADD                                      2  ~9      ~9, !1
         13        ROPE_END                                      3  ~8      ~9, '%0A'
         14        ECHO                                                     ~8
   11    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.39 ms | 1384 KiB | 13 Q