<?php $foo( 1, 2, 3 ); $foo( 1, 2, 3 ); $foo( 1, 2, 3 ); $foo(1, 2, 3); Test::$call(); Test::$call( 1, 2, 3 );
info at phpclasses dot org