You can't get the name of the variable. For what purpose do you need it?

Andi

At 03:45 PM 2/22/2003 +0100, Ivan Rodriguez wrote:


Hello, i need to get the name of the variables who passed in one
function, for example:


switch ((*struc)->type) { case IS_BOOL: fprintf(_dyn_log_file_fp, "%sbool:%s\n", COMMON, ((*struc)->value.lval?"true":"false")); break;


With this i get the typo of variable, and what can i do to get the name of variable?¿?

Thx.


-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to