diff options
Diffstat (limited to 'ext/pdo/tests/pdorow.phpt')
-rw-r--r-- | ext/pdo/tests/pdorow.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/tests/pdorow.phpt b/ext/pdo/tests/pdorow.phpt index 727f60f2c7..7cd1198838 100644 --- a/ext/pdo/tests/pdorow.phpt +++ b/ext/pdo/tests/pdorow.phpt @@ -9,7 +9,7 @@ new PDORow; ?> --EXPECTF-- -Fatal error: Uncaught exception 'PDOException' with message 'You may not create a PDORow manually' in %spdorow.php:3 +Fatal error: Uncaught PDOException: You may not create a PDORow manually in %spdorow.php:3 Stack trace: #0 %spdorow.php(3): PDORow->__construct() #1 {main} |