diff options
author | Tjerk Anne Meesters <tjerk@mbp-tjerk.gateway.2wire.net> | 2013-02-27 21:20:28 +0800 |
---|---|---|
committer | Tjerk Meesters <datibbaw@php.net> | 2013-09-28 00:06:03 +0800 |
commit | b8653d34579409131b8dc6d92e7ac30e28fa95a6 (patch) | |
tree | 88a28bca9fcb28a7aceced0913268c05fb46acb5 | |
parent | 6442e49b22da6dfab8ebcef1a4cf568250b1ee96 (diff) | |
download | php-git-b8653d34579409131b8dc6d92e7ac30e28fa95a6.tar.gz |
fixed test case to pass on other systems than my own
-rw-r--r-- | ext/standard/tests/array/array_filter_variation10.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/array/array_filter_variation10.phpt b/ext/standard/tests/array/array_filter_variation10.phpt index 9a5b2a4a30..1eec4591a1 100644 --- a/ext/standard/tests/array/array_filter_variation10.phpt +++ b/ext/standard/tests/array/array_filter_variation10.phpt @@ -61,9 +61,9 @@ array(3) { } *** Testing array_filter() : usage variations - 'callback' expecting second argument *** -Warning: Missing argument 2 for dump() in /home/tjerk/work/php/php-src/ext/standard/tests/array/array_filter_variation10.php on line %d +Warning: Missing argument 2 for dump() in %s on line %d -Notice: Undefined variable: key in /home/tjerk/work/php/php-src/ext/standard/tests/array/array_filter_variation10.php on line %d +Notice: Undefined variable: key in %s on line %d = 123 array(0) { } |