3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dateOuverture = mktime(00,00,00,9,2,2014); $dateFermeture = mktime(23,59,59,9,9,2014); echo date("F j, Y, g:i a",$dateOuverture); echo date("M j, Y, g:i a",$dateFermeture);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TOGJv
function name:  (null)
number of ops:  29
compiled vars:  !0 = $dateOuverture, !1 = $dateFermeture
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'mktime'
          1        SEND_VAL                                                 0
          2        SEND_VAL                                                 0
          3        SEND_VAL                                                 0
          4        SEND_VAL                                                 9
          5        SEND_VAL                                                 2
          6        SEND_VAL                                                 2014
          7        DO_ICALL                                         $2      
          8        ASSIGN                                                   !0, $2
    3     9        INIT_FCALL                                               'mktime'
         10        SEND_VAL                                                 23
         11        SEND_VAL                                                 59
         12        SEND_VAL                                                 59
         13        SEND_VAL                                                 9
         14        SEND_VAL                                                 9
         15        SEND_VAL                                                 2014
         16        DO_ICALL                                         $4      
         17        ASSIGN                                                   !1, $4
    4    18        INIT_FCALL                                               'date'
         19        SEND_VAL                                                 'F+j%2C+Y%2C+g%3Ai+a'
         20        SEND_VAR                                                 !0
         21        DO_ICALL                                         $6      
         22        ECHO                                                     $6
    6    23        INIT_FCALL                                               'date'
         24        SEND_VAL                                                 'M+j%2C+Y%2C+g%3Ai+a'
         25        SEND_VAR                                                 !1
         26        DO_ICALL                                         $7      
         27        ECHO                                                     $7
         28      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.01 ms | 1395 KiB | 17 Q