PHP and Python Function Arguments

While doing some work, I tried to find about function arguments in PHP. I still prefer python ways of doing things
PLAIN TEXT
PYTHON:

def test(tmp1, tmp2): 

  print tmp1

  print tmp2

 

test(tmp2='woot2', tmp1='woot1')

 

>>woot1

>>woot2

 
Thats a nice feature that I wished PHP had.  So that I dont have to remember the order of arguments and just type in the [...]

Marvel Ultimate Alliance.. a nice change of view

I've played X-Men 2 Legends.. it was mediocre. Camera angle, graphics.. not as impressive as Marvel Ultimate Alliance. Yeah.. this game is the kind of game I needed after the let down of Ghost Rider's movie. Yes.. the fight scenes in ghost rider was poor I left eh cinema with disappointment.
I've played the hell out [...]

Run Forest! Run!

Yes, a new comfy chair. I've always wanted a comfy chair. Previous chair is killing me, back hurts like hell.
 
Other than that, I decided to go for a jog and got chased by a dog in the middle of it. Still.. a refreshing activity. 
 
I'm going into Drupal 5. New stuff and quite nice interface. 2 [...]

By the power vested in me, HTML to Wiki.. CONVERT!

As usual, I crawl through the web looking for noteworthy news.. or something like that.
Reddit's programming section caught my interest nowadays. There's much more stuffs going on there from which I found an article on the register, an interview with Stefan Esser (php security expert). And so.. I need to keep this information rather than [...]

Programmers Dont Like to Code?

I havent had the chance to read Brook's book (Mythical Man-Month). I'll try to get it this month. 
As usual, my google hompeage (http://google.com/ig) lists O'Reilly Network Articles and Weblogs. There's some nice short posts which caught my attention which leads me to rentzsch.com: Programmers Dont Like to Code.
I guess I'm just not good at expressing [...]