mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
update the tests proper-like
This commit is contained in:
parent
594f6433af
commit
6bd7c45f74
@ -15,5 +15,4 @@ echo $root->child['attribute'];
|
||||
echo "\n---Done---\n";
|
||||
?>
|
||||
--EXPECT--
|
||||
|
||||
---Done---
|
||||
|
@ -12,9 +12,9 @@ $root = simplexml_load_string('<?xml version="1.0"?>
|
||||
</root>
|
||||
');
|
||||
|
||||
echo $root->children('reserved')->child;
|
||||
echo $root->children('reserved-ns')->child;
|
||||
echo "\n";
|
||||
echo $root->children('special')->child;
|
||||
echo $root->children('special-ns')->child;
|
||||
foreach ($root->child as $child) {
|
||||
echo "$child\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user