mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Add note about prior 5.0.1 bug #29606.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165985 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1f9e95ed7a
commit
f31d6f0a33
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.php-strip-whitespace">
|
||||
<refnamediv>
|
||||
<refname>php_strip_whitespace</refname>
|
||||
|
@ -18,6 +18,14 @@
|
|||
PHP comments and whitespace removed. This may be useful for determining the
|
||||
amount of actual code in your scripts compared with the amount of comments.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function works as described as of PHP 5.0.1. Before this it would
|
||||
only return an empty string. For more information on this bug and its
|
||||
prior behavior, see bug report
|
||||
<ulink url="&url.php.bugs;29606">#29606</ulink>.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
&reftitle.returnvalues;
|
||||
|
|
Loading…
Reference in a new issue