3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start=microtime(1); $a=(int)8e64; var_dump($a.''); print 'Time: '.(microtime(1)-$start);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GYrmT
function name:  (null)
number of ops:  17
compiled vars:  !0 = $start, !1 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'microtime'
          1        SEND_VAL                                                 1
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        CAST                                          4  ~4      8.0e+64
          5        ASSIGN                                                   !1, ~4
    4     6        INIT_FCALL                                               'var_dump'
          7        CONCAT                                           ~6      !1, ''
          8        SEND_VAL                                                 ~6
          9        DO_ICALL                                                 
    5    10        INIT_FCALL                                               'microtime'
         11        SEND_VAL                                                 1
         12        DO_ICALL                                         $8      
         13        SUB                                              ~9      $8, !0
         14        CONCAT                                           ~10     'Time%3A+', ~9
         15        ECHO                                                     ~10
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.56 ms | 1394 KiB | 17 Q