3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.87 ms | 1394 KiB | 15 Q