Browse Source

fix test names

experimental/phar_tar
Antony Dovgal 19 years ago
parent
commit
9af6ca011e
  1. 2
      Zend/tests/bug40509.phpt
  2. 2
      Zend/tests/bug40705.phpt
  3. 2
      Zend/tests/bug41929.phpt

2
Zend/tests/bug40509.phpt

@ -1,5 +1,5 @@
--TEST--
Bug #40509 key() function changed behaviour if global array is used within function
Bug #40509 (key() function changed behaviour if global array is used within function)
--FILE--
<?php
function foo()

2
Zend/tests/bug40705.phpt

@ -1,5 +1,5 @@
--TEST--
Bug #40705 Iterating within function moves original array pointer
Bug #40705 (Iterating within function moves original array pointer)
--FILE--
<?php
function doForeach($array)

2
Zend/tests/bug41929.phpt

@ -1,5 +1,5 @@
--TEST--
Bug #41929 Foreach on object does not iterate over all visible properties
Bug #41929 (Foreach on object does not iterate over all visible properties)
--FILE--
<?php
class C {

Loading…
Cancel
Save