diff options
author | Hannes Magnusson <bjori@php.net> | 2010-03-24 21:57:30 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2010-03-24 21:57:30 +0000 |
commit | b39c5383bfd89d41ac045fd7e223a41e11cccdf0 (patch) | |
tree | f9c47804ee06016930ba1d7e58e06a2e45ddda6e | |
parent | 7734b5c9b38c9c9e6997f986ddb6e6601c8cadec (diff) | |
download | php-git-b39c5383bfd89d41ac045fd7e223a41e11cccdf0.tar.gz |
Fix test (the key can be negative)
-rw-r--r-- | ext/standard/tests/file/realpath_cache.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/realpath_cache.phpt b/ext/standard/tests/file/realpath_cache.phpt index 567f0e2c71..a476063d66 100644 --- a/ext/standard/tests/file/realpath_cache.phpt +++ b/ext/standard/tests/file/realpath_cache.phpt @@ -19,7 +19,7 @@ echo "Done\n"; int(%d) array(4) { ["key"]=> - int(%d) + int(%i) ["is_dir"]=> bool(true) ["realpath"]=> |