Posted by Vince Morgan on 04/18/07 08:42
"Toby A Inkster" <usenet200703@tobyinkster.co.uk> wrote in message
news:qgtgf4-9qv.ln1@ophelia.g5n.co.uk...
> tasteless wrote:
>
> > I need really hard questions (about 10) about PHP programming (some of
> > elements OOP as well, but no MySQL questions - this is different part),
> > this questions needs to be very hard, but the experienced senior PHP
> > developer should answered on it.
>
> Question 1:
>
> <?php
> $i = 5;
> $i = 5 + $i++;
> echo $i; // What does this print?
> ?>
I think a C programmer is going to get this one pretty quickly.
10
Navigation:
[Reply to this message]
|