3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 0; $b = 0.0; var_dump( $a === 0 || $a === 0.0, $b === 0 || $b === 0.0 );
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
2 jumps found. (Code = 47) Position 1 = 10, Position 2 = 12
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
Branch analysis from position: 7
filename:       /in/2BBuX
function name:  (null)
number of ops:  15
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
    4     1        ASSIGN                                                   !1, 0
    6     2        INIT_FCALL                                               'var_dump'
    7     3        IS_IDENTICAL                                     ~4      !0, 0
          4      > JMPNZ_EX                                         ~4      ~4, ->7
          5    >   IS_IDENTICAL                                     ~5      !0, 0
          6        BOOL                                             ~4      ~5
          7    >   SEND_VAL                                                 ~4
    8     8        IS_IDENTICAL                                     ~6      !1, 0
          9      > JMPNZ_EX                                         ~6      ~6, ->12
         10    >   IS_IDENTICAL                                     ~7      !1, 0
         11        BOOL                                             ~6      ~7
         12    >   SEND_VAL                                                 ~6
         13        DO_ICALL                                                 
    9    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
185.66 ms | 1394 KiB | 15 Q