|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-31 15:37 UTC] nih at phlux dot co dot uk
[2003-01-28 15:07 UTC] pollita@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 18:00:01 2025 UTC |
Using $var_classname:function(); throws up a parse error. This was probably not a feature intended to be included rather than a bug. Currently I have a workaround using this: print eval("return ".$var_classname."::function();"); Would like to see it implemented in a future version if possible :)