mariuz Mon, 25 Jul 2011 13:04:22 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=313669
Log: Replace FIELD with CONSTANT (that is the alias returned in Firebird stable 2.5.x ) Changed paths: U php/php-src/trunk/ext/interbase/tests/003.phpt Modified: php/php-src/trunk/ext/interbase/tests/003.phpt =================================================================== --- php/php-src/trunk/ext/interbase/tests/003.phpt 2011-07-25 11:54:47 UTC (rev 313668) +++ php/php-src/trunk/ext/interbase/tests/003.phpt 2011-07-25 13:04:22 UTC (rev 313669) @@ -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