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 (getDate(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/X27IR
function name:  (null)
number of ops:  34
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        SEND_VAL                                                 1277935200
         16        DO_ICALL                                         $4      
         17        SEND_VAR                                                 $4
         18        DO_ICALL                                                 
    4    19        INIT_FCALL                                               'print_r'
         20        INIT_FCALL                                               'getdate'
         21        INIT_FCALL                                               'mktime'
         22        SEND_VAL                                                 0
         23        SEND_VAL                                                 0
         24        SEND_VAL                                                 0
         25        SEND_VAL                                                 7
         26        SEND_VAL                                                 1
         27        SEND_VAL                                                 2010
         28        DO_ICALL                                         $6      
         29        SEND_VAR                                                 $6
         30        DO_ICALL                                         $7      
         31        SEND_VAR                                                 $7
         32        DO_ICALL                                                 
    6    33      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.03 ms | 1400 KiB | 21 Q