--TEST-- Check that SplObjectStorage::detach generate a warning and returns NULL when passed non-object param --CREDITS-- PHPNW Testfest 2009 - Simon Westcott (swestcott@gmail.com) --FILE-- detach($input)); } ?> --EXPECTF-- Warning: SplObjectStorage::detach() expects parameter 1 to be object, array given in %s on line %d NULL Warning: SplObjectStorage::detach() expects parameter 1 to be object, boolean given in %s on line %d NULL Warning: SplObjectStorage::detach() expects parameter 1 to be object, %unicode_string_optional% given in %s on line %d NULL Warning: SplObjectStorage::detach() expects parameter 1 to be object, integer given in %s on line %d NULL Warning: SplObjectStorage::detach() expects parameter 1 to be object, double given in %s on line %d NULL Warning: SplObjectStorage::detach() expects parameter 1 to be object, null given in %s on line %d NULL