Annotation of embedaddon/php/ext/standard/tests/strings/bug26878.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Bug #26878 (problem with multiple references to the same variable with different types)
                      3: --FILE--
                      4: <?php
                      5:        printf('Int: %1$d and as string: %1$s', 'some string');
                      6:        echo "\n";
                      7: ?>
                      8: --EXPECT--
                      9: Int: 0 and as string: some string

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>