summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/10pg_convert.phpt
blob: 016c7e74d58f72ccddc6d6e4ba8ba5ef9887ba00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--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'"
}