We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7095bd commit 43329e8Copy full SHA for 43329e8
UPGRADING
@@ -327,7 +327,7 @@ Standard:
327
. Passing a non-string needle to string search functions is deprecated. In the
328
future the needle will be interpreted as a string instead of an ASCII codepoint.
329
Depending on the intended behavior, you should either explicitly cast the
330
- 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
331
are affected:
332
. strpos()
333
. strrpos()
0 commit comments