mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
References are not really needed in PHP due to copy-on-write. Since PHP5, objects are always passed around as identifiers, which means they are mutable. So it is no longer required to pass these by reference either. PHPBB3-9608 |
||
---|---|---|
.. | ||
captcha_abstract.php | ||
phpbb_captcha_gd_plugin.php | ||
phpbb_captcha_gd_wave_plugin.php | ||
phpbb_captcha_nogd_plugin.php | ||
phpbb_captcha_qa_plugin.php | ||
phpbb_recaptcha_plugin.php |