From 830c15a6604fe67a6fb55250fbb1a8f53a9fe3c9 Mon Sep 17 00:00:00 2001 From: Michael Maclean Date: Thu, 19 Feb 2009 21:33:44 +0000 Subject: [PATCH] Make true/false values into entities git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276168 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/soap/functions/is-soap-fault.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/soap/functions/is-soap-fault.xml b/reference/soap/functions/is-soap-fault.xml index 5150ea2240..1d6881ec12 100644 --- a/reference/soap/functions/is-soap-fault.xml +++ b/reference/soap/functions/is-soap-fault.xml @@ -1,5 +1,5 @@ - + @@ -50,7 +50,7 @@ &reftitle.returnvalues; - This will return true on error, and false otherwise. + This will return &true; on error, and &false; otherwise.