summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-12-06 00:24:25 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2018-12-06 00:24:25 +0100
commit43329e85e682bed4919bb37c15acb8fb3e63175f (patch)
treec7f76863f6b35c58829b5c32f885e0cb1a8a2148 /UPGRADING
parentc7095bd60780112c40c4dcef2fd4fd23d935071f (diff)
downloadphp-git-43329e85e682bed4919bb37c15acb8fb3e63175f.tar.gz
[ci skip] Fix typo
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index ef0fabaac4..4d4745da44 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -327,7 +327,7 @@ Standard:
. Passing a non-string needle to string search functions is deprecated. In the
future the needle will be interpreted as a string instead of an ASCII codepoint.
Depending on the intended behavior, you should either explicitly cast the
- needle to string or perform an explicit call to ord(). The following functions
+ needle to string or perform an explicit call to chr(). The following functions
are affected:
. strpos()
. strrpos()