We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From @ikandars on February 16, 2014 10:31
I've got "Zephir\ParseException: Syntax error" when try to call a static method dynamically.
echo self::{"name"}(); -----------^
namespace Test; class MyClass { public function __construct() { echo self::{"name"}(); } public static function name() { return "Jhon"; } }
I pulled the source from bc91853e3e8a0528481daaf26f1e04b0fab1ab33 commit id
Copied from original issue: zephir-lang/zephir#197
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From @ikandars on February 16, 2014 10:31
I've got "Zephir\ParseException: Syntax error" when try to call a static method dynamically.
I pulled the source from bc91853e3e8a0528481daaf26f1e04b0fab1ab33 commit id
Copied from original issue: zephir-lang/zephir#197
The text was updated successfully, but these errors were encountered: