mirror of
https://github.com/php/php-src.git
synced 2024-12-26 18:29:37 +08:00
- add skipif
This commit is contained in:
parent
ac90fb4287
commit
57d0b478fb
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Bug #51288 (CVE-2010-0397, NULL pointer deref when no <methodName> in request)
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
||||
--FILE--
|
||||
<?php
|
||||
$method = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user