What is the chance this will change?
class foo
{
function fopen()
{
echo "fopen()\n" ;
}
}
is perfectly valid, but
class foo
{
function include()
{
echo "include()\n" ;
}
}
throws parser error ('expecting T_STRING...').
This is quite annoying.
[EMAIL PROTECTED]
-------------
And the eyes of them both were opened and they saw that their files
were world readable and writable, so they chmoded 600 their files.
- Book of Installation chapt 3 sec 7
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]