Hi Ben,

Pretty weird problem... let's see,

El mar, 13-04-2004 a las 11:08, Ben escribió:
> now i tried get_included_files() that shows me all the files that i
> wanted to include correctly.
> but in the list of get_defined_functions(), in the user list are just
> some, but not all the functions,
> that are really in some files, for example in the file ua_index.php the
> function ua_getConnect();

I'm not sure if I got this right... Are you saying that ua_index.php is
in the list of included files but ua_getConnect() is NOT included in the
list of defined functions??  Bear in mind that an included file doesnt
mean a well compiled code.

If so, it might be an error in the ua_getConnect() function.  Could you
post the code of that function.  Or may be the whole file??  Because, I
think the problem is not in that function but in a function declared
before ua_getConnect() and hence ua_getConnect() won't be declared.


-William



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to