alindeman Tue Apr 1 07:31:12 2003 EDT Modified files: /phpdoc/en/language types.xml Log: picky stuff Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.109 phpdoc/en/language/types.xml:1.110 --- phpdoc/en/language/types.xml:1.109 Tue Mar 18 13:38:47 2003 +++ phpdoc/en/language/types.xml Tue Apr 1 07:31:11 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.109 $ --> +<!-- $Revision: 1.110 $ --> <chapter id="language.types"> <title>Types</title> @@ -674,7 +674,7 @@ strings this way as it is okay to do'; -// Outputs: "I'll be back" +// Outputs: Arnold once said: "I'll be back" echo 'Arnold once said: "I\'ll be back"'; // Outputs: You deleted C:\*.*?
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php