Learn Cocoa
I haven't tried it yet, but it looks interesting.
$one is 'first arg'If you try to execute with too few arguments, like this:
$two is 'second arg'
Warning: Missing argument 2 for take2()
and the output is:
$one is 'first arg'
$two is ''
Weird stuff. I did not know any of this!
Tested with Apache/1.3.26 (Unix) PHP/4.2.1
But I'm seeing this effect in PHP5 as well.