X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Ftypes002.phpt;h=e2d772d29393b8bbb17d5a90cabb3b05e8a287c2;hp=7122cf1e3891a5bce26fcb1a1a6df75b0ea3d4b0;hb=5ba3107011d4050d5ae5877dae80e382dc228e6a;hpb=10e7d6adccdd55554f1512de5e829a75aef62461 diff --git a/tests/types002.phpt b/tests/types002.phpt index 7122cf1..e2d772d 100644 --- a/tests/types002.phpt +++ b/tests/types002.phpt @@ -22,7 +22,6 @@ true as bool, 1.1::float4 as float4, 2.2::float8 as float8, '2013-01-01'::date as date, -1::abstime as abstime, '2013-01-01 01:01:01'::timestamp as timestamp, '2013-01-01 01:01:01 UTC'::timestamptz as timestamptz, array[array[1,2,3],array[4,5,6],array[NULL::int,NULL::int,NULL::int]] as intarray, @@ -33,7 +32,7 @@ var_dump($r->fetchRow(pq\Result::FETCH_ASSOC)); DONE --EXPECTF-- Test -array(13) { +array(12) { ["null"]=> NULL ["bool"]=> @@ -59,17 +58,6 @@ array(13) { ["timezone"]=> string(3) "UTC" } - ["abstime"]=> - object(pq\DateTime)#%d (4) { - ["format"]=> - string(11) "Y-m-d H:i:s" - ["date"]=> - string(%d) "1970-01-01 00:00:01%r(\.000000)?%r" - ["timezone_type"]=> - int(1) - ["timezone"]=> - string(6) "+00:00" - } ["timestamp"]=> object(pq\DateTime)#%d (4) { ["format"]=>