Re: [PHP-DEV] Iterable Type Hint

2012-07-12 Thread Christer Edvartsen
Would it be worth while adding a new type hint that checks for this condition? I'd propose Iterable: I'd love to see something like this added to core. -- Christer Edvartsen http://twitter.com/#!/cogocogo -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, v

Re: [PHP-DEV] Object oriented page templates in PHP

2012-04-09 Thread Christer Edvartsen
this using the prep extension written by Andrei Zmievski: https://github.com/andreiz/prep/ A relevant example can be found here: https://github.com/andreiz/prep/tree/master/examples/array_literal where he introduces an alternative syntax to array(). -- Christer Edvartsen http://cogo.wordpress

Re: [PHP-DEV] Optional $limit argument for debug_backtrace()

2011-04-05 Thread Christer Edvartsen
ouch debug_print_backtrace(). -- Christer Edvartsen c...@starzinger.net http://cogo.wordpress.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php