3v4l.org

run code in 300+ PHP versions simultaneously
<?php $day = '30' ; $month = 'November' ; $year = '2016' ; $t = date('H:i'); $quoteDate = strtotime("$year-$month-$day $t");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oOERK
function name:  (null)
number of ops:  19
compiled vars:  !0 = $day, !1 = $month, !2 = $year, !3 = $t, !4 = $quoteDate
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '30'
    4     1        ASSIGN                                                   !1, 'November'
    5     2        ASSIGN                                                   !2, '2016'
    6     3        INIT_FCALL                                               'date'
          4        SEND_VAL                                                 'H%3Ai'
          5        DO_ICALL                                         $8      
          6        ASSIGN                                                   !3, $8
    7     7        INIT_FCALL                                               'strtotime'
          8        ROPE_INIT                                     7  ~11     !2
          9        ROPE_ADD                                      1  ~11     ~11, '-'
         10        ROPE_ADD                                      2  ~11     ~11, !1
         11        ROPE_ADD                                      3  ~11     ~11, '-'
         12        ROPE_ADD                                      4  ~11     ~11, !0
         13        ROPE_ADD                                      5  ~11     ~11, '+'
         14        ROPE_END                                      6  ~10     ~11, !3
         15        SEND_VAL                                                 ~10
         16        DO_ICALL                                         $15     
         17        ASSIGN                                                   !4, $15
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.95 ms | 1399 KiB | 17 Q