--TEST--
SOAP XML Schema 62: NULL with attributes
--EXTENSIONS--
soap
xml
--FILE--
EOF;
test_schema($schema,'type="tns:testType"',(object)array("_"=>NULL,"int"=>123.5));
echo "ok";
?>
--EXPECTF--
object(stdClass)#%d (2) {
["_"]=>
NULL
["int"]=>
int(123)
}
ok