com php-src: Forgot title in phpt for bug #67064: ext/standard/tests/array/bug67064.phpt
Commit: f07e37c96dd395305fe81192f2edbc8860e41d5d
Author: Bob Weinand <bobwei9@hotmail.com> Sun, 13 Apr 2014 19:34:17 +0200
Parents: 2f3056feccd322f354881128dfe7c158f27d853b
Branches: PHP-5.4
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f07e37c96dd395305fe81192f2edbc8860e41d5d
Log:
Forgot title in phpt for bug #67064
Bugs:
https://bugs.php.net/67064
Changed paths:
M ext/standard/tests/array/bug67064.phpt
Diff:
diff --git a/ext/standard/tests/array/bug67064.phpt b/ext/standard/tests/array/bug67064.phpt
index e1996e3..2818516 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 {
Thread (1 message)
- Bob Weinand