mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14872] Remove sizeof/count restriction
PHPBB3-14872
This commit is contained in:
parent
f585f48aca
commit
ad4889be4b
1 changed files with 0 additions and 3 deletions
|
@ -1121,9 +1121,6 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&
|
||||||
<p>Some of these functions are only chosen over others because of personal preference and have no benefit other than maintaining consistency throughout the code.</p>
|
<p>Some of these functions are only chosen over others because of personal preference and have no benefit other than maintaining consistency throughout the code.</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
|
||||||
<p>Use <code>sizeof</code> instead of <code>count</code></p>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<p>Use <code>strpos</code> instead of <code>strstr</code></p>
|
<p>Use <code>strpos</code> instead of <code>strstr</code></p>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue