php-src/ext/pgsql/tests/10pg_convert.phpt
2002-04-19 12:24:58 +00:00

18 lines
240 B
PHP

--TEST--
PostgreSQL pg_convert()
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
<?php
include("pg_convert.inc");
?>
--EXPECT--
array(3) {
["num"]=>
string(4) "1234"
["str"]=>
string(5) "'AAA'"
["bin"]=>
string(5) "'BBB'"
}