w/s Tab removal

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296582 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2010-03-22 16:07:38 +00:00
parent 5293ead849
commit e3459b4e37
3 changed files with 3 additions and 3 deletions

View file

@ -147,7 +147,7 @@ $structure = './depth1/depth2/depth3/';
if(!mkdir($structure, 0, true))
{
die('Failed to create folders...');
die('Failed to create folders...');
}
/* ... */

View file

@ -22,7 +22,7 @@
&pecl.windows.download;
</para>
</section>
<section xml:id="spl-types.configuration">
&reftitle.runtime;
&no.config;

View file

@ -49,7 +49,7 @@
<![CDATA[
<?php
if (!wincache_ucache_exists('green'))
wincache_ucache_set('green', 1);
wincache_ucache_set('green', 1);
var_dump(wincache_ucache_exists('green'));
?>
]]>