3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Spotted.ba Index ob_start(); // Početak Sesije session_start(); $pristup = TRUE; // Postavlja pristup tako da korisnik moze pristupat ostalim dijelovima stranice samo preko indexa. (Direktan pristup zabranjen) $stranica = $_GET['p']; /* include('glavno.php'); include('postavke.php'); */ ini_set('display_errors','On'); error_reporting(-1); if(empty($stranica)) { $strana = "izgled/".$login_izgled."/glavna.php"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 20
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
filename:       /in/1AWWP
function name:  (null)
number of ops:  21
compiled vars:  !0 = $pristup, !1 = $stranica, !2 = $strana, !3 = $login_izgled
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'ob_start'
          1        DO_ICALL                                                 
    5     2        INIT_FCALL                                               'session_start'
          3        DO_ICALL                                                 
    6     4        ASSIGN                                                   !0, <true>
    7     5        FETCH_R                      global              ~7      '_GET'
          6        FETCH_DIM_R                                      ~8      ~7, 'p'
          7        ASSIGN                                                   !1, ~8
   11     8        INIT_FCALL                                               'ini_set'
          9        SEND_VAL                                                 'display_errors'
         10        SEND_VAL                                                 'On'
         11        DO_ICALL                                                 
   12    12        INIT_FCALL                                               'error_reporting'
         13        SEND_VAL                                                 -1
         14        DO_ICALL                                                 
   14    15        ISSET_ISEMPTY_CV                                         !1
         16      > JMPZ                                                     ~12, ->20
   15    17    >   CONCAT                                           ~13     'izgled%2F', !3
         18        CONCAT                                           ~14     ~13, '%2Fglavna.php'
         19        ASSIGN                                                   !2, ~14
   16    20    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.13 ms | 1395 KiB | 21 Q