From 17c0ff93b45bf60027402abca0f3e9d395f1cc39 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Mon, 21 Jun 2004 07:32:08 +0000 Subject: [PATCH] bugfix #28859 Call-time pass-by-reference has been deprecated git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161846 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/sscanf.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/reference/strings/functions/sscanf.xml b/reference/strings/functions/sscanf.xml index 1435a16481..a6715b810e 100644 --- a/reference/strings/functions/sscanf.xml +++ b/reference/strings/functions/sscanf.xml @@ -1,5 +1,5 @@ - + @@ -46,8 +46,7 @@ echo "Item $serial was manufactured on: $year-" . substr($month, 0, 3) . "-$day\ If optional parameters are passed, the function will return the - number of assigned values. The optional parameters must be passed - by reference. + number of assigned values. <function>sscanf</function> - using optional parameters @@ -55,7 +54,7 @@ echo "Item $serial was manufactured on: $year-" . substr($month, 0, 3) . "-$day\ $first $last