Skip to content

Commit 9991b8e

Browse files
committed
sigh, can't even copypaste without screwing up
1 parent 7c1a118 commit 9991b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ MySQLPDOTest::skip();
8888
printf("[001] %s, [%s] %s [%s] %s\n",
8989
$e->getMessage(),
9090
(is_object($db1)) ? $db1->errorCode() : 'n/a',
91-
(is_object($db1)) ? implode(' ', $db1->errorInfo()) : 'n/a');
91+
(is_object($db1)) ? implode(' ', $db1->errorInfo()) : 'n/a',
9292
(is_object($db2)) ? $db2->errorCode() : 'n/a',
9393
(is_object($db2)) ? implode(' ', $db2->errorInfo()) : 'n/a');
9494
}

0 commit comments

Comments
 (0)