1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Files
archived-php-src/ext/pdo/tests/pdorow.phpt
T

11 lines
196 B
PHP

--TEST--
Trying instantiate a PDORow object manually
--FILE--
<?php
new PDORow;
?>
--EXPECTF--
Fatal error: PDORow::__construct(): You should not create a PDOStatement manually in %s on line %d