Bertrand Mansion schrieb:
> I didn't look at the code so here are just a few
things I'd try:
>
> - use array_key_exists instead of isset()
> - make sure $tables is an array
> - make sure $table_name is a scalar
>
> Not sure it will help...
thx .. your points got me on the right track. sometimes when
you look at
something too long.
number one issue was that i forgot that i have a custom
error handler
set, that requires enabling the debug mode to see errors.
the other issue was that i was passing uninitialized array
keys. why
pass by ref prevents this from causing issues i dont
understand.
regards,
Lukas
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|