Whitespace

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323619 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2012-02-28 10:44:27 +00:00
parent b8291b6040
commit 9f82852be1

View file

@ -92,8 +92,8 @@
<![CDATA[
<?php
foreach (new APCIterator('/^counter\./') as $counter) {
echo "$counter[key]: $counter[value]\n";
apc_dec($counter['key'], $counter['value']);
echo "$counter[key]: $counter[value]\n";
apc_dec($counter['key'], $counter['value']);
}
?>
]]>