3v4l.org

run code in 300+ PHP versions simultaneously
<?php $originalDate = '29th February 2012'; var_dump(strtotime( date( 'd M ', $originalDate ) . date( 'Y' ) ));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3W7ka
function name:  (null)
number of ops:  16
compiled vars:  !0 = $originalDate
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '29th+February+2012'
    3     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'strtotime'
          3        INIT_FCALL                                               'date'
          4        SEND_VAL                                                 'd+M+'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $2      
          7        INIT_FCALL                                               'date'
          8        SEND_VAL                                                 'Y'
          9        DO_ICALL                                         $3      
         10        CONCAT                                           ~4      $2, $3
         11        SEND_VAL                                                 ~4
         12        DO_ICALL                                         $5      
         13        SEND_VAR                                                 $5
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.96 ms | 1394 KiB | 19 Q