A me funziona
codice:
Array
(
    [0] => Array
        (
            [0] => 
        )

    [1] => Array
        (
            [0] => alternate
        )

    [2] => Array
        (
            [0] => /atom+
        )

    [3] => Array
        (
            [0] => PHP: Hypertext Preprocessor
        )

    [4] => Array
        (
            [0] => http://www.php.net/feed.atom
        )

)
Se tolgo l'attributo title che nell'esempio di php.net è spesso per ultimo
codice:
Array
(
    [0] => Array
        (
            [0] => 
            [1] => 
            [2] => 
        )

    [1] => Array
        (
            [0] => search
            [1] => alternate
            [2] => alternate
        )

    [2] => Array
        (
            [0] => /opensearchdescription+
            [1] => /atom+
            [2] => /atom+
        )

    [3] => Array
        (
            [0] => http://www.php.net/phpnetimprovedsearch.src
            [1] => http://www.php.net/releases.atom
            [2] => http://www.php.net/feed.atom
        )

)