php-src/ext/pdo/tests/pdorow.phpt
Nikita Popov 7485978339
Migrate SKIPIF -> EXTENSIONS (#7138)
This is an automated migration of most SKIPIF extension_loaded checks.
2021-06-11 11:57:42 +02:00

16 lines
265 B
PHP

--TEST--
Trying instantiate a PDORow object manually
--EXTENSIONS--
pdo
--FILE--
<?php
new PDORow;
?>
--EXPECTF--
Fatal error: Uncaught PDOException: You may not create a PDORow manually in %spdorow.php:3
Stack trace:
#0 {main}
thrown in %spdorow.php on line 3