Lines Matching refs:strrpos
2 strrpos() offset integer overflow
7 var_dump(strrpos("t", "t", PHP_INT_MAX+1));
13 strrpos(1024, 1024, -PHP_INT_MAX);
19 strrpos(1024, "te", -PHP_INT_MAX);
25 strrpos(1024, 1024, -PHP_INT_MAX-1);
31 strrpos(1024, "te", -PHP_INT_MAX-1);
39 strrpos(): Argument #3 ($offset) must be of type int, float given
40 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
41 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
42 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
43 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)