php-src/ext/pdo_pgsql/tests/pdo_021.phpt

21 lines
365 B
Plaintext
Raw Normal View History

2005-03-09 21:02:31 +00:00
--TEST--
PDO_PGSQL: PDOStatement::execute with parameter markers.
--SKIPIF--
<?php # vim:ft=php
require_once('skipif.inc'); ?>
--FILE--
<?php
require_once('connection.inc');
require_once('prepare.inc');
require_once($PDO_TESTS . 'pdo_021.inc');
?>
===DONE===
<?php exit(0); ?>
--EXPECT--
There are 6 rows in the table.
There are 12 rows in the table.
===DONE===