php
php copied to clipboard
Error while parsing class definition
test file:
<?php
class A {
function f($x) {
if ($x)
return 1;
else
return 2;
}
}
?>
got:
unexpected class member PHP End:"?>"