removing empty XFAIL sections

This commit is contained in:
Zoe Slattery 2009-07-18 16:41:16 +00:00
parent d09ab2ab42
commit d93cf1f610
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ echo ini_get('filter.default_flags') . "\n";
var_dump(FILTER_FLAG_STRIP_LOW == 4);
echo addcslashes($_GET['a'],"\0") . "\n";
?>
--XFAIL--
--EXPECT--
unsafe_raw
4

View File

@ -1,6 +1,5 @@
--TEST--
SimpleXML: array casting bug
--XFAIL--
--SKIPIF--
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
--FILE--