bug3051.phpt
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· PHPT 代码 · 共 23 行
PHPT
23 行
--TEST--test for bug 3051--FILE--<?phprequire_once 'Config.php';$config = new Config();$root =& $config->parseConfig('bug3051.xml', 'xml');$root =& $root->getChild(0);for ($i=0; $i < $root->countChildren('directive', 'item'); $i++) { $item = $root->getItem('directive', 'item', null, null, $i); print $item->getAttribute('name')."\n";}?>--EXPECT--item1item2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?