3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t=now(); $curr=date("d",$t); if($curr>7){echo 'Recruitment is closed, try again next month.';}
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 11
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/k2mtA
function name:  (null)
number of ops:  12
compiled vars:  !0 = $t, !1 = $curr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'now'
          1        DO_FCALL                                      0  $2      
          2        ASSIGN                                                   !0, $2
    3     3        INIT_FCALL                                               'date'
          4        SEND_VAL                                                 'd'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    4     8        IS_SMALLER                                               7, !1
          9      > JMPZ                                                     ~6, ->11
         10    >   ECHO                                                     'Recruitment+is+closed%2C+try+again+next+month.'
         11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.51 ms | 1385 KiB | 15 Q