Date: 04/25/00
- Next message: Faisal Nasim: "Re: [PHP-DEV] new operator and times() function [diffs]"
- Previous message: thies <email protected>: "Re: [PHP-DEV] new operator and times() function [diffs]"
- In reply to: thies <email protected>: "Re: [PHP-DEV] new operator and times() function [diffs]"
- Next in thread: Faisal Nasim: "Re: [PHP-DEV] new operator and times() function [diffs]"
- Reply: Faisal Nasim: "Re: [PHP-DEV] new operator and times() function [diffs]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 25 Apr 2000 thies <email protected> wrote:
> On Tue, Apr 25, 2000 at 01:22:50PM +0500, Faisal Nasim wrote:
> > Hi,
> >
> > Just implemented the 'x' operator as in Perl, and a
> > corresponding times() function.
> >
> > print "blah" x 10;
>
> personally i don't think we need the 'x' operator in the
> language. but that's just my 2c.
I also don't think we should put this into the language. There is no
reason not to use str_repeat().
Do you really see a need for this to be in the language level?
Andi
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Faisal Nasim: "Re: [PHP-DEV] new operator and times() function [diffs]"
- Previous message: thies <email protected>: "Re: [PHP-DEV] new operator and times() function [diffs]"
- In reply to: thies <email protected>: "Re: [PHP-DEV] new operator and times() function [diffs]"
- Next in thread: Faisal Nasim: "Re: [PHP-DEV] new operator and times() function [diffs]"
- Reply: Faisal Nasim: "Re: [PHP-DEV] new operator and times() function [diffs]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

