Bug: func_get_arg fatal error

14 views
Skip to first unread message

Jeff Nelson

unread,
Jan 24, 2011, 12:32:42 PM1/24/11
to jqmPhp
I'm getting a fatal error when trying to run any of the example pages.

Fatal error: func_get_arg(): Can't be used as a function parameter in /
home/jnels/public_html/not-production/jqmphp-test/lib/jqmTag.php on
line 89

Current PHP version I am running is 5.2.13 if that helps

Bruno Maia

unread,
Jan 24, 2011, 12:46:01 PM1/24/11
to jqm...@googlegroups.com
Hi,

Right now you need to test in version 5.3 of PHP. I'll try fix it in the
next release.

PHP Notes:

Because this function depends on the current scope to determine
parameter details, it cannot be used as a function parameter in
versions prior to 5.3.0. If this value must be passed, the
results should be assigned to a variable, and that variable
should be passed.

Regards,

Bruno Maia.

Reply all
Reply to author
Forward
0 new messages