mirror of
https://github.com/php/php-src.git
synced 2025-01-19 10:13:38 +08:00
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Fix test compat with libxml2 2.9.5
This commit is contained in:
commit
45613b3473
@ -5,7 +5,7 @@ Test 5: HTML Test
|
||||
--FILE--
|
||||
<?php
|
||||
$dom = new domdocument;
|
||||
$dom->loadHTMLFile(dirname(__FILE__)."/test.html");
|
||||
$dom->loadHTMLFile(dirname(__FILE__)."/test.html", LIBXML_NOBLANKS);
|
||||
print "--- save as XML\n";
|
||||
|
||||
print adjustDoctype($dom->saveXML());
|
||||
|
Loading…
Reference in New Issue
Block a user