<?php
class Rst
{
    public function __construct( RstOptions $options *= null* )
    {
    }
}
<?php
class Rst
{
    public function __construct( RstOptions*|null* $options = null )
    {
    }
}