]> granicus.if.org Git - php/commitdiff
remove duplicated sections
authorNuno Lopes <nlopess@php.net>
Mon, 17 Mar 2008 17:19:48 +0000 (17:19 +0000)
committerNuno Lopes <nlopess@php.net>
Mon, 17 Mar 2008 17:19:48 +0000 (17:19 +0000)
ext/mysql/tests/mysql_fetch_row.phpt
ext/pdo/tests/bug_43663.phpt
ext/standard/tests/file/unlink_error-win32.phpt

index b98f29c4daa04514fa660b2bdcd416a952ed60b7..797e7ba1c8ff03449dabdef30749f3c516a231f4 100644 (file)
@@ -47,20 +47,6 @@ array(2) {
 [005]
 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!
@@ -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!
index 25af588bbed731ae430fc0f8a5d022131609cea2..4a22bfe4a7f169359e133456d264425caae506e7 100644 (file)
@@ -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');
index d51513978f3550b7c5413599d5d4b15905d6406b..2c913aeb5793132f75b9acae11816d08986a71f4 100644 (file)
@@ -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
 */