Date: 07/11/01
- Next message: derick <email protected>: "[PHP-DEV] Bug #12050 Updated: strtr strange results"
- Previous message: nassar <email protected>: "[PHP-DEV] Bug #12049: Crash in Zend Engine"
- Next in thread: derick <email protected>: "[PHP-DEV] Bug #12050 Updated: strtr strange results"
- Reply: derick <email protected>: "[PHP-DEV] Bug #12050 Updated: strtr strange results"
- Reply: jeroen <email protected>: "[PHP-DEV] Bug #12050 Updated: strtr strange results"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: -vit- <email protected>
Operating system: Win2K, WinNT 4
PHP version: 4.0.6
PHP Bug Type: *General Issues
Bug description: strtr strange results
Hi!
with 2 parameters all work fine.
With 3 parameters function return:
Example1:
strtr("Function resut is BAD", "BAD", "all right")
Result: 'Function resut is all'
Example2:
strtr("Function resut is BAD", "BAD", "ok")
Result: 'Function resut is okD'
Example3:
strtr("Function resut is BAD", "BAD", "")
Result: 'Function resut is BAD'
Thx 4 attention
-- Edit bug report at: http://bugs.php.net/?id=12050&edit=1-- 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: derick <email protected>: "[PHP-DEV] Bug #12050 Updated: strtr strange results"
- Previous message: nassar <email protected>: "[PHP-DEV] Bug #12049: Crash in Zend Engine"
- Next in thread: derick <email protected>: "[PHP-DEV] Bug #12050 Updated: strtr strange results"
- Reply: derick <email protected>: "[PHP-DEV] Bug #12050 Updated: strtr strange results"
- Reply: jeroen <email protected>: "[PHP-DEV] Bug #12050 Updated: strtr strange results"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

