Skip to content

Commit 87b263d

Browse files
committed
Merge branch 'PHP-8.0'
2 parents 0b2bb98 + 5ecc078 commit 87b263d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ext/dom/tests/bug79852.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #79852: count(DOMNodeList) doesn't match count(IteratorIterator(DOMNodeList))
3+
--SKIPIF--
4+
<?php require_once('skipif.inc'); ?>
35
--FILE--
46
<?php
57

ext/dom/tests/bug80600.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
dom: DOMChildNode::remove does not work on character data
3+
--SKIPIF--
4+
<?php require_once('skipif.inc'); ?>
35
--FILE--
46
<?php
57

0 commit comments

Comments
 (0)