3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 100; $b = 1000E-1; echo $b; $c = $a === $b; echo $c; if(is_null($c)) echo 'null';
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 9
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
filename:       /in/1f37S
function name:  (null)
number of ops:  10
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 100
    4     1        ASSIGN                                                   !1, 100
    6     2        ECHO                                                     !1
    8     3        IS_IDENTICAL                                     ~5      !0, !1
          4        ASSIGN                                                   !2, ~5
    9     5        ECHO                                                     !2
   10     6        TYPE_CHECK                                    2          !2
          7      > JMPZ                                                     ~7, ->9
   11     8    >   ECHO                                                     'null'
          9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.59 ms | 1393 KiB | 13 Q