From 41236965772cbad1c044d21cd75ca9b1532b293b Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Tue, 13 Mar 2001 22:59:45 +0000 Subject: [PATCH] modified tags >,< git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43506 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration4.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/migration4.xml b/appendices/migration4.xml index f64f8a7d2b..fffeba7439 100644 --- a/appendices/migration4.xml +++ b/appendices/migration4.xml @@ -269,9 +269,9 @@ To embed the value of an object member variable into a string you - simply write "text {$obj->member} text" while + simply write "text {$obj->member} text" while in PHP 3.0 you had to use something like "text - ".$obj->member." text". + ".$obj->member." text". This should lead to more readable code, while it may break