From: Nuno Lopes Date: Mon, 17 Mar 2008 17:19:48 +0000 (+0000) Subject: remove duplicated sections X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~560 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25e6cd1a383ccf53cda553764f4858199593ac83;p=php remove duplicated sections --- 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 @@ -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! 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-- --FILE-- ---FILE-- -