3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = date("Y-m-d"); $date2 = strtotime($date)-604800; $date3 = date("Y-m-d H:i:s", $date2); $post_data = "pagecount=1&operation=listfax&begin=".$date3; echo $post_data;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vTrOn
function name:  (null)
number of ops:  18
compiled vars:  !0 = $date, !1 = $date2, !2 = $date3, !3 = $post_data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'Y-m-d'
          2        DO_ICALL                                         $4      
          3        ASSIGN                                                   !0, $4
    3     4        INIT_FCALL                                               'strtotime'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $6      
          7        SUB                                              ~7      $6, 604800
          8        ASSIGN                                                   !1, ~7
    4     9        INIT_FCALL                                               'date'
         10        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                         $9      
         13        ASSIGN                                                   !2, $9
    5    14        CONCAT                                           ~11     'pagecount%3D1%26operation%3Dlistfax%26begin%3D', !2
         15        ASSIGN                                                   !3, ~11
    6    16        ECHO                                                     !3
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.13 ms | 1394 KiB | 17 Q