I think yes.

add_property_rt_string_ex() -> add_property_runtime_string_ex() ...

But I'll agree with this.

Dmitry.

> -----Original Message-----
> From: Jani Taskinen [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, August 24, 2005 1:48 PM
> To: Dmitry Stogov
> Cc: 'Andi Gutmans'; php-cvs@lists.php.net
> Subject: RE: [PHP-CVS] cvs: php-src / unicode-progress.txt 
> /ext/standard dir.c dns.c filestat.c info.c link.c string.c 
> type.cuniqid.c /ext/standard/tests/file userdirstream.phpt 
> /ext/standard/tests/strings bug24098.phpt /tests/reflectionparameters_
> 
> 
> 
>      Why can't it be ZVAL_RUNTIME_STRING() ? Too much to write? :)
> 
>      --Jani
> 
> On Wed, 24 Aug 2005, Dmitry Stogov wrote:
> 
> > RT => "Run Time"
> >
> > ZVAL_RT_STRING() accepts strung (char*),
> > in non-ubicode mode it just creates IS_STRING zval,
> > in unicode mode it converts string to unicode using 
> > "unicode.runtime_encoding" and creates IS_UNICODE zval.
> >
> > Dmitry.
> >
> >> -----Original Message-----
> >> From: Andi Gutmans [mailto:[EMAIL PROTECTED]
> >> Sent: Wednesday, August 24, 2005 6:00 AM
> >> To: Dmitry Stogov; php-cvs@lists.php.net
> >> Subject: Re: [PHP-CVS] cvs: php-src / unicode-progress.txt 
> >> /ext/standard dir.c dns.c filestat.c info.c link.c string.c 
> >> type.cuniqid.c /ext/standard/tests/file userdirstream.phpt 
> >> /ext/standard/tests/strings bug24098.phpt 
> >> /tests/reflectionparameters_
> >>
> >>
> >> What's the RT in add_property_rt_string_ex? Maybe should 
> make it more 
> >> verbose so that mortals like me can understand it?
> >>
> >> At 05:53 AM 8/23/2005, Dmitry Stogov wrote:
> >>> dmitry          Tue Aug 23 08:53:32 2005 EDT
> >>>
> >>>   Modified files:
> >>>     /php-src    unicode-progress.txt
> >>>     /ZendEngine2        zend_API.c zend_API.h
> >> zend_builtin_functions.c
> >>>                         zend_exceptions.c
> >>>     /php-src/ext/standard       dir.c dns.c filestat.c info.c
> >>> link.c string.c
> >>>                                 type.c uniqid.c
> >>>     /php-src/ext/standard/tests/file    userdirstream.phpt
> >>>     /php-src/ext/standard/tests/strings bug24098.phpt
> >>>     /php-src/tests/reflection   parameters_001.phpt
> >>>   Log:
> >>>   Unicode support
> >>>
> >>>
> >>>
> >>> --
> >>> PHP CVS Mailing List (http://www.php.net/)
> >>> To unsubscribe, visit: http://www.php.net/unsub.php
> >>
> >>
> >
> >
> 
> -- 
> Donate @ http://pecl.php.net/wishlist.php/sniper
> 
> 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to