Searched refs:LIBXML_BIGLINES (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/libxml/tests/ |
H A D | bug54138_2.phpt | 8 if (defined('LIBXML_BIGLINES')) die('skip this test is for LIBXML_BIGLINES being undefined'); 12 define('LIBXML_BIGLINES', 1<<22); 22 $dom->loadXML($xml, LIBXML_BIGLINES);
|
H A D | bug54138.phpt | 7 if (!defined('LIBXML_BIGLINES')) die('skip this test requires LIBXML_BIGLINES'); 20 $dom->loadXML($xml, LIBXML_BIGLINES);
|
/php-src/ext/libxml/ |
H A D | libxml.stub.php | 112 const LIBXML_BIGLINES = UNKNOWN; define
|
/php-src/ext/dom/tests/modern/xml/ |
H A D | XMLDocument_fromString_03.phpt | 9 …N, LIBXML_NOCDATA, LIBXML_NONET, LIBXML_PEDANTIC, LIBXML_COMPACT, LIBXML_PARSEHUGE, LIBXML_BIGLINES
|
/php-src/ext/dom/tests/modern/html/parser/ |
H A D | HTMLDocument_parse_options.phpt | 10 LIBXML_BIGLINES,
|
Completed in 6 milliseconds