3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump(-0.0,1.0,0.1); echo "\n"; var_export(array(-0.0,1.0,0.1)); echo "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UuZdN
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                                   'var_dump'
          1        SEND_VAL                                                     -0
          2        SEND_VAL                                                     1
          3        SEND_VAL                                                     0.1
          4        DO_ICALL                                                     
          5        ECHO                                                         '%0A'
    3     6        INIT_FCALL                                                   'var_export'
          7        SEND_VAL                                                     <array>
          8        DO_ICALL                                                     
          9        ECHO                                                         '%0A'
         10      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
166.67 ms | 2330 KiB | 15 Q