12345678910111213141516171819202122 |
- --TEST--
- Bug #24392 (empty namespaces causing confusion)
- --EXTENSIONS--
- simplexml
- --FILE--
- <?php
- $s = simplexml_load_file(__DIR__.'/bug24392.xml');
- foreach ($s->item as $item) {
- echo $item->title . "\n";
- }
- ?>
- --EXPECT--
- EU Parliament to Vote on New Patent Rules
- Most Powerful Amateur Rocket in Canada
- GF FX 5900 Ultra vs. ATi Radeon 9800 Pro
- PHP 5 Beta 1
- Engaging with the OSS Community
- Pure Math, Pure Joy
- Windows Tech Writer Looks at Linux
- US Cell Phone Users Discover SMS Spam
- Verizon Sues Nextel For Espionage
- Introduction to Debian
|