which access modifier in PHP 5 is equivalent to "var"? seenagape 11 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β?classTest {var$tester;} A.protected B.invisible C.public D.private E.outofscope β Previous question Next question β