I would recommend that class names need not be treated as strings:

doSomethingWithAClass(ClassName)

instead of

doSomethingWithAClass("ClassName")

As it is, this produces warnings with the right logging.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to