3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = date ("l d m y", mktime(0,0,0,7,1,2010)); print_r ($d.getDate()); //echo implode(", ", $d.getDate()); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JNiV2
function name:  (null)
number of ops:  20
compiled vars:  !0 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'l+d+m+y'
          2        INIT_FCALL                                               'mktime'
          3        SEND_VAL                                                 0
          4        SEND_VAL                                                 0
          5        SEND_VAL                                                 0
          6        SEND_VAL                                                 7
          7        SEND_VAL                                                 1
          8        SEND_VAL                                                 2010
          9        DO_ICALL                                         $1      
         10        SEND_VAR                                                 $1
         11        DO_ICALL                                         $2      
         12        ASSIGN                                                   !0, $2
    3    13        INIT_FCALL                                               'print_r'
         14        INIT_FCALL                                               'getdate'
         15        DO_ICALL                                         $4      
         16        CONCAT                                           ~5      !0, $4
         17        SEND_VAL                                                 ~5
         18        DO_ICALL                                                 
    5    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.54 ms | 1386 KiB | 21 Q