Jump to content

[SOLVED] Class static functions not allowed?


pigmonkey

Recommended Posts

I wasn't sure if this should be in the OOP board, but it is a more syntactical error, I believe.

 

Basically, some code I wrote works fine on one server, but fails on another. The original server was running 5.2.5 and the latter is running 4.4.6. The code I'm using to test is very simple:

 

<?
class Foo {
    public static function aStaticMethod() {
        // ...
    }
}
?>

 

Copied it straight off of php.net. The error I'm getting is

 

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in ....../table_funcs.php on line 3

 

So is this a version problem? I searched for quite a bit and couldn't find any limitations in php 4 that would prevent this from working.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.