3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test1='First Monday of Januari 2014'; var_dump(strtotime($test1)); $test2='First Monday of January 2014'; var_dump(strtotime($test2));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Eg5fA
function name:  (null)
number of ops:  15
compiled vars:  !0 = $test1, !1 = $test2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'First+Monday+of+Januari+2014'
    3     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'strtotime'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        SEND_VAR                                                 $3
          6        DO_ICALL                                                 
    4     7        ASSIGN                                                   !1, 'First+Monday+of+January+2014'
    5     8        INIT_FCALL                                               'var_dump'
          9        INIT_FCALL                                               'strtotime'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                         $6      
         12        SEND_VAR                                                 $6
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
135.42 ms | 1394 KiB | 17 Q