Briefing Zend Knowledge

Which of the following are valid identifiers (Choose 3)

Which of the following are valid identifiers (Choose 3)

A.
function4You() { }

B.
function _4You() { }

C.
functionobject() { }

D.
$1 = “Hello”;

E.
$_1 = “Hello World”;