From: Raghubansh Kumar Date: Mon, 16 Jul 2007 17:36:33 +0000 (+0000) Subject: New testcases X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4c1b369995bce14830c2757951ae82ac2e95e08;p=php New testcases --- diff --git a/ext/standard/tests/file/disk_free_space_error-win32.phpt b/ext/standard/tests/file/disk_free_space_error-win32.phpt new file mode 100644 index 0000000000..bbc2e15d5d --- /dev/null +++ b/ext/standard/tests/file/disk_free_space_error-win32.phpt @@ -0,0 +1,109 @@ +--TEST-- +Test disk_free_space and its alias diskfreespace() functions : error conditions +--SKIPIF-- + +--FILE-- + +--CLEAN-- + +--EXPECTF-- +*** Testing error conditions *** + +Warning: disk_free_space() expects exactly 1 parameter, 0 given in %s on line %d +NULL + +Warning: diskfreespace() expects exactly 1 parameter, 0 given in %s on line %d +NULL + +Warning: disk_free_space() expects exactly 1 parameter, 2 given in %s on line %d +NULL + +Warning: diskfreespace() expects exactly 1 parameter, 2 given in %s on line %d +NULL + +Warning: disk_free_space(): The system cannot find the path specified. + in %s on line %d +bool(false) + +Warning: diskfreespace(): The system cannot find the path specified. + in %s on line %d +bool(false) + +Warning: disk_free_space(): The directory name is invalid. + in %s on line %d +bool(false) + +Warning: diskfreespace(): The directory name is invalid. + in %s on line %d +bool(false) + +-- Done -- + +--UEXPECTF-- +*** Testing error conditions *** + +Warning: disk_free_space() expects exactly 1 parameter, 0 given in %s on line %d +NULL + +Warning: diskfreespace() expects exactly 1 parameter, 0 given in %s on line %d +NULL + +Warning: disk_free_space() expects exactly 1 parameter, 2 given in %s on line %d +NULL + +Warning: diskfreespace() expects exactly 1 parameter, 2 given in %s on line %d +NULL + +Warning: disk_free_space(): The system cannot find the path specified. + in %s on line %d +bool(false) + +Warning: diskfreespace(): The system cannot find the path specified. + in %s on line %d +bool(false) + +Notice: fwrite(): 36 character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d + +Warning: disk_free_space(): The directory name is invalid. + in %s on line %d +bool(false) + +Warning: diskfreespace(): The directory name is invalid. + in %s on line %d +bool(false) + +-- Done -- diff --git a/ext/standard/tests/file/disk_free_space_error.phpt b/ext/standard/tests/file/disk_free_space_error.phpt new file mode 100644 index 0000000000..1b8f52b858 --- /dev/null +++ b/ext/standard/tests/file/disk_free_space_error.phpt @@ -0,0 +1,91 @@ +--TEST-- +Test disk_free_space and its alias diskfreespace() functions : error conditions. +--SKIPIF-- + +--FILE-- + +--CLEAN-- + +--EXPECTF-- +*** Testing error conditions *** + +Warning: disk_free_space() expects exactly 1 parameter, 0 given in %s on line %d +NULL + +Warning: diskfreespace() expects exactly 1 parameter, 0 given in %s on line %d +NULL + +Warning: disk_free_space() expects exactly 1 parameter, 2 given in %s on line %d +NULL + +Warning: diskfreespace() expects exactly 1 parameter, 2 given in %s on line %d +NULL + +Warning: disk_free_space(): No such file or directory in %s on line %d +bool(false) + +Warning: diskfreespace(): No such file or directory in %s on line %d +bool(false) +float(%d) +float(%d) + +-- Done -- + +--UEXPECTF-- +*** Testing error conditions *** + +Warning: disk_free_space() expects exactly 1 parameter, 0 given in %s on line %d +NULL + +Warning: diskfreespace() expects exactly 1 parameter, 0 given in %s on line %d +NULL + +Warning: disk_free_space() expects exactly 1 parameter, 2 given in %s on line %d +NULL + +Warning: diskfreespace() expects exactly 1 parameter, 2 given in %s on line %d +NULL + +Warning: disk_free_space(): No such file or directory in %s on line %d +bool(false) + +Warning: diskfreespace(): No such file or directory in %s on line %d +bool(false) +float(%d) +float(%d) + +-- Done -- diff --git a/ext/standard/tests/file/disk_total_space_error-win32.phpt b/ext/standard/tests/file/disk_total_space_error-win32.phpt new file mode 100644 index 0000000000..0ca6b42065 --- /dev/null +++ b/ext/standard/tests/file/disk_total_space_error-win32.phpt @@ -0,0 +1,76 @@ +--TEST-- +Test disk_total_space() function : error conditions +--SKIPIF-- + +--FILE-- + +--CLEAN-- + +--EXPECTF-- +*** Testing error conditions *** + +Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d +NULL + +Warning: disk_total_space() expects exactly 1 parameter, 2 given in %s on line %d +NULL + +Warning: disk_total_space(): The system cannot find the path specified. + in %s on line %d +bool(false) + +Warning: disk_total_space(): The directory name is invalid. + in %s on line %d +bool(false) + +--- Done --- + +--UEXPECTF-- +*** Testing error conditions *** + +Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d +NULL + +Warning: disk_total_space() expects exactly 1 parameter, 2 given in %s on line %d +NULL + +Warning: disk_total_space(): The system cannot find the path specified. + in %s on line %d +bool(false) + +Notice: fwrite(): 36 character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d + +Warning: disk_total_space(): The directory name is invalid. + in %s on line %d +bool(false) + +--- Done --- diff --git a/ext/standard/tests/file/disk_total_space_error.phpt b/ext/standard/tests/file/disk_total_space_error.phpt new file mode 100644 index 0000000000..01e4306205 --- /dev/null +++ b/ext/standard/tests/file/disk_total_space_error.phpt @@ -0,0 +1,66 @@ +--TEST-- +Test disk_total_space() function : error conditions +--SKIPIF-- + +--FILE-- + +--CLEAN-- + +--EXPECTF-- +*** Testing error conditions *** + +Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d +NULL + +Warning: disk_total_space() expects exactly 1 parameter, 2 given in %s on line %d +NULL + +Warning: disk_total_space(): No such file or directory in %s on line %d +bool(false) +float(%d) + +--- Done --- + +--UEXPECTF-- +*** Testing error conditions *** + +Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d +NULL + +Warning: disk_total_space() expects exactly 1 parameter, 2 given in %s on line %d +NULL + +Warning: disk_total_space(): No such file or directory in %s on line %d +bool(false) +float(%d) + +--- Done ---