diff options
| author | Felipe Pena <felipensp@gmail.com> | 2013-06-26 13:36:36 -0300 |
|---|---|---|
| committer | Felipe Pena <felipensp@gmail.com> | 2013-06-26 13:36:36 -0300 |
| commit | f477ad22c2c23a1237dcd3a2c67165b838315241 (patch) | |
| tree | 00adce75608cadd61a0fdeb98b17793d1b82172c | |
| parent | b34e8d2e3e892d8844cf9af7c0ce4bf3ed698fc6 (diff) | |
| download | php-git-f477ad22c2c23a1237dcd3a2c67165b838315241.tar.gz | |
- Fixed test
| -rw-r--r-- | ext/standard/tests/array/array_walk_closure.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/array/array_walk_closure.phpt b/ext/standard/tests/array/array_walk_closure.phpt index 7f6c8342e9..4e22bb8946 100644 --- a/ext/standard/tests/array/array_walk_closure.phpt +++ b/ext/standard/tests/array/array_walk_closure.phpt @@ -219,7 +219,7 @@ array(2) { [1]=> array(4) { ["file"]=> - string(69) "%s" + string(%d) "%s" ["line"]=> int(%d) ["function"]=> @@ -248,4 +248,4 @@ array(2) { } } } -Done
\ No newline at end of file +Done |
