3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = date ("l d m y", mktime(0,0,0,7,1,2010)); echo date("l", 1277935200); print_r (getDate(mktime(0,0,0,7,1,2010))); //echo implode(", ", $d.getDate()); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OjCPn
function name:  (null)
number of ops:  33
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                                               'date'
         14        SEND_VAL                                                 'l'
         15        SEND_VAL                                                 1277935200
         16        DO_ICALL                                         $4      
         17        ECHO                                                     $4
    4    18        INIT_FCALL                                               'print_r'
         19        INIT_FCALL                                               'getdate'
         20        INIT_FCALL                                               'mktime'
         21        SEND_VAL                                                 0
         22        SEND_VAL                                                 0
         23        SEND_VAL                                                 0
         24        SEND_VAL                                                 7
         25        SEND_VAL                                                 1
         26        SEND_VAL                                                 2010
         27        DO_ICALL                                         $5      
         28        SEND_VAR                                                 $5
         29        DO_ICALL                                         $6      
         30        SEND_VAR                                                 $6
         31        DO_ICALL                                                 
    6    32      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.29 ms | 1395 KiB | 21 Q