mirror of
https://github.com/php/php-src.git
synced 2025-01-19 10:13:38 +08:00
Add hinting
This commit is contained in:
parent
dbe66fb2cf
commit
2d8fd4b335
@ -2843,7 +2843,7 @@ ZEND_API const char* zend_memnrstr_ex(const char *haystack, const char *needle,
|
||||
return (const char *)p;
|
||||
}
|
||||
|
||||
if (p == haystack) {
|
||||
if (UNEXPECTED(p == haystack)) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user