--- embedaddon/php/ext/posix/tests/posix_times_basic.phpt 2012/02/21 23:48:00 1.1.1.1 +++ embedaddon/php/ext/posix/tests/posix_times_basic.phpt 2012/05/29 12:34:42 1.1.1.2 @@ -24,14 +24,14 @@ Test posix_times() function : basic functionality Basic test of POSIX times function array(5) { ["ticks"]=> - int(%d) + int(%i) ["utime"]=> - int(%d) + int(%i) ["stime"]=> - int(%d) + int(%i) ["cutime"]=> - int(%d) + int(%i) ["cstime"]=> - int(%d) + int(%i) } ===DONE====