bug24392.phpt
来自「PHP v6.0 For Linux 运行环境:Win9X/ WinME/ Wi」· PHPT 代码 · 共 23 行
PHPT
23 行
--TEST--Bug #24392 (empty namespaces causing confusion)--SKIPIF--<?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>--FILE--<?php $s = simplexml_load_file(dirname(__FILE__).'/bug24392.xml');foreach ($s->item as $item) { echo $item->title . "\n";}?>--EXPECT--EU Parliament to Vote on New Patent RulesMost Powerful Amateur Rocket in CanadaGF FX 5900 Ultra vs. ATi Radeon 9800 ProPHP 5 Beta 1Engaging with the OSS CommunityPure Math, Pure JoyWindows Tech Writer Looks at LinuxUS Cell Phone Users Discover SMS SpamVerizon Sues Nextel For EspionageIntroduction to Debian
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?