File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5960,7 +5960,7 @@ PHP_FUNCTION(substr_compare)
59605960 }
59615961
59625962 if ((size_t )offset > ZSTR_LEN (s1 )) {
5963- zend_argument_value_error (3 , "must be contained in argument #1 ($main_str )" );
5963+ zend_argument_value_error (3 , "must be contained in argument #1 ($haystack )" );
59645964 RETURN_THROWS ();
59655965 }
59665966
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ string(6) "abcdex"
8181int(0)
8282int(0)
8383substr_count(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
84- substr_compare(): Argument #3 ($offset) must be contained in argument #1 ($main_str )
84+ substr_compare(): Argument #3 ($offset) must be contained in argument #1 ($haystack )
8585stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
8686substr_count(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
8787substr_count(): Argument #4 ($length) must be contained in argument #1 ($haystack)
You can’t perform that action at this time.
0 commit comments