Re: [phpng] naming
Hi,
I would also prefer to name it was it represents. I mean a ZVAL represents a PHP typed value and not a C typed one. So for example IS_LONG would be IS_INTEGER and IS_DOUBLE would become IS_FLOAT.
Marc
On 07.05.2014 12:33, Dmitry Stogov wrote:
I would be just glad. Having clear uniform naming would be fine.
We should just come to agreement about the actual names and I don't think
it's a big problem.
Thanks. Dmitry.
On Wed, May 7, 2014 at 12:54 PM, Pierre Joye <pierre.php@gmail.com> wrote:
hi,
would it be possible to "clean up" the naming while being at it?
I would prefer longer but clearer/less confusing names rather than
trying to reduce the type strokes.
For example:
ZVAL_ARR() > ZVAL_ARRAY
ZVAL_NEW_ARR() > ZVAL_NEW_ARRAY (btw, ZVAL_NEW_ARRAY is wrongly
documented in the wiki draft, section about arrays)
Other engine's APIs use full names, to go back and forth between these
convention is error prone and not too clean. Thoughts?
Yes, it is a detail, but better to fix this now than latter :)
Cheers,
--
Pierre
@pierrejoye |
http://www.libgd.org
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit:
http://www.php.net/unsub.php
Thread (11 messages)