diff options
Diffstat (limited to 'ext/posix/tests/posix_times_basic.phpt')
| -rw-r--r-- | ext/posix/tests/posix_times_basic.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/posix/tests/posix_times_basic.phpt b/ext/posix/tests/posix_times_basic.phpt index eb8af10df4..5da6434b14 100644 --- a/ext/posix/tests/posix_times_basic.phpt +++ b/ext/posix/tests/posix_times_basic.phpt @@ -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==== |
