remove duplicated sections

This commit is contained in:
Nuno Lopes 2008-03-17 17:19:48 +00:00
parent 95b627f29b
commit 25e6cd1a38
3 changed files with 1 additions and 22 deletions

View 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!
done!

View 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');

View 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
*/