DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / formatting / spaces / spaceWithinMethodDecl02.php
1234567891011121314
<?php function test( $a ) { echo 'fasdfa'; } function test1() { } test( $b ); test1(); ?>