]> granicus.if.org Git - php/commit
fix strtr() when called with two parameters. this has been broken for some time!
authorThies C. Arntzen <thies@php.net>
Thu, 13 Sep 2001 10:48:41 +0000 (10:48 +0000)
committerThies C. Arntzen <thies@php.net>
Thu, 13 Sep 2001 10:48:41 +0000 (10:48 +0000)
commite929389eeb2821fa18083bce6e62580697de5983
tree7a3308aab8d518e475f337e21a1cad750378e28f
parent567f6c7a27c1babcc94ed17a42ad74ca834ec4d7
fix strtr() when called with two parameters. this has been broken for some time!
guys, when "optimizing" functions you _shoudl_ write a testcase for the
working function and make _sure_ that it works afterwards!
ext/standard/string.c
ext/standard/tests/strings/strtr.phpt [new file with mode: 0644]