<?php /** * Test for formatting function call without arguments */ $a = array( ); function definition( ){} class ClassDef { private function emptyFunction( ){} } functionCall( ); $a = function( ){};
info at phpclasses dot org