noalyss
Version-9
Toggle main menu visibility
Main Page
Related Pages
Packages
Package List
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
$
a
s
u
v
Files
File List
Globals
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
p
r
s
t
u
w
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Pages
include
template
show-all-variable.php
Go to the documentation of this file.
1
<?php
2
/**
3
* @file
4
* @brief to be included , show all the variables, only for development purpopse
5
*
6
*/
7
8
if
(DEBUGNOALYSS <= 1 )
return
;
9
10
$variable
= get_defined_vars();
11
12
echo \Noalyss\Dbg::hidden_info(
"All variables"
,
$variable
);
$variable
$variable
Definition:
show-all-variable.php:10