diff --git a/Zend/tests/exception_010.phpt b/Zend/tests/exception_010.phpt deleted file mode 100644 index 6bff8c6e5e8..00000000000 --- a/Zend/tests/exception_010.phpt +++ /dev/null @@ -1,30 +0,0 @@ ---TEST-- -Testing Exception's methods ---FILE-- -gettraceasstring(1); -$x->gettraceasstring(); -$x->__tostring(1); -$x->gettrace(1); -$x->getline(1); -$x->getfile(1); -$x->getmessage(1); -$x->getcode(1); - -?> ---EXPECTF-- -Warning: Exception::getTraceAsString() expects exactly 0 parameters, 1 given in %s on line %d - -Warning: Exception::__toString() expects exactly 0 parameters, 1 given in %s on line %d - -Warning: Exception::getTrace() expects exactly 0 parameters, 1 given in %s on line %d - -Warning: Exception::getLine() expects exactly 0 parameters, 1 given in %s on line %d - -Warning: Exception::getFile() expects exactly 0 parameters, 1 given in %s on line %d - -Warning: Exception::getMessage() expects exactly 0 parameters, 1 given in %s on line %d - -Warning: Exception::getCode() expects exactly 0 parameters, 1 given in %s on line %d diff --git a/Zend/tests/function_exists_error.phpt b/Zend/tests/function_exists_error.phpt deleted file mode 100644 index f07ac53148b..00000000000 --- a/Zend/tests/function_exists_error.phpt +++ /dev/null @@ -1,35 +0,0 @@ ---TEST-- -Test function_exists() function : error conditions ---FILE-- - -===Done=== ---EXPECTF-- -*** Testing function_exists() : error conditions *** - -Too many arguments - -Warning: function_exists() expects exactly 1 parameter, 2 given in %s on line %d -NULL - -Too few arguments - -Warning: function_exists() expects exactly 1 parameter, 0 given in %s on line %d -NULL -===Done=== diff --git a/Zend/tests/get_defined_functions_error.phpt b/Zend/tests/get_defined_functions_error.phpt deleted file mode 100644 index 1735446b2e8..00000000000 --- a/Zend/tests/get_defined_functions_error.phpt +++ /dev/null @@ -1,29 +0,0 @@ ---TEST-- -Test get_defined_functions() function : error conditions ---FILE-- - -===Done=== ---EXPECTF-- -*** Testing get_defined_functions() : error conditions *** - --- Testing get_defined_functions() function with more than expected no. of arguments -- - -Warning: get_defined_functions() expects at most 1 parameter, 2 given in %s on line %d -NULL -===Done=== diff --git a/tests/output/flush_error_001.phpt b/tests/output/flush_error_001.phpt deleted file mode 100644 index e80f69c6b8b..00000000000 --- a/tests/output/flush_error_001.phpt +++ /dev/null @@ -1,18 +0,0 @@ ---TEST-- -Test wrong number of arguments for flush() (no impact) ---FILE-- - ---EXPECTF-- -Too many arguments - -Warning: flush() expects exactly 0 parameters, 1 given in %s on line %d -NULL diff --git a/tests/output/ob_clean_error_001.phpt b/tests/output/ob_clean_error_001.phpt deleted file mode 100644 index fffe4840743..00000000000 --- a/tests/output/ob_clean_error_001.phpt +++ /dev/null @@ -1,27 +0,0 @@ ---TEST-- -Test ob_clean() function : error conditions ---FILE-- - ---EXPECTF-- -*** Testing ob_clean() : error conditions *** - --- Testing ob_clean() function with one argument -- - -Warning: ob_clean() expects exactly 0 parameters, 1 given in %s on line 13 -NULL -Done diff --git a/tests/output/ob_end_clean_error_001.phpt b/tests/output/ob_end_clean_error_001.phpt deleted file mode 100644 index 821831ee50b..00000000000 --- a/tests/output/ob_end_clean_error_001.phpt +++ /dev/null @@ -1,21 +0,0 @@ ---TEST-- -Test wrong number of arguments for ob_end_clean() ---FILE-- - ---EXPECTF-- -Too many arguments - -Warning: ob_end_clean() expects exactly 0 parameters, 1 given in %s on line 10 -NULL diff --git a/tests/output/ob_end_flush_error_001.phpt b/tests/output/ob_end_flush_error_001.phpt deleted file mode 100644 index e9c15bd05f2..00000000000 --- a/tests/output/ob_end_flush_error_001.phpt +++ /dev/null @@ -1,27 +0,0 @@ ---TEST-- -Test ob_end_flush() function : error conditions ---FILE-- - ---EXPECTF-- -*** Testing ob_end_flush() : error conditions *** - --- Testing ob_end_flush() function with one argument -- - -Warning: ob_end_flush() expects exactly 0 parameters, 1 given in %s on line 13 -NULL -Done diff --git a/tests/output/ob_flush_error_001.phpt b/tests/output/ob_flush_error_001.phpt deleted file mode 100644 index 6e95810dce3..00000000000 --- a/tests/output/ob_flush_error_001.phpt +++ /dev/null @@ -1,27 +0,0 @@ ---TEST-- -Test ob_flush() function : error conditions ---FILE-- - ---EXPECTF-- -*** Testing ob_flush() : error conditions *** - --- Testing ob_flush() function with one argument -- - -Warning: ob_flush() expects exactly 0 parameters, 1 given in %s on line 13 -NULL -Done diff --git a/tests/output/ob_get_clean_error_001.phpt b/tests/output/ob_get_clean_error_001.phpt deleted file mode 100644 index cbedc03297a..00000000000 --- a/tests/output/ob_get_clean_error_001.phpt +++ /dev/null @@ -1,21 +0,0 @@ ---TEST-- -Test wrong number of arguments for ob_get_clean() ---FILE-- - ---EXPECTF-- -Too many arguments - -Warning: ob_get_clean() expects exactly 0 parameters, 1 given in %s on line 10 -NULL diff --git a/tests/output/ob_get_contents_error_001.phpt b/tests/output/ob_get_contents_error_001.phpt deleted file mode 100644 index 2c1c043ba75..00000000000 --- a/tests/output/ob_get_contents_error_001.phpt +++ /dev/null @@ -1,32 +0,0 @@ ---TEST-- -Test ob_get_contents() function : error cases ---CREDITS-- -Iain Lewis ---FILE-- - ---EXPECTF-- -*** Testing ob_get_contents() : error cases *** - -Warning: ob_get_contents() expects exactly 0 parameters, 1 given in %s on line 11 -NULL - -Warning: ob_get_contents() expects exactly 0 parameters, 2 given in %s on line 15 -NULL -Done diff --git a/tests/output/ob_get_length_error_001.phpt b/tests/output/ob_get_length_error_001.phpt deleted file mode 100644 index f7fcfd2c961..00000000000 --- a/tests/output/ob_get_length_error_001.phpt +++ /dev/null @@ -1,21 +0,0 @@ ---TEST-- -Test wrong number of arguments for ob_get_length() ---FILE-- - ---EXPECTF-- -Too many arguments - -Warning: ob_get_length() expects exactly 0 parameters, 1 given in %s on line 10 -NULL diff --git a/tests/output/ob_get_level_error_001.phpt b/tests/output/ob_get_level_error_001.phpt deleted file mode 100644 index 00e9eca5557..00000000000 --- a/tests/output/ob_get_level_error_001.phpt +++ /dev/null @@ -1,27 +0,0 @@ ---TEST-- -Test ob_get_level() function : error conditions ---FILE-- - ---EXPECTF-- -*** Testing ob_get_level() : error conditions *** - --- Testing ob_get_level() function with one argument -- - -Warning: ob_get_level() expects exactly 0 parameters, 1 given in %s on line 13 -NULL -Done diff --git a/tests/output/ob_implicit_flush_error_001.phpt b/tests/output/ob_implicit_flush_error_001.phpt deleted file mode 100644 index 63c892e0c48..00000000000 --- a/tests/output/ob_implicit_flush_error_001.phpt +++ /dev/null @@ -1,29 +0,0 @@ ---TEST-- -Test ob_implicit_flush() function : wrong number of arguments ---FILE-- - ---EXPECTF-- -*** Testing ob_implicit_flush() : error conditions *** - --- Testing ob_implicit_flush() function with more than expected no. of arguments -- - -Warning: ob_implicit_flush() expects at most 1 parameter, 2 given in %s on line 15 -NULL -Done