Annotation of embedaddon/php/tests/run-test/test002.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: EXPECTF
                      3: --FILE--
                      4: 123
                      5: -123
                      6: +123
                      7: +1.1
                      8: abc
                      9: 0abc
                     10: x
                     11: --EXPECTF--
                     12: %d
                     13: %i
                     14: %i
                     15: %f
                     16: %s
                     17: %x
                     18: %c

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