DEV - TEST : new file to see local variables

This commit is contained in:
sparkyx 2024-01-16 14:28:33 +01:00
parent 3ef17424f7
commit b698a8a584

View 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);