3v4l.org

run code in 300+ PHP versions simultaneously
<?php $lamiadata == "February 2014"; echo date('r',strtotime($lamiadata)); echo strtotime($lamiadata);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7HqGW
function name:  (null)
number of ops:  15
compiled vars:  !0 = $lamiadata
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   IS_EQUAL                                         ~1      !0, 'February+2014'
          1        FREE                                                     ~1
    3     2        INIT_FCALL                                               'date'
          3        SEND_VAL                                                 'r'
          4        INIT_FCALL                                               'strtotime'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                         $3      
          9        ECHO                                                     $3
    4    10        INIT_FCALL                                               'strtotime'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $4      
         13        ECHO                                                     $4
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.77 ms | 1394 KiB | 17 Q