Skip to content

Commit 7130887

Browse files
committed
Fix test, from PR 158
1 parent c4b26cc commit 7130887

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/xmlrpc/tests/bug61264.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #61264: xmlrpc_parse_method_descriptions leaks temporary variable
3+
--SKIPIF--
4+
<?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
35
--FILE--
46
<?php
57
$xml = <<<XML

0 commit comments

Comments
 (0)