at the momment this one folds

<?php
    function test(blah) {
        return $functionstuff;
    }
?>

to that
<?php
[+]    function test(blah) {
-----------------------------
?>

would it be possible to fold it and show the ending block-delimiter?

so it would fod to

<?php
[+]    function test(blah) {
-----------------------------
}
?>

in nested functions or in xml/sgml-structures this would really helpful to me, since it seems more logical#

thx in advance