|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-06-02 22:05 UTC] sterling at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jun 15 22:00:02 2026 UTC |
i have a request that all variables prepended by & be passed by reference to functions. e.g. my_extension_func(&$var_passed_by_ref); this would be consistent with current syntax. actually the line above will compile properly, but in my extension, ParameterPassedByReference() always reports false. clayton collie PHP Enthusiast (PHPnut)