i don't think it's possible, but you can always give it a try
is there any specific reason why you need this? i've never had to use something like that in my life . I'm pretty sure you can find a workaround, or even better, solution to your problem
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks
Still trying to work around my earlier calendar post problem. I need to compare my array results in an if statement that is already inside a foreach loop.
that doesn't seem to work and when I echo the array on it's own it gives the first array then the first and second, then the first, second and third etc...
I basically want to compare each array with my variable in my if statement.
i.e. if($array == $variable){ etc... for each of my array values then close the for and then echo.