3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tcond1 = time() >= strtotime('2014-09-15'); var_export($tcond1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/icCcT
function name:  (null)
number of ops:  11
compiled vars:  !0 = $tcond1
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $1      
          2        INIT_FCALL                                               'strtotime'
          3        SEND_VAL                                                 '2014-09-15'
          4        DO_ICALL                                         $2      
          5        IS_SMALLER_OR_EQUAL                              ~3      $2, $1
          6        ASSIGN                                                   !0, ~3
    5     7        INIT_FCALL                                               'var_export'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.24 ms | 1394 KiB | 19 Q