Return to test002.phpt CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / tests / run-test |
php
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