georg Mon Jul 8 07:40:03 2002 EDT Modified files: /phpdoc/en/language functions.xml Log: printf can't be used with variable function calls fixed bug #16739 Index: phpdoc/en/language/functions.xml diff -u phpdoc/en/language/functions.xml:1.27 phpdoc/en/language/functions.xml:1.28 --- phpdoc/en/language/functions.xml:1.27 Tue May 28 20:17:38 2002 +++ phpdoc/en/language/functions.xml Mon Jul 8 07:40:02 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.27 $ --> +<!-- $Revision: 1.28 $ --> <chapter id="functions"> <title>Functions</title> @@ -334,11 +334,8 @@ <para> Variable functions won't work with language constructs such as <function>echo</function>, <function>unset</function>, - <function>isset</function>, <function>empty</function> and - <function>include</function>. Although, the construct - <function>print</function> is an exception and will work. - This is one of the major differences between PHP functions and - language constructs. + <function>isset</function>, <function>empty</function>, + <function>include</function> and <function>print</function>. </para> <para> <example>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php