From:             andrew at evilwalrus dot com
Operating system: WinXP
PHP version:      5CVS-2003-03-01 (dev)
PHP Bug Type:     Feature/Change Request
Bug description:  Additional functions needed for namespaces

With the advent of the new namespace {} context, how bout a few new
functions to suit them?

A few off the top of my head:
  - get_namespace_classes (Retrieves a list of all classes in a
namespace)
  - get_namespace_methods (Gets a list of all methods in a namespace)
  - get_namespace_vars (You guessed it, gets all vars..)

Just simple things like that... it could come in handy.  Just a thought.

~ Andrew Heebner
-- 
Edit bug report at http://bugs.php.net/?id=22494&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22494&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22494&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22494&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22494&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22494&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22494&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22494&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22494&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22494&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22494&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22494&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22494&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22494&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22494&r=gnused

Reply via email to