|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-05-25 11:58 UTC] helly@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 02:00:01 2025 UTC |
Description: ------------ class MyClass extends MyParent implements MyInterface { public static function any_static_method() { } } MyClass::any_static_method() the above should trigger __autoload() for MyClass which would trigger __autoload() for MyParent which would trigger __autoload() for MyInterface Elegant and truly automatic :)