diff options
| author | Ulf Wendel <uw@php.net> | 2009-11-04 12:33:49 +0000 |
|---|---|---|
| committer | Ulf Wendel <uw@php.net> | 2009-11-04 12:33:49 +0000 |
| commit | e5e58ed47e99be9b2b304a90d8629e6fedab6822 (patch) | |
| tree | d93179d6a35ca3db5010d0dea7bdb64b37fdba18 /ext/pdo_mysql/tests/pdo_mysql___construct.phpt | |
| parent | e31e228a590b044d0055733737f883b9e8654663 (diff) | |
| download | php-git-e5e58ed47e99be9b2b304a90d8629e6fedab6822.tar.gz | |
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
Diffstat (limited to 'ext/pdo_mysql/tests/pdo_mysql___construct.phpt')
| -rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql___construct.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql___construct.phpt b/ext/pdo_mysql/tests/pdo_mysql___construct.phpt index 8602a4971c..fa4bbafd85 100644 --- a/ext/pdo_mysql/tests/pdo_mysql___construct.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql___construct.phpt @@ -285,6 +285,7 @@ MySQLPDOTest::skip(); } print "done!"; +?> --EXPECTF-- [002] invalid data source name, [n/a] n/a [003] invalid data source name, [n/a] n/a |
