1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00

Merge branch 'PHP-8.0'

This commit is contained in:
Máté Kocsis
2021-03-15 23:47:58 +01:00
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
--TEST--
Bug #79852: count(DOMNodeList) doesn't match count(IteratorIterator(DOMNodeList))
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
+2
View File
@@ -1,5 +1,7 @@
--TEST--
dom: DOMChildNode::remove does not work on character data
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php