Blame | Letzte Änderung | Log anzeigen | RSS feed
--TEST--DB_driver::fetch--INI--error_reporting = 2047--SKIPIF--<?php chdir(dirname(__FILE__)); require_once './skipif.inc'; ?>--FILE--<?phprequire_once './mktable.inc';require_once '../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 c dtesting fetchmodes: fetchrow ordered default with assoc specifieda b c dtesting fetchmodes: fetchrow assoc default with ordered specified0 1 2 3testing fetchmodes: fetchinto ordered default0 1 2 3testing fetchmodes: fetchinto assoc defaulta b c dtesting fetchmodes: fetchinto ordered default with assoc specifieda b c dtesting fetchmodes: fetchinto assoc default with ordered specified0 1 2 3