Date: 03/31/00
- Next message: Ben Mansell: "[PHP-DEV] Re: Zeus support for PHP4"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3978 Updated: checking for gdImageCreateFromPng in -lgd... no (yes in 4.0 Beta 3)"
- In reply to: sheng_liang <email protected>: "[PHP-DEV] PHP 4.0 Bug #3993: func_num_args, func_get_arg, and func_get_args don't work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This bug was already reported, confirmed and fixed. You can use the
latest CVS, or wait for the final release.
Zeev
On 31 Mar 2000 sheng_liang <email protected> wrote:
> From: sheng_liang <email protected>
> Operating system: Redhat Linux 6.1
> PHP version: 4.0 Release Candidate 1
> PHP Bug Type: Misbehaving function
> Bug description: func_num_args, func_get_arg, and func_get_args don't work
>
> func_num_args, func_get_args, and func_get_arg don't work
> in PHP 4.0 RC1. I get an error:
>
> Can't be used as a function parameter
>
> even though I am not passing these functions as arguments.
>
> Try the following code:
>
> function f() {
> $i = func_get_arg(1);
> return $i;
> }
>
> print f(2,3);
>
>
>
>
-- Zeev Suraski <zeev <email protected>> http://www.zend.com/-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Ben Mansell: "[PHP-DEV] Re: Zeus support for PHP4"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3978 Updated: checking for gdImageCreateFromPng in -lgd... no (yes in 4.0 Beta 3)"
- In reply to: sheng_liang <email protected>: "[PHP-DEV] PHP 4.0 Bug #3993: func_num_args, func_get_arg, and func_get_args don't work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

