3v4l.org

run code in 300+ PHP versions simultaneously
<?php $future = strtotime(date("Y-m-d",mktime(0, 0, 0, 3, 30, 2014))); $today = strtotime(date("Y-m-d")); echo $today . "\n"; echo $future . "\n"; echo $today <= $future;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0Ghds
function name:  (null)
number of ops:  30
compiled vars:  !0 = $future, !1 = $today
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'Y-m-d'
          3        INIT_FCALL                                               'mktime'
          4        SEND_VAL                                                 0
          5        SEND_VAL                                                 0
          6        SEND_VAL                                                 0
          7        SEND_VAL                                                 3
          8        SEND_VAL                                                 30
          9        SEND_VAL                                                 2014
         10        DO_ICALL                                         $2      
         11        SEND_VAR                                                 $2
         12        DO_ICALL                                         $3      
         13        SEND_VAR                                                 $3
         14        DO_ICALL                                         $4      
         15        ASSIGN                                                   !0, $4
    4    16        INIT_FCALL                                               'strtotime'
         17        INIT_FCALL                                               'date'
         18        SEND_VAL                                                 'Y-m-d'
         19        DO_ICALL                                         $6      
         20        SEND_VAR                                                 $6
         21        DO_ICALL                                         $7      
         22        ASSIGN                                                   !1, $7
    6    23        CONCAT                                           ~9      !1, '%0A'
         24        ECHO                                                     ~9
    7    25        CONCAT                                           ~10     !0, '%0A'
         26        ECHO                                                     ~10
    8    27        IS_SMALLER_OR_EQUAL                              ~11     !1, !0
         28        ECHO                                                     ~11
         29      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.59 ms | 1395 KiB | 19 Q