Added a missing <varname>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266136 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2008-09-11 12:35:08 +00:00
parent 8baa1f732e
commit 1203f2da7e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.58 $ -->
<!-- $Revision: 1.59 $ -->
<appendix xml:id="migration5" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Migrating from PHP 4 to PHP 5.0.x</title>
<para>
@ -92,7 +92,7 @@
and argv available in the CLI version regardless of the
<link linkend="ini.variables-order">variables_order</link> setting.
As in, the CLI version will now always populate the global
<varname>$argc</varname> and $argv variables.
<varname>$argc</varname> and <varname>$argv</varname> variables.
</simpara>
</listitem>
<listitem>