mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
5293ead849
commit
e3459b4e37
3 changed files with 3 additions and 3 deletions
|
@ -147,7 +147,7 @@ $structure = './depth1/depth2/depth3/';
|
|||
|
||||
if(!mkdir($structure, 0, true))
|
||||
{
|
||||
die('Failed to create folders...');
|
||||
die('Failed to create folders...');
|
||||
}
|
||||
|
||||
/* ... */
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
&pecl.windows.download;
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
||||
<section xml:id="spl-types.configuration">
|
||||
&reftitle.runtime;
|
||||
&no.config;
|
||||
|
|
|
@ -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'));
|
||||
?>
|
||||
]]>
|
||||
|
|
Loading…
Reference in a new issue