3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); try { $ismarketing = 'n'; $arraydnismap= array("8663582353","2032007654","8602498731","2292348712","4044456908","4782549845","6785418203","7063898537","7702998468","9122095105","2525589042","3362907267","7042515891","8282027063","9102169913","9192137973","9802221556"); $dnis = $_GET["dnis"]; if (in_array($dnis,$arraydnismap)) { $ismarketing = 'y'; } print 'mark='.$ismarketing; } catch(Exception $e) { echo $e; } ob_flush(); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 13
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
Found catch point at position: 16
Branch analysis from position: 16
2 jumps found. (Code = 107) Position 1 = 17, Position 2 = -2
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OfYuo
function name:  (null)
number of ops:  21
compiled vars:  !0 = $ismarketing, !1 = $arraydnismap, !2 = $dnis, !3 = $e
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ob_start'
          1        DO_ICALL                                                 
    6     2        ASSIGN                                                   !0, 'n'
    7     3        ASSIGN                                                   !1, <array>
    8     4        FETCH_R                      global              ~7      '_GET'
          5        FETCH_DIM_R                                      ~8      ~7, 'dnis'
          6        ASSIGN                                                   !2, ~8
    9     7        INIT_FCALL                                               'in_array'
          8        SEND_VAR                                                 !2
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $10     
         11      > JMPZ                                                     $10, ->13
   11    12    >   ASSIGN                                                   !0, 'y'
   13    13    >   CONCAT                                           ~12     'mark%3D', !0
         14        ECHO                                                     ~12
         15      > JMP                                                      ->18
   15    16  E > > CATCH                                       last         'Exception'
   17    17    >   ECHO                                                     !3
   19    18    >   INIT_FCALL                                               'ob_flush'
         19        DO_ICALL                                                 
   20    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.68 ms | 1395 KiB | 19 Q