diff options
author | Nuno Lopes <nlopess@php.net> | 2008-03-17 17:19:48 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2008-03-17 17:19:48 +0000 |
commit | 25e6cd1a383ccf53cda553764f4858199593ac83 (patch) | |
tree | 0e40dd3ae641b790ac1427a892768a0e027b54a5 | |
parent | 95b627f29b831d3ea9e9cc8bb12425649d6a6506 (diff) | |
download | php-git-25e6cd1a383ccf53cda553764f4858199593ac83.tar.gz |
remove duplicated sections
-rw-r--r-- | ext/mysql/tests/mysql_fetch_row.phpt | 16 | ||||
-rw-r--r-- | ext/pdo/tests/bug_43663.phpt | 1 | ||||
-rw-r--r-- | ext/standard/tests/file/unlink_error-win32.phpt | 6 |
3 files changed, 1 insertions, 22 deletions
diff --git a/ext/mysql/tests/mysql_fetch_row.phpt b/ext/mysql/tests/mysql_fetch_row.phpt index b98f29c4da..797e7ba1c8 100644 --- a/ext/mysql/tests/mysql_fetch_row.phpt +++ b/ext/mysql/tests/mysql_fetch_row.phpt @@ -50,20 +50,6 @@ bool(false) Warning: mysql_fetch_row(): %d is not a valid MySQL result resource in %s on line %d bool(false) done! ---EXPECTF-- -[004] -array(2) { - [0]=> - string(1) "1" - [1]=> - string(1) "a" -} -[005] -bool(false) - -Warning: mysql_fetch_row(): %d is not a valid MySQL result resource in %s on line %d -bool(false) -done! --UEXPECTF-- [004] array(2) { @@ -77,4 +63,4 @@ bool(false) Warning: mysql_fetch_row(): %d is not a valid MySQL result resource in %s on line %d bool(false) -done!
\ No newline at end of file +done! diff --git a/ext/pdo/tests/bug_43663.phpt b/ext/pdo/tests/bug_43663.phpt index 25af588bbe..4a22bfe4a7 100644 --- a/ext/pdo/tests/bug_43663.phpt +++ b/ext/pdo/tests/bug_43663.phpt @@ -1,6 +1,5 @@ --TEST-- PDO Common: Bug #43663 (__call on classes derived from PDO) ---FILE-- --SKIPIF-- <?php # vim:ft=php if (!extension_loaded('pdo')) die('skip'); diff --git a/ext/standard/tests/file/unlink_error-win32.phpt b/ext/standard/tests/file/unlink_error-win32.phpt index d51513978f..2c913aeb57 100644 --- a/ext/standard/tests/file/unlink_error-win32.phpt +++ b/ext/standard/tests/file/unlink_error-win32.phpt @@ -8,12 +8,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') { ?> --FILE-- <?php -if (substr(PHP_OS, 0, 3) != 'WIN') { - die('skip.. only on Windows'); -} -?> ---FILE-- -<?php /* Prototype : bool unlink ( string $filename [, resource $context] ); Description : Deletes filename */ |