3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$dat = new DateTime(); $date_format = "d.m.Y"; //$dat = $dat->format($date_format); $dat = strtotime('now'); $che = strtotime('31.05.2013 23:59:59'); if($dat >= $che) { echo($dat.' >= '.$che.' меняем баннеры'); }else{ echo($dat.' < '.$che); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 16
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/e81o3
function name:  (null)
number of ops:  20
compiled vars:  !0 = $date_format, !1 = $dat, !2 = $che
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'd.m.Y'
    6     1        INIT_FCALL                                               'strtotime'
          2        SEND_VAL                                                 'now'
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
    7     5        INIT_FCALL                                               'strtotime'
          6        SEND_VAL                                                 '31.05.2013+23%3A59%3A59'
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !2, $6
    8     9        IS_SMALLER_OR_EQUAL                                      !2, !1
         10      > JMPZ                                                     ~8, ->16
   10    11    >   CONCAT                                           ~9      !1, '+%3E%3D+'
         12        CONCAT                                           ~10     ~9, !2
         13        CONCAT                                           ~11     ~10, '+%D0%BC%D0%B5%D0%BD%D1%8F%D0%B5%D0%BC+%D0%B1%D0%B0%D0%BD%D0%BD%D0%B5%D1%80%D1%8B'
         14        ECHO                                                     ~11
         15      > JMP                                                      ->19
   12    16    >   CONCAT                                           ~12     !1, '+%3C+'
         17        CONCAT                                           ~13     ~12, !2
         18        ECHO                                                     ~13
   13    19    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.72 ms | 1395 KiB | 15 Q