From 165502386475ab83e80879267256232f72f6663d Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Mon, 31 May 2004 12:34:40 +0000 Subject: [PATCH] use varname instead of literal git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160163 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 fcf5576214..24ef37cd74 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -906,7 +906,7 @@ if ($thing instanceof B) { ]]> - As $thing is an object of type A, but + As $thing is an object of type A, but not B, only the block dependent on the A type will be executed: A