Skip to content

Commit 2eae789

Browse files
Fabien Villepintecmb69
Fabien Villepinte
authored andcommitted
Add missing SKIPIF (xml)
1 parent 789e8e1 commit 2eae789

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ext/xml/tests/bug72793.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #72793: xml_parser_free leaks mem when execute xml_set_object
3+
--SKIPIF--
4+
<?php include("skipif.inc"); ?>
35
--FILE--
46
<?php
57

ext/xml/tests/bug76874.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #76874: xml_parser_free() should never leak memory
3+
--SKIPIF--
4+
<?php include("skipif.inc"); ?>
35
--FILE--
46
<?php
57

0 commit comments

Comments
 (0)