3v4l.org

run code in 300+ PHP versions simultaneously
<?php define("START", microtime(true)); //sleep for 269 milliseconds usleep(269000); printf("Page was rendered in %s milliseconds", microtime(true) - START);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Uc80g
function name:  (null)
number of ops:  20
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'START'
          2        INIT_FCALL                                               'microtime'
          3        SEND_VAL                                                 <true>
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        DO_ICALL                                                 
    5     7        INIT_FCALL                                               'usleep'
          8        SEND_VAL                                                 269000
          9        DO_ICALL                                                 
    7    10        INIT_FCALL                                               'printf'
         11        SEND_VAL                                                 'Page+was+rendered+in+%25s+milliseconds'
         12        INIT_FCALL                                               'microtime'
         13        SEND_VAL                                                 <true>
         14        DO_ICALL                                         $3      
         15        FETCH_CONSTANT                                   ~4      'START'
         16        SUB                                              ~5      $3, ~4
         17        SEND_VAL                                                 ~5
         18        DO_ICALL                                                 
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
137.28 ms | 1000 KiB | 17 Q