openSearch- this namespace is not a tag name, nor a parent, or anything like that. Somewhere in the document, there will be an attribute xmlns:openSearchthat defines the openSearch namespace (with a URL).
You can use the method childrento get the children of a specific namespace and do something like:
$xml->children('openSearch', true)->totalResults
( URL- 'openSearch' true , , - , )