|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-11-09 17:06 UTC] felipe@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Feb 05 19:00:01 2026 UTC |
Description: ------------ SPL Interfaces doesn't are recognize in namespace. Reproduce code: --------------- <?php namespace foobar; class foo implements SplObserver { } Expected result: ---------------- Fatal error: Class foo contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (SplObserver::update) in Actual result: -------------- Fatal error: Interface 'foobar::SplObserver' not found in ...