Re: [PHP-DEV] Feasibility of additional support around constants.

2010-11-08 Thread Peter Lind
*snip* Seems to me that some of this could be handled with a custom built function wrapping http://dk2.php.net/manual/en/function.get-defined-constants.php Regards Peter -- WWW: plphp.dk / plind.dk LinkedIn: plind BeWelcome/Couchsurfing: Fake51 Twitter: kafe15 -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Feasibility of additional support around constants.

2010-11-08 Thread Richard Lynch
On Mon, November 8, 2010 6:33 am, Richard Quadling wrote: > 1 - Validating that the value received is in a collection of known > constants. This would allow for new constants to be added without the > layer having to be amended to verify the value. If it isn't in the > group - it's invalid. Genera