summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fflush_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fflush_error.phpt')
-rw-r--r--ext/standard/tests/file/fflush_error.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/tests/file/fflush_error.phpt b/ext/standard/tests/file/fflush_error.phpt
index 8cf9981b34..111a920bdd 100644
--- a/ext/standard/tests/file/fflush_error.phpt
+++ b/ext/standard/tests/file/fflush_error.phpt
@@ -43,13 +43,11 @@ for($loop_counter = 1; $loop_counter <= count($invalid_args); $loop_counter++) {
}
echo "\n*** Done ***";
?>
-
--CLEAN--
<?php
$file_path = dirname(__FILE__);
unlink("$file_path/fflush_error.tmp");
?>
-
--EXPECTF--
*** Testing error conditions ***
-- Testing fflush(): with zero argument --
@@ -87,4 +85,3 @@ Warning: fflush() expects parameter 1 to be resource, object given in %s on line
bool(false)
*** Done ***
-