From 7776dd446f9cba7a49f1bf410e5d0c9ba32b6043 Mon Sep 17 00:00:00 2001 From: Ken <kennyt@php.net> Date: Fri, 5 Mar 2004 21:28:43 +0000 Subject: [PATCH] s/version 5/5/ git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152997 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/operators.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/operators.xml b/language/operators.xml index 046da7b994..9f546e09fc 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.62 $ --> +<!-- $Revision: 1.63 $ --> <chapter id="language.operators"> <title>Operators</title> <simpara> @@ -883,7 +883,7 @@ var_dump($a === $b); // bool(false) object is of a specified <link linkend="language.oop">object class</link>. </para> <simpara> - <literal>instanceof</literal> was introduced in PHP version 5. + <literal>instanceof</literal> was introduced in PHP 5. </simpara> <informalexample> <programlisting>