📄 domxml002.phpt
字号:
--TEST--Test 2: Memleak in accessing children() of document.--SKIPIF--<?php require_once('skipif.inc'); ?>--FILE--<?phprequire_once("domxml_test.inc");$dom = xmldoc($xmlstr);if(!$dom) { die('Error while parsing the document');}$children = $dom->children();print_node_list($children);?>--EXPECT--Node Name: Node Type: 14Num Children: 1Node Content: Node Name: #commentNode Type: 8Num Children: 0Node Content: lsfj Node Name: chapterNode Type: 1Num Children: 4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -