02fetch.phpt
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· PHPT 代码 · 共 41 行
PHPT
41 行
--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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?