R
Q. What will be the output of the following PHP code ?
<?php class newObject { } define('newObject::CONSTANT', 'Example'); echo newObject::CONSTANT; ?>
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. Which PHP operator known as "Null coalescing" operator?
Q. Which function is used for testing the type of PHP variable?
Q. Which of following variables can be assigned a value to it?
Q. Which is/are the correct way to declare a method?
Q. What will be the output of the following PHP code ?
Q. If your object need to inherit behavior from different sources you should use _________
Q. Object are created using _______ keyword?
Discusssion
Login to discuss.