3v4l.org

run code in 300+ PHP versions simultaneously
<?php $result = (strtotime("Today 6am") > strtotime(date("Y-m-d H:i", strtotime("2015-12-09 14:54:31")))); if($result) echo("We can execute"); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 16, Position 2 = 17
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/LnCII
function name:  (null)
number of ops:  18
compiled vars:  !0 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 'Today+6am'
          2        DO_ICALL                                         $1      
          3        INIT_FCALL                                               'strtotime'
          4        INIT_FCALL                                               'date'
          5        SEND_VAL                                                 'Y-m-d+H%3Ai'
          6        INIT_FCALL                                               'strtotime'
          7        SEND_VAL                                                 '2015-12-09+14%3A54%3A31'
          8        DO_ICALL                                         $2      
          9        SEND_VAR                                                 $2
         10        DO_ICALL                                         $3      
         11        SEND_VAR                                                 $3
         12        DO_ICALL                                         $4      
         13        IS_SMALLER                                       ~5      $4, $1
         14        ASSIGN                                                   !0, ~5
    5    15      > JMPZ                                                     !0, ->17
         16    >   ECHO                                                     'We+can+execute'
    7    17    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.59 ms | 1394 KiB | 17 Q