ID: 4769
Updated by: jimw
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Feature/Change Request
Operating System: Linux Mandrake 7.0
PHP Version: 4.0.0 Release
New Comment:

the func_arg_types field of the function_entry structure makes it
possible to force parameters to be passed by reference. (L0t3k
<[EMAIL PROTECTED]> pointed out this could be closed on php-dev.)

Previous Comments:
------------------------------------------------------------------------

[2000-06-02 10:12:11] [EMAIL PROTECTED]

i'm working on a functions (sscanf/fscanf) to be registered with the
scripting engine which requires that variables be passed by reference.
this is easily done in user-land (&$variable), but there seems to be no
obvious way to inform the compiler that the parameters accepted by c
level functions should be pushed by ref.

any guidance ?

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=4769&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to