From 4cc4989e3a6216df3a2f4440f7f9357a6ee10960 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 24 May 2002 18:49:33 +0000 Subject: [PATCH] - Correct conversion example (fixes bug #17388) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83382 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/language/types.xml b/language/types.xml index 1f69483772..dd61a660d6 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -1004,10 +1004,6 @@ $last = $str{strlen($str)-1}; exponent. The exponent is an 'e' or 'E' followed by one or more digits. - - When the first expression is a string, the type of the variable - will depend on the second expression. -