summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt
diff options
context:
space:
mode:
authorUlf Wendel <uw@php.net>2009-11-04 12:33:49 +0000
committerUlf Wendel <uw@php.net>2009-11-04 12:33:49 +0000
commite5e58ed47e99be9b2b304a90d8629e6fedab6822 (patch)
treed93179d6a35ca3db5010d0dea7bdb64b37fdba18 /ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt
parente31e228a590b044d0055733737f883b9e8654663 (diff)
downloadphp-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_stmt_errorcode.phpt')
-rw-r--r--ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt b/ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt
index 877200631c..4d59e8c3b1 100644
--- a/ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt
+++ b/ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt
@@ -40,8 +40,6 @@ $db = MySQLPDOTest::factory();
$stmt->execute();
var_dump($stmt->errorCode());
-
-
} catch (PDOException $e) {
printf("[003] %s [%s] %s\n",
$e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));