mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
[ticket/12286] Add note that goto should not be used
PHPBB3-12286
This commit is contained in:
parent
6750e19214
commit
d7c2c9d472
@ -1151,6 +1151,14 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&
|
||||
|
||||
<p>The <strong>e</strong> modifier in <strong>preg_replace</strong> can be replaced by <strong>preg_replace_callback</strong> and objects to encapsulate state that is needed in the callback code.</p>
|
||||
|
||||
<h4>Other functions, operators, statements and keywords:</h4>
|
||||
|
||||
<p>The following PHP statements should also not be used in phpBB:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>goto</strong></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user