From 85f88aad73a450bfa06efa64b7f76647e53081ce Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Tue, 8 Jan 2008 11:55:11 +0000 Subject: [PATCH] Add simple description to two arguments (#43741) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250122 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/strcspn.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/strings/functions/strcspn.xml b/reference/strings/functions/strcspn.xml index 84998546c8..db46f77426 100644 --- a/reference/strings/functions/strcspn.xml +++ b/reference/strings/functions/strcspn.xml @@ -1,5 +1,5 @@ - + strcspn @@ -30,6 +30,7 @@ str1 + The first string. @@ -37,6 +38,7 @@ str2 + The second string.