extended result type handling with catalog/pg_type.h
[m6w6/ext-pq] / tests / bound001.phpt
index 74cf339c8dbf93ed0e34134b4a2f29981be6aee1..9e1bc2089b050d6f838a60355fbe308e0db7c8de 100644 (file)
@@ -1,7 +1,12 @@
 --TEST--
 fetch bound
 --SKIPIF--
-<?php include "_skipif.inc"; ?>
+<?php 
+include "_skipif.inc";
+if (pq\Types::DEFINED) {
+       die("skip pq\Types::DEFINED == true");
+} 
+?>
 --FILE--
 <?php
 echo "Test\n";