3v4l.org

run code in 300+ PHP versions simultaneously
<?php $acquirerData['test'] = 1; var_dump(date("Y-m-d", strtotime($period['dateStart'])));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZrbJA
function name:  (null)
number of ops:  14
compiled vars:  !0 = $acquirerData, !1 = $period
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                               !0, 'test'
          1        OP_DATA                                                  1
    3     2        INIT_FCALL                                               'var_dump'
          3        INIT_FCALL                                               'date'
          4        SEND_VAL                                                 'Y-m-d'
          5        INIT_FCALL                                               'strtotime'
          6        FETCH_DIM_R                                      ~3      !1, 'dateStart'
          7        SEND_VAL                                                 ~3
          8        DO_ICALL                                         $4      
          9        SEND_VAR                                                 $4
         10        DO_ICALL                                         $5      
         11        SEND_VAR                                                 $5
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.03 ms | 1011 KiB | 16 Q