📄 profile03.phpt
字号:
--TEST--SimpleXML [profile]: Accessing an attribute--SKIPIF--<?php if (!extension_loaded("simplexml")) print "skip"; ?>--FILE--<?php $root = simplexml_load_string(b'<?xml version="1.0"?><root> <child attribute="Sample" /></root>');echo $root->child['attribute'];echo "\n---Done---\n";?>--EXPECT--Sample---Done---
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -