3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = microtime(true); eval('$a = "cake";'); $elapsed = microtime(true) - $t; printf('%0.9F', $elapsed);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XRZf2
function name:  (null)
number of ops:  15
compiled vars:  !0 = $t, !1 = $elapsed
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'microtime'
          1        SEND_VAL                                                 <true>
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    5     4        INCLUDE_OR_EVAL                                          '%24a+%3D+%22cake%22%3B', EVAL
    7     5        INIT_FCALL                                               'microtime'
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                         $5      
          8        SUB                                              ~6      $5, !0
          9        ASSIGN                                                   !1, ~6
    8    10        INIT_FCALL                                               'printf'
         11        SEND_VAL                                                 '%250.9F'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.12 ms | 1394 KiB | 17 Q