3v4l.org

run code in 300+ PHP versions simultaneously
<?php while(1){ sleep(1); echo date('m/d/Y', strtotime("20061215")); echo date(now); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 1
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 1
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 1
Branch analysis from position: 18
Branch analysis from position: 1
filename:       /in/snhjQ
function name:  (null)
number of ops:  19
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E > > JMP                                                      ->17
    3     1    >   INIT_FCALL                                               'sleep'
          2        SEND_VAL                                                 1
          3        DO_ICALL                                                 
    4     4        INIT_FCALL                                               'date'
          5        SEND_VAL                                                 'm%2Fd%2FY'
          6        INIT_FCALL                                               'strtotime'
          7        SEND_VAL                                                 '20061215'
          8        DO_ICALL                                         $1      
          9        SEND_VAR                                                 $1
         10        DO_ICALL                                         $2      
         11        ECHO                                                     $2
    5    12        INIT_FCALL                                               'date'
         13        FETCH_CONSTANT                                   ~3      'now'
         14        SEND_VAL                                                 ~3
         15        DO_ICALL                                         $4      
         16        ECHO                                                     $4
    2    17    > > JMPNZ                                                    1, ->1
    6    18    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.85 ms | 1395 KiB | 19 Q