3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = new MongoDate(strtotime("2010-01-15 00:00:00")); $end = new MongoDate(strtotime("2010-01-30 00:00:00"));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/q68Rc
function name:  (null)
number of ops:  15
compiled vars:  !0 = $start, !1 = $end
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $2      'MongoDate'
          1        INIT_FCALL                                               'strtotime'
          2        SEND_VAL                                                 '2010-01-15+00%3A00%3A00'
          3        DO_ICALL                                         $3      
          4        SEND_VAR_NO_REF_EX                                       $3
          5        DO_FCALL                                      0          
          6        ASSIGN                                                   !0, $2
    3     7        NEW                                              $6      'MongoDate'
          8        INIT_FCALL                                               'strtotime'
          9        SEND_VAL                                                 '2010-01-30+00%3A00%3A00'
         10        DO_ICALL                                         $7      
         11        SEND_VAR_NO_REF_EX                                       $7
         12        DO_FCALL                                      0          
         13        ASSIGN                                                   !1, $6
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.53 ms | 1394 KiB | 15 Q