Home / Programming MCQs / PHP MCQs / Question
S
Q. What will be the output of the following PHP code ?
<?php for ($v = 0; $v < 5; $v++) { for ($u = $v; $u > 0; $v--) print $v; } ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
what is the output of below program?
What will be the output of the following PHP code?
What is the use of PHP sort() function?
What is name of PHP "<=>" operator?
What will be the output of the following PHP code?
What will be the output of the following PHP code?
Which of the below statements is equivalent to $add += $add ?
Which is/are the function(s) to check if the type of a variable is float?
Discusssion
Login to discuss.