From:             rohit_lodha at yahoo dot com
Operating system: Any
PHP version:      Irrelevant
PHP Bug Type:     Feature/Change Request
Bug description:  Ruby style feature: get n times a char string 

Description:
------------
when an integer is multipled with a char or string we should get a new
string with the string repeating n times.

eg: 2 * 's' = 'ss';
4 * "FUN" = "FUNFUNFUNFUN";


-- 
Edit bug report at http://bugs.php.net/?id=26626&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26626&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26626&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26626&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26626&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26626&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26626&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26626&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26626&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26626&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26626&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26626&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26626&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26626&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26626&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26626&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26626&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26626&r=float

Reply via email to