diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-04-13 19:34:17 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-04-13 19:34:17 +0200 |
commit | f07e37c96dd395305fe81192f2edbc8860e41d5d (patch) | |
tree | fce7cf146efda3ad8cce2840cfa278b0dc1a83db | |
parent | 2f3056feccd322f354881128dfe7c158f27d853b (diff) | |
download | php-git-f07e37c96dd395305fe81192f2edbc8860e41d5d.tar.gz |
Forgot title in phpt for bug #67064
-rw-r--r-- | ext/standard/tests/array/bug67064.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/bug67064.phpt b/ext/standard/tests/array/bug67064.phpt index e1996e36b6..2818516dac 100644 --- a/ext/standard/tests/array/bug67064.phpt +++ b/ext/standard/tests/array/bug67064.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #67064 () +Bug #67064 (Countable interface prevents using 2nd parameter ($mode) of count() function) --FILE-- <?php class Counter implements Countable { |