which access modifier in PHP 5 is equivalent to "var"? seenagape 10 years ago You want to run the following PHP 4 code with PHP 5. In the following example, which accessmodifier in PHP 5 is equivalent to βvarβ?<code>class Test {var $tester;}</code> A.protected B.invisible C.public D.private E.outofscope β Previous question Next question β