mariuz Sun, 11 Sep 2011 20:18:20 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=316505
Log: fix test 003 from gconv test for firebird extension Changed paths: U php/php-src/branches/PHP_5_4/ext/interbase/tests/003.phpt Modified: php/php-src/branches/PHP_5_4/ext/interbase/tests/003.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/interbase/tests/003.phpt 2011-09-11 20:14:05 UTC (rev 316504) +++ php/php-src/branches/PHP_5_4/ext/interbase/tests/003.phpt 2011-09-11 20:18:20 UTC (rev 316505) @@ -21,7 +21,7 @@ v_numeric15_0 numeric(15,0), v_double double precision, v_float float, - v_integer integer, + v_integer integer, v_smallint smallint, v_varchar varchar(10000) )"); @@ -157,27 +157,27 @@ int(10) ["ID_10"]=> int(11) - ["FIELD_00"]=> + ["CONSTANT"]=> int(12) - ["FIELD_01"]=> + ["CONSTANT_01"]=> int(13) - ["FIELD_02"]=> + ["CONSTANT_02"]=> int(14) - ["FIELD_03"]=> + ["CONSTANT_03"]=> int(15) - ["FIELD_04"]=> + ["CONSTANT_04"]=> int(16) - ["FIELD_05"]=> + ["CONSTANT_05"]=> int(17) - ["FIELD_06"]=> + ["CONSTANT_06"]=> int(18) - ["FIELD_07"]=> + ["CONSTANT_07"]=> int(19) - ["FIELD_08"]=> + ["CONSTANT_08"]=> int(20) - ["FIELD_09"]=> + ["CONSTANT_09"]=> int(21) - ["FIELD_10"]=> + ["CONSTANT_10"]=> int(22) } end of test
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php