Browse Source

Forgot title in phpt for bug #67064

pull/518/merge
Bob Weinand 12 years ago
parent
commit
f07e37c96d
  1. 2
      ext/standard/tests/array/bug67064.phpt

2
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 {

Loading…
Cancel
Save