adplus-dvertising
frame-decoration

Question

Which one of the following variable cannot be used inside a static method?

a.

$this

b.

$get

c.

$set

d.

$date

Answer: (a).$this

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which one of the following variable cannot be used inside a static method?

Similar Questions

Discover Related MCQs

Q. What does PDO stand for?

Q. Which version of PHP allows you to define constant properties within a class?

Q. Which keyword is used to declare a constant property?

Q. Which one of the following is a constant variable?

Q. What will happen if you try to set a value to a constant once it has been declared?

Q. How many of the following can be contained in constants?

i) boolean
ii) integer
iii) float
iv) string

Q. Which one of the following class can not be instantiated?

Q. Which one of the following keywords is used to define an abstract class?

Q. Which one of the following is the correct abstract method?

Q. At least how many abstract methods must an abstract class contain?

Q. Which one of the following keyword is used to implement an interface?

Q. Which version of PHP introduced the concept called late static binding?

Q. Which one of the following methods in the exception class, is used to get a nested exception object?

Q. Which one of the following keyword is used in conjunction with an Exception object?

Q. Which keyword is used to put a stop on inheritance?

Q. PHP provides built-in interceptor methods, which can intercept messages sent to undefined methods and properties. This is also known as _________

Q. Which one of the following method is invoked when a value is assigned to an undefined property?

Q. Which one of the following method is invoked when an undefined method is called by client code?

Q. Which method introduced in PHP 5, is invoked just before an object is garbage collected?

Q. __clone() is run on the ___ object.