3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timeStampDernierJourAnnee = mktime(0,0,0,12,31,2013); $derniere_semaine = date('d-m-Y',$timeStampDernierJourAnnee); echo $derniere_semaine;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jQqqk
function name:  (null)
number of ops:  16
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        SEND_VAL                                                 2013
          7        DO_ICALL                                         $2      
          8        ASSIGN                                                   !0, $2
    4     9        INIT_FCALL                                               'date'
         10        SEND_VAL                                                 'd-m-Y'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $4      
         13        ASSIGN                                                   !1, $4
    5    14        ECHO                                                     !1
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156 ms | 1394 KiB | 17 Q