These are not variables, but array keys

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265361 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2008-08-23 15:07:18 +00:00
parent 9fcdb5c853
commit fec7f8fafd

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.server" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
<refnamediv>
@ -58,7 +58,7 @@
</varlistentry>
<varlistentry>
<term>'<link linkend="reserved.variables.argv">$argv</link>'</term>
<term>'<link linkend="reserved.variables.argv">argv</link>'</term>
<listitem>
<simpara>
Array of arguments passed to the script. When the script is
@ -70,7 +70,7 @@
</varlistentry>
<varlistentry>
<term>'<link linkend="reserved.variables.argc">$argc</link>'</term>
<term>'<link linkend="reserved.variables.argc">argc</link>'</term>
<listitem>
<simpara>
Contains the number of command line parameters passed to the