xref: /php-src/ext/pdo/tests/pdorow.phpt (revision 74859783)
1--TEST--
2Trying instantiate a PDORow object manually
3--EXTENSIONS--
4pdo
5--FILE--
6<?php
7
8new PDORow;
9
10?>
11--EXPECTF--
12Fatal error: Uncaught PDOException: You may not create a PDORow manually in %spdorow.php:3
13Stack trace:
14#0 {main}
15  thrown in %spdorow.php on line 3
16