]> granicus.if.org Git - php/commitdiff
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
authorSVN Migration <svn@php.net>
Sat, 15 Feb 2003 15:57:32 +0000 (15:57 +0000)
committerSVN Migration <svn@php.net>
Sat, 15 Feb 2003 15:57:32 +0000 (15:57 +0000)
ext/standard/tests/strings/bug22227.phpt [new file with mode: 0644]

diff --git a/ext/standard/tests/strings/bug22227.phpt b/ext/standard/tests/strings/bug22227.phpt
new file mode 100644 (file)
index 0000000..eb980f9
--- /dev/null
@@ -0,0 +1,9 @@
+--TEST--
+Bug #22227 (printf() field limiters broke between 4.2.3 and 4.3.0)
+--FILE--
+<?php
+printf("%-3.3s", "abcdef");
+print "\n";
+?>
+--EXPECT--
+abc