3v4l.org

run code in 300+ PHP versions simultaneously
<?php function chrono() { $temps = explode(' ', microtime()); return $temps[0]+$temps[1]; } $debut = chrono(); for($i=0;$i<1000;$i++){ md5('vf!@mmnfdslkjvlbùdf ,slvbkdsnfmkjnbsd'.rand(1999999999,9999999999)); } echo round(chrono()-$debut,10);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 5
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 5
Branch analysis from position: 16
Branch analysis from position: 5
filename:       /in/TOoJs
function name:  (null)
number of ops:  25
compiled vars:  !0 = $debut, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL                                               'chrono'
          1        DO_FCALL                                      0  $2      
          2        ASSIGN                                                   !0, $2
   13     3        ASSIGN                                                   !1, 0
          4      > JMP                                                      ->14
   14     5    >   INIT_FCALL                                               'md5'
          6        INIT_FCALL                                               'rand'
          7        SEND_VAL                                                 1999999999
          8        SEND_VAL                                                 9999999999
          9        DO_ICALL                                         $5      
         10        CONCAT                                           ~6      'vf%21%40mmnfdslkjvlb%C3%B9df+%2Cslvbkdsnfmkjnbsd', $5
         11        SEND_VAL                                                 ~6
         12        DO_ICALL                                                 
   13    13        PRE_INC                                                  !1
         14    >   IS_SMALLER                                               !1, 1000
         15      > JMPNZ                                                    ~9, ->5
   19    16    >   INIT_FCALL                                               'round'
         17        INIT_FCALL                                               'chrono'
         18        DO_FCALL                                      0  $10     
         19        SUB                                              ~11     $10, !0
         20        SEND_VAL                                                 ~11
         21        SEND_VAL                                                 10
         22        DO_ICALL                                         $12     
         23        ECHO                                                     $12
         24      > RETURN                                                   1

Function chrono:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TOoJs
function name:  chrono
number of ops:  12
compiled vars:  !0 = $temps
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '+'
          2        INIT_FCALL                                               'microtime'
          3        DO_ICALL                                         $1      
          4        SEND_VAR                                                 $1
          5        DO_ICALL                                         $2      
          6        ASSIGN                                                   !0, $2
    7     7        FETCH_DIM_R                                      ~4      !0, 0
          8        FETCH_DIM_R                                      ~5      !0, 1
          9        ADD                                              ~6      ~4, ~5
         10      > RETURN                                                   ~6
    8    11*     > RETURN                                                   null

End of function chrono

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.04 ms | 1394 KiB | 25 Q