summaryrefslogtreecommitdiff
path: root/tests/output/ob_end_flush_basic_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/output/ob_end_flush_basic_001.phpt')
-rw-r--r--tests/output/ob_end_flush_basic_001.phpt10
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/output/ob_end_flush_basic_001.phpt b/tests/output/ob_end_flush_basic_001.phpt
index 00e70b3b92..1a2e7f63a3 100644
--- a/tests/output/ob_end_flush_basic_001.phpt
+++ b/tests/output/ob_end_flush_basic_001.phpt
@@ -2,12 +2,6 @@
Test ob_end_flush() function : basic functionality
--FILE--
<?php
-/* Prototype : proto bool ob_end_flush(void)
- * Description: Flush (send) the output buffer, and delete current output buffer
- * Source code: main/output.c
- * Alias to functions:
- */
-
echo "*** Testing ob_end_flush() : basic functionality ***\n";
// Zero arguments
@@ -30,12 +24,12 @@ echo "Done";
-- Testing ob_end_flush() function with Zero arguments --
-Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on line 12
+Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on line %d
bool(false)
bool(true)
Hello
bool(true)
-Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on line 21
+Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on line %d
bool(false)
Done