You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
201 B

--TEST--
PostgreSQL pg_insert()
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
<?php
include("pg_insert.inc");
?>
--EXPECT--
INSERT INTO php_pgsql_test (num,str,bin) VALUES (1234,'AAA','BBB');
Ok