Merge pull request #33 from m6w6/fix-19
[m6w6/ext-pq] / tests / bound002.phpt
index d6521ba6e5217691ee148f2f7cc1c97f8d92a46e..cedda9103e3d76d6eba1f0295f2d314e153c078c 100644 (file)
@@ -3,9 +3,6 @@ fetch bound
 --SKIPIF--
 <?php 
 include "_skipif.inc";
-if (!pq\Types::DEFINED) {
-       die("skip pq\Types::DEFINED == false");
-} 
 ?>
 --FILE--
 <?php
@@ -27,22 +24,22 @@ DONE
 Test
 array(3) {
   [0]=>
-  &int(2)
+  int(2)
   [1]=>
-  &int(4)
+  int(4)
   [2]=>
-  &int(6)
+  int(6)
 }
 int(2)
 int(4)
 int(6)
 array(3) {
   [0]=>
-  &int(3)
+  int(3)
   [1]=>
-  &int(6)
+  int(6)
   [2]=>
-  &int(9)
+  int(9)
 }
 int(3)
 int(6)