R
Q. What will be the output of the following PHP code ?
<?php define('OCTAL_NUM1', 0500); define('OCTAL_NUM2', 0300); print OCTAL_NUM1; echo "\n"; print OCTAL_NUM2; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What will be the output of the following PHP code ?
Q. How many functions does PHP provide for searching strings using POSIX style regular expression?
Q. Variable name in PHP starts with
Q. A sequence of characters that is processed as a unit is called _____
Q. Which of the following is correct to add a comment in php?
Q. Which function is used to convert the ASCII value to the character?
Q. What will be the output of the following PHP code ?
Q. What is the scope of a constant in PHP?
Q. If your object need to inherit behavior from different sources you should use _________
Q. Which of the following functions can be used to concatenate array elements to a single string?
Discusssion
Login to discuss.