About
print is not actually a real function (it is a language construct) so you are not required to use parentheses with its argument list.
Note: Because this is a language construct and not a function, it cannot be called using variable functions.
Articles Related
Usage
int print ( string $arg )
return always 1