3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.09 ms | 1398 KiB | 15 Q