From dabb012f9133a2f988c6342c1e6e3c94731dfc0d Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Wed, 11 Jul 2007 14:36:26 +0000 Subject: [PATCH] Removing reference to skipifemb.inc which is not needed and Whitespace/Coding Standards. --- ext/mysql/tests/mysql_field_name.phpt | 67 +++++++++++++------------- ext/mysql/tests/mysql_field_seek.phpt | 59 +++++++++++------------ ext/mysql/tests/mysql_field_table.phpt | 67 +++++++++++++------------- 3 files changed, 95 insertions(+), 98 deletions(-) diff --git a/ext/mysql/tests/mysql_field_name.phpt b/ext/mysql/tests/mysql_field_name.phpt index 569176be94..25f8035356 100644 --- a/ext/mysql/tests/mysql_field_name.phpt +++ b/ext/mysql/tests/mysql_field_name.phpt @@ -2,42 +2,41 @@ mysql_field_name() --SKIPIF-- - --FILE-- --EXPECTF-- Warning: Wrong parameter count for mysql_field_name() in %s on line %d diff --git a/ext/mysql/tests/mysql_field_seek.phpt b/ext/mysql/tests/mysql_field_seek.phpt index c5a40dbb90..6a3a647625 100644 --- a/ext/mysql/tests/mysql_field_seek.phpt +++ b/ext/mysql/tests/mysql_field_seek.phpt @@ -2,40 +2,39 @@ mysql_field_seek() --SKIPIF-- - --FILE-- --EXPECTF-- Warning: mysql_field_seek(): Field -1 is invalid for MySQL result index %d in %s on line %d diff --git a/ext/mysql/tests/mysql_field_table.phpt b/ext/mysql/tests/mysql_field_table.phpt index 3ee4724d67..dd64b2ca44 100644 --- a/ext/mysql/tests/mysql_field_table.phpt +++ b/ext/mysql/tests/mysql_field_table.phpt @@ -2,42 +2,41 @@ mysql_field_table() --SKIPIF-- - --FILE-- --EXPECTF-- Warning: Wrong parameter count for mysql_field_table() in %s on line %d -- 2.50.1