test your PHP skill

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

test your PHP skill

Post by dude81 »

Hello all,

Test your skill at http://webplumbr.com/lab/phptest, and post your scores here with your level, I'm sure it would be fun.
Luckily the author happens to be my ex-team lead, and a very good PHP developer whom I've seen in my career. He had worked with some of the core php developers and has an excellent grip on the PHP concepts.

my score: -20
level: intermediate
8 correct
9 wrong
User avatar
Ziq
Forum Contributor
Posts: 194
Joined: Mon Aug 25, 2008 12:43 am
Location: Russia, Voronezh

Re: test your PHP skill

Post by Ziq »

Strange test...

How I can read this for 10 seconds? :)
While comparing objects, which of following is true with regards to == and === operator, respectively?

(==) evaluates to true only if both operands are references to the same instance of a class; (===) evaluates to true only if both operands are instances of the same class
(==) evaluates to true only if both operands are instances of the same class; (===) evaluates to true only if both operands are instances of the same class
(==) evaluates to true if both operands are references to the same instance of a class or both are instances of the same class; (===) evaluates to true if both operands are references to the same instance of a class
(==) evaluates to true if both operands are reference to the same instance of a class or both are instances of the same class; (===) evalutes to true if both operands are instances of the same class or both are instances of different classes that have the same properties
I know my English is bad but I don't think that anyone can.
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

Re: test your PHP skill

Post by dude81 »

No doubt, you should have tried advanced user. Neither could I read it. Rather could have reported to the admin, probably he could have fixed the bug.
I'm sure the content is not as bad as it is in many php test sites.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: test your PHP skill

Post by John Cartwright »

On advanced,

You have 7 correct and 7 incorrect answers.
Your final score is -78

Some of the questions were very poorly worded, and very obscure. Half the time by the time I finished reading the questions I had only about 10 seconds left to read all the answers, click the radio button, then click the submit.

I give the test 1/10
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Re: test your PHP skill

Post by jayshields »

Poor test.

On intermediate:
You have 10 correct and 7 incorrect answers.
Your final score is 4.

I would've liked to have known which questions I got correct and incorrect.
Post Reply