Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
lib /
php /
test /
XML_Parser /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
001.phpt
1.28
KB
-rw-r--r--
002.phpt
1.29
KB
-rw-r--r--
003.phpt
1.36
KB
-rw-r--r--
004b.phpt
695
B
-rw-r--r--
004.phpt
694
B
-rw-r--r--
005.phpt
2.26
KB
-rw-r--r--
AllTests.php
3.57
KB
-rw-r--r--
bug-9328b.phpt
911
B
-rw-r--r--
bug-9328c.phpt
914
B
-rw-r--r--
bug-9328d.phpt
872
B
-rw-r--r--
bug-9328.phpt
836
B
-rw-r--r--
test2.xml
39
B
-rw-r--r--
test3.xml
39
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 004.phpt
--TEST-- XML Parser: error class (PHP4 behavior) --SKIPIF-- <?php if (version_compare(PHP_VERSION, '5.0.0', 'ge')) { print 'skip - test only applies to PHP4'; } if (!extension_loaded('xml')) { print 'skip - xml extension not available'; } ?> --FILE-- <?php require_once 'XML/Parser.php'; print 'New XML_Parser: '; var_dump(strtolower(get_class($p = new XML_Parser()))); $e = $p->parseString("<?xml version='1.0' ?>\n<foo></bar>", true); if (PEAR::isError($e)) { printf("Error message: %s" . PHP_EOL, $e->getMessage()); } else { print "No error" . PHP_EOL; } ?> --EXPECT-- New XML_Parser: string(10) "xml_parser" Error message: XML_Parser: mismatched tag at XML input line 2:7
Close