--TEST--
SOAP XML Schema 46: Extension of complex type
--SKIPIF--
--FILE--
EOF;
test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
echo "ok";
?>
--EXPECTF--
123
object(stdClass)#%d (3) {
["_"]=>
int(123)
["int"]=>
int(123)
["int2"]=>
int(123)
}
ok