summaryrefslogtreecommitdiff
path: root/ext/mysql
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2008-03-17 17:19:48 +0000
committerNuno Lopes <nlopess@php.net>2008-03-17 17:19:48 +0000
commit25e6cd1a383ccf53cda553764f4858199593ac83 (patch)
tree0e40dd3ae641b790ac1427a892768a0e027b54a5 /ext/mysql
parent95b627f29b831d3ea9e9cc8bb12425649d6a6506 (diff)
downloadphp-git-25e6cd1a383ccf53cda553764f4858199593ac83.tar.gz
remove duplicated sections
Diffstat (limited to 'ext/mysql')
-rw-r--r--ext/mysql/tests/mysql_fetch_row.phpt16
1 files changed, 1 insertions, 15 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!