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);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0Lh9A
function name:  (null)
number of ops:  12
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                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.65 ms | 1398 KiB | 15 Q