3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s_date_time = date('Y-m-d H:i:s'); echo 'Starting: '.$s_date_time."\n"; $i_counter = 0; //for ($i_main_loop = 0; $i_main_loop < 10; $i_main_loop++) { for ($i_bucle = 0; $i_bucle < 100; $i_bucle++) { for ($i_inner_loop = 0; $i_inner_loop < 100; $i_inner_loop++) { $i_counter++; } $i_counter = 0; } //} $s_date_time_end = date('Y-m-d H:i:s'); echo 'End: '.$s_date_time_end."\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 10
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 12
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 10
Branch analysis from position: 20
Branch analysis from position: 10
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 12
Branch analysis from position: 16
Branch analysis from position: 12
filename:       /in/dFKiZ
function name:  (null)
number of ops:  28
compiled vars:  !0 = $s_date_time, !1 = $i_counter, !2 = $i_bucle, !3 = $i_inner_loop, !4 = $s_date_time_end
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          2        DO_ICALL                                         $5      
          3        ASSIGN                                                   !0, $5
    4     4        CONCAT                                           ~7      'Starting%3A+', !0
          5        CONCAT                                           ~8      ~7, '%0A'
          6        ECHO                                                     ~8
    6     7        ASSIGN                                                   !1, 0
    8     8        ASSIGN                                                   !2, 0
          9      > JMP                                                      ->18
    9    10    >   ASSIGN                                                   !3, 0
         11      > JMP                                                      ->14
   10    12    >   PRE_INC                                                  !1
    9    13        PRE_INC                                                  !3
         14    >   IS_SMALLER                                               !3, 100
         15      > JMPNZ                                                    ~14, ->12
   12    16    >   ASSIGN                                                   !1, 0
    8    17        PRE_INC                                                  !2
         18    >   IS_SMALLER                                               !2, 100
         19      > JMPNZ                                                    ~17, ->10
   16    20    >   INIT_FCALL                                               'date'
         21        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
         22        DO_ICALL                                         $18     
         23        ASSIGN                                                   !4, $18
   17    24        CONCAT                                           ~20     'End%3A+', !4
         25        CONCAT                                           ~21     ~20, '%0A'
         26        ECHO                                                     ~21
         27      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.2 ms | 1396 KiB | 15 Q