3v4l.org

run code in 300+ PHP versions simultaneously
<?php function isCheckInTooSoon($lowerLimit) { //$currentHours = $this->get('TimeService')->getCurrentHour(); $currentHours = date('Hi'); return $currentHours < $lowerLimit; } var_dump(isCheckInTooSoon('2015'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IKQau
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'ischeckintoosoon'
          2        SEND_VAL                                                 '2015'
          3        DO_FCALL                                      0  $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
          6      > RETURN                                                   1

Function ischeckintoosoon:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IKQau
function name:  isCheckInTooSoon
number of ops:  8
compiled vars:  !0 = $lowerLimit, !1 = $currentHours
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    6     1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'Hi'
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !1, $2
    8     5        IS_SMALLER                                       ~4      !1, !0
          6      > RETURN                                                   ~4
    9     7*     > RETURN                                                   null

End of function ischeckintoosoon

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.06 ms | 1389 KiB | 18 Q