NYCPHP Meetup

NYPHP.org

[nycphp-talk] Parse Error: Unexpected "; ", expected T_FUNCTION in Line 247

Flavio daCosta nyphp at n0p.net
Tue Jun 28 16:02:38 EDT 2005


Sounds like there is an extra ';' where it isn't supposed to be.  It can
be re-produced with the following code:

<?php

class foo
{
	;
}

?>

Flavio



More information about the talk mailing list