mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
corrected output
This commit is contained in:
parent
2719c54b32
commit
cc62badf9d
1 changed files with 11 additions and 2 deletions
|
@ -18,7 +18,16 @@ print_node_list($children);
|
|||
|
||||
?>
|
||||
--EXPECT--
|
||||
--------- root
|
||||
Node Name:
|
||||
Node Type: 14
|
||||
Num Children: 1
|
||||
Node Content:
|
||||
|
||||
Node Name: #comment
|
||||
Node Type: 8
|
||||
Num Children: 0
|
||||
Node Content: lsfj
|
||||
|
||||
Node Name: chapter
|
||||
Node Type: 1
|
||||
Num Children: 4
|
Loading…
Add table
Add a link
Reference in a new issue