3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timeStampDernierJourAnnee = mktime(0,0,0,12,31,date('Y')); $derniere_semaine = date('W',$timeStampDernierJourAnnee); echo $derniere_semaine;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/L5tla
function name:  (null)
number of ops:  19
compiled vars:  !0 = $timeStampDernierJourAnnee, !1 = $derniere_semaine
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'mktime'
          1        SEND_VAL                                                 0
          2        SEND_VAL                                                 0
          3        SEND_VAL                                                 0
          4        SEND_VAL                                                 12
          5        SEND_VAL                                                 31
          6        INIT_FCALL                                               'date'
          7        SEND_VAL                                                 'Y'
          8        DO_ICALL                                         $2      
          9        SEND_VAR                                                 $2
         10        DO_ICALL                                         $3      
         11        ASSIGN                                                   !0, $3
    4    12        INIT_FCALL                                               'date'
         13        SEND_VAL                                                 'W'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $5      
         16        ASSIGN                                                   !1, $5
    5    17        ECHO                                                     !1
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.23 ms | 1394 KiB | 17 Q