summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/strripos_offset.phpt
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2014-11-09 01:53:52 +0000
committerAndrea Faulds <ajf@ajf.me>2014-11-09 01:53:52 +0000
commitb70779304cba6c3b9ded8da887535b2dc9495c68 (patch)
treece8969b56745980abfbef3e07703d9b82f5ec093 /ext/standard/tests/strings/strripos_offset.phpt
parentd22f3b18ea99d1555a53b8ac99af575baf3fe678 (diff)
downloadphp-git-b70779304cba6c3b9ded8da887535b2dc9495c68.tar.gz
Fixed some 32-bit tests
Diffstat (limited to 'ext/standard/tests/strings/strripos_offset.phpt')
-rw-r--r--ext/standard/tests/strings/strripos_offset.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/tests/strings/strripos_offset.phpt b/ext/standard/tests/strings/strripos_offset.phpt
index 524699ad52..40c865b869 100644
--- a/ext/standard/tests/strings/strripos_offset.phpt
+++ b/ext/standard/tests/strings/strripos_offset.phpt
@@ -16,16 +16,16 @@ var_dump(strripos(1024, "te", -PHP_INT_MAX-1));
echo "Done\n";
?>
--EXPECTF--
-Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
+Warning: strripos() expects parameter 3 to be long, double given in %s on line %d
bool(false)
-Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
+Warning: strripos() expects parameter 3 to be long, double given in %s on line %d
bool(false)
-Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
+Warning: strripos() expects parameter 3 to be long, double given in %s on line %d
bool(false)
-Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
+Warning: strripos() expects parameter 3 to be long, double given in %s on line %d
bool(false)
Warning: strripos() expects parameter 1 to be string, array given in %s on line %d