1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-26 20:04:44 +01:00
ext-pq/tests/crash_stm_reverse_dep.phpt
Michael Wallner c223e1c70b add tests
2014-11-25 13:43:48 +01:00

21 lines
268 B
PHP

--TEST--
crash stm reverse dependency from connection
--SKIPIF--
<?php
include "_skipif.inc";
?>
--FILE--
<?php
echo "Test\n";
include "_setup.inc";
$c = new pq\Connection(PQ_DSN);
$c->s = $c->prepare("test", "SELECT 1");
?>
===DONE===
--EXPECT--
Test
===DONE===