3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Year_numbers= substr($Start_Week, 0, 4); $Week_numbers= substr($Start_Week, 4, 6); $Start_Week_berekend = date("YW", strtotime("{$Year_numbers}-W{$Week_numbers}+$Optel_Week week"));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PMs54
function name:  (null)
number of ops:  27
compiled vars:  !0 = $Year_numbers, !1 = $Start_Week, !2 = $Week_numbers, !3 = $Start_Week_berekend, !4 = $Optel_Week
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'substr'
          1        SEND_VAR                                                 !1
          2        SEND_VAL                                                 0
          3        SEND_VAL                                                 4
          4        DO_ICALL                                         $5      
          5        ASSIGN                                                   !0, $5
    4     6        INIT_FCALL                                               'substr'
          7        SEND_VAR                                                 !1
          8        SEND_VAL                                                 4
          9        SEND_VAL                                                 6
         10        DO_ICALL                                         $7      
         11        ASSIGN                                                   !2, $7
    5    12        INIT_FCALL                                               'date'
         13        SEND_VAL                                                 'YW'
         14        INIT_FCALL                                               'strtotime'
         15        ROPE_INIT                                     6  ~10     !0
         16        ROPE_ADD                                      1  ~10     ~10, '-W'
         17        ROPE_ADD                                      2  ~10     ~10, !2
         18        ROPE_ADD                                      3  ~10     ~10, '%2B'
         19        ROPE_ADD                                      4  ~10     ~10, !4
         20        ROPE_END                                      5  ~9      ~10, '+week'
         21        SEND_VAL                                                 ~9
         22        DO_ICALL                                         $13     
         23        SEND_VAR                                                 $13
         24        DO_ICALL                                         $14     
         25        ASSIGN                                                   !3, $14
         26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.98 ms | 1395 KiB | 19 Q