summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/bug39863.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/bug39863.phpt')
-rw-r--r--ext/standard/tests/file/bug39863.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/file/bug39863.phpt b/ext/standard/tests/file/bug39863.phpt
index 982367cccb..c69cb6d0a6 100644
--- a/ext/standard/tests/file/bug39863.phpt
+++ b/ext/standard/tests/file/bug39863.phpt
@@ -9,9 +9,9 @@ $filename = __FILE__ . chr(0). ".ridiculous";
try {
var_dump(file_exists($filename));
-} catch (TypeError $e) {
+} catch (ValueError $e) {
echo $e->getMessage(), "\n";
}
?>
--EXPECT--
-file_exists(): Argument #1 ($filename) must be a valid path, string given
+file_exists(): Argument #1 ($filename) must not contain any null bytes