3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* Labels */ $monthlabel = date("F Y"); /* Values */ $monthvalue = date("Y&month=n",$monthlabel); echo $monthlabel; echo $monthvalue;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/53QB7
function name:  (null)
number of ops:  12
compiled vars:  !0 = $monthlabel, !1 = $monthvalue
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'F+Y'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    8     4        INIT_FCALL                                               'date'
          5        SEND_VAL                                                 'Y%26month%3Dn'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $4      
          8        ASSIGN                                                   !1, $4
   11     9        ECHO                                                     !0
   13    10        ECHO                                                     !1
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
193.21 ms | 1398 KiB | 15 Q