3v4l.org

run code in 300+ PHP versions simultaneously
<?php strtotime($lineInfo['eligibleDate']) < time() ;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BYgdT
function name:  (null)
number of ops:  9
compiled vars:  !0 = $lineInfo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'strtotime'
          1        FETCH_DIM_R                                      ~1      !0, 'eligibleDate'
          2        SEND_VAL                                                 ~1
          3        DO_ICALL                                         $2      
          4        INIT_FCALL                                               'time'
          5        DO_ICALL                                         $3      
          6        IS_SMALLER                                       ~4      $2, $3
          7        FREE                                                     ~4
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.42 ms | 1394 KiB | 17 Q