unread
Current HEAD:
<?php
class Foo {
var $foo;
}
?>
works, but
<?php
class Foo {
/**
*/
var $foo;
}
?>
causes
Parse error: parse error, unexpected T_VAR, expecting `T_FUNCTION`
in e:\var.php on line 5
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/