diff options
author | Stanislav Malyshev <stas@php.net> | 2011-08-01 03:42:02 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2011-08-01 03:42:02 +0000 |
commit | 1c83f5e04cb00c3cb3a9f20637021085d164dd97 (patch) | |
tree | e0eee5c107bc33e1515af1fa026cd99d99ef3817 /ext/posix/tests | |
parent | 3b7cdd02279e8e57c2f39e7f16afb7c2924ed204 (diff) | |
download | php-git-1c83f5e04cb00c3cb3a9f20637021085d164dd97.tar.gz |
fix tests
Diffstat (limited to 'ext/posix/tests')
-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==== |