1.

What will be the output of the following PHP code ? <?php $a = 2; if ($a-- - --$a - $a) print "hello"; else print "hi"; ?>

A. Hi
B. Hello
C. Error
D. No output
Answer» C. Error


Discussion

No Comment Found