1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
Files
archived-php-src/ext/standard/tests/strings/bug67151.phpt
2014-07-02 22:39:54 +02:00

9 lines
125 B
PHP

--TEST--
Buf #67151: strtr with empty array crashes
--FILE--
<?php
var_dump(strtr("foo", []));
?>
--EXPECT--
string(3) "foo"