[PHP-DEV] Re: [PATCH] Consistent type names in error messages

2014-12-21 Thread Andrea Faulds
On 20 Dec 2014, at 15:50, Andrea Faulds a...@ajf.me wrote: On 14 Dec 2014, at 18:35, Andrea Faulds a...@ajf.me wrote: I’ve made a patch which makes zend_parse_parameters and userland type hints consistently show “integer” and “float” rather than “long” and “double”:

Re: [PHP-DEV] Re: [PATCH] Consistent type names in error messages

2014-12-21 Thread Paul Dragoonis
On 21 Dec 2014 13:25, Andrea Faulds a...@ajf.me wrote: On 20 Dec 2014, at 15:50, Andrea Faulds a...@ajf.me wrote: On 14 Dec 2014, at 18:35, Andrea Faulds a...@ajf.me wrote: I’ve made a patch which makes zend_parse_parameters and userland type hints consistently show “integer” and

[PHP-DEV] Re: [PATCH] Consistent type names in error messages

2014-12-20 Thread Andrea Faulds
On 14 Dec 2014, at 18:35, Andrea Faulds a...@ajf.me wrote: I’ve made a patch which makes zend_parse_parameters and userland type hints consistently show “integer” and “float” rather than “long” and “double”: https://github.com/php/php-src/pull/955 I also wrote a GNU sed script which I