Blame | Letzte Änderung | Log anzeigen | RSS feed
--TEST--DB_driver::fetch--INI--error_reporting = 2047--SKIPIF--<?php require_once dirname(__FILE__) . '/skipif.inc'; ?>--FILE--<?phprequire_once dirname(__FILE__) . '/mktable.inc';require_once dirname(__FILE__) . '/../fetchmodes.inc';?>--EXPECT--testing fetchrow:row 1: 42, bing, This is a test, 1999-11-21row 2: 1, one, One, 2001-02-16row 3: 2, two, Two, 2001-02-15row 4: 3, three, Three, 2001-02-14row 5: NULLtesting fetchmodes: fetchrow default default, portability mode DB_PORTABILITY_ALL ^ DB_PORTABILITY_RTRIM0 1 2 3output matched expected formattesting fetchmodes: fetchinto default default0 1 2 342 bing This is a test 1999-11-21testing fetchmodes: fetchrow ordered default0 1 2 3testing fetchmodes: fetchrow assoc defaulta b cc dtesting fetchmodes: fetchrow ordered default with assoc specifieda b cc dtesting fetchmodes: fetchrow assoc default with ordered specified0 1 2 3testing fetchmodes: fetchinto ordered default0 1 2 3testing fetchmodes: fetchinto assoc defaulta b cc dtesting fetchmodes: fetchinto ordered default with assoc specifieda b cc dtesting fetchmodes: fetchinto assoc default with ordered specified0 1 2 3testing fetchmodes: fetchrow assoc quoted identifiersa b cc d