DEV - TEST : new file to see local variables
This commit is contained in:
parent
3ef17424f7
commit
b698a8a584
1 changed files with 12 additions and 0 deletions
12
include/template/show-all-variable.php
Normal file
12
include/template/show-all-variable.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* @file
|
||||
* @brief to be included , show all the variables, only for development purpopse
|
||||
*
|
||||
*/
|
||||
|
||||
if (DEBUGNOALYSS <= 1 ) return;
|
||||
|
||||
$variable = get_defined_vars();
|
||||
|
||||
echo \Noalyss\Dbg::hidden_info("All variables", $variable);
|
||||
Loading…
Add table
Add a link
Reference in a new issue