3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.07 ms | 1394 KiB | 15 Q