1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00
Files
archived-php-src/ext/standard/tests/strings/bug20108.phpt
Steph Fox 87fac43ac0 - killed off UEXPECT
- html_translation_table and setlocale tests are no longer relevant
- there are a number of ANSI-encoded files. Is this deliberate?
2008-05-27 10:50:48 +00:00

12 lines
738 B
PHP

--TEST--
Bug #20108 (Segfault on printf statement)
--FILE--
<?php
$a = "boo";
$z = sprintf("%580.58s\n", $a);
var_dump($z);
?>
--EXPECT--
unicode(581) " boo
"