3v4l.org

run code in 500+ PHP versions simultaneously
<?php $allowed_hosts = ['wowwiki.com', 'wikia.com', 'falloutvault.com']; $host = false; // parse_url($url, PHP_URL_HOST) var_dump(in_array($host, $allowed_hosts));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/S6pHk
function name:  (null)
number of ops:  7
compiled vars:  !0 = $allowed_hosts, !1 = $host
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, <array>
    3     1        ASSIGN                                                       !1, <false>
    4     2        INIT_FCALL                                                   'var_dump'
          3        FRAMELESS_ICALL_2                in_array            ~4      !1, !0
          4        SEND_VAL                                                     ~4
          5        DO_ICALL                                                     
          6      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
156.58 ms | 2090 KiB | 14 Q