3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.74 ms | 1394 KiB | 17 Q