From 5af45a9704e652ab354507682f3044f1a185d5cc Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 22 Jan 2003 04:15:21 +0000 Subject: [PATCH] typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113005 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/strstr.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/strstr.xml b/reference/strings/functions/strstr.xml index 060a300fea..9eccd709de 100644 --- a/reference/strings/functions/strstr.xml +++ b/reference/strings/functions/strstr.xml @@ -1,5 +1,5 @@ - + @@ -47,7 +47,7 @@ print $domain; // prints @example.com If you only want to determine if a particular needle - occours within haystack, use the faster and less memory + occurs within haystack, use the faster and less memory intensive function strpos instead.