In the top 30 php developer, not as bad for a first time :-)
This morning I pass a PHP test with a score of 4.1/5 in Odesk qualification test.
I’m not very good in unusual use of datatypes and theorical concept but fortunately rarely you have to use something like this in your PHP Code : )
1 2 3 4 5 |
$a = (1 << 0x500); $b = (1 << $a); $c = (1 << $b); echo ($c || $b) << 2*$a | $a; |
But for sure I will retake this exam, you can always make better.
What’s yours ?
Read more