I get
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_STRING in /blabla/webseiten/test.php on line 9
with the second script i get a blank page on my site.
My configurations:
[APC]
extension = "apc.so"
apc.enabled = 1
apc.shm_size = 64M
apc.ttl = 0
apc.user_ttl...