diff options
| author | Antony Dovgal <tony2001@php.net> | 2008-05-14 13:07:17 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2008-05-14 13:07:17 +0000 |
| commit | d01d7450a7ff83aade748d37a4d13ff274116c19 (patch) | |
| tree | f4cdd1b34e6cef7fc54766bbc92bccd96fcb511a | |
| parent | 908b6e780868aec596e237fd0d21e4d31f515739 (diff) | |
| download | php-git-d01d7450a7ff83aade748d37a4d13ff274116c19.tar.gz | |
fix test titles
| -rw-r--r-- | Zend/tests/bug38469.phpt | 2 | ||||
| -rwxr-xr-x | Zend/tests/bug41372.phpt | 2 | ||||
| -rwxr-xr-x | Zend/tests/bug43128.phpt | 2 | ||||
| -rw-r--r-- | ext/dom/tests/bug34276.phpt | 2 | ||||
| -rw-r--r-- | ext/dom/tests/bug35342.phpt | 2 | ||||
| -rwxr-xr-x | ext/soap/tests/bugs/bug42214.phpt | 2 | ||||
| -rw-r--r-- | ext/standard/tests/general_functions/bug44394.phpt | 2 | ||||
| -rw-r--r-- | ext/xml/tests/bug43957.phpt | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/Zend/tests/bug38469.phpt b/Zend/tests/bug38469.phpt index 51fffb3008..db507df357 100644 --- a/Zend/tests/bug38469.phpt +++ b/Zend/tests/bug38469.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #38469 Unexpected creation of cycle +Bug #38469 (Unexpected creation of cycle) --FILE-- <?php $a = array(); diff --git a/Zend/tests/bug41372.phpt b/Zend/tests/bug41372.phpt index 090efcd310..3446150f55 100755 --- a/Zend/tests/bug41372.phpt +++ b/Zend/tests/bug41372.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #41372 Internal pointer of source array resets during array copying +Bug #41372 (Internal pointer of source array resets during array copying) --FILE-- <?php $Foo = array('val1', 'val2', 'val3'); diff --git a/Zend/tests/bug43128.phpt b/Zend/tests/bug43128.phpt index 4ee676a0a4..2832acaeb8 100755 --- a/Zend/tests/bug43128.phpt +++ b/Zend/tests/bug43128.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #43128 Very long class name causes segfault +Bug #43128 (Very long class name causes segfault) --FILE-- <?php diff --git a/ext/dom/tests/bug34276.phpt b/ext/dom/tests/bug34276.phpt index fd265e58e4..6959d90a92 100644 --- a/ext/dom/tests/bug34276.phpt +++ b/ext/dom/tests/bug34276.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #34276 setAttributeNS and default namespace +Bug #34276 (setAttributeNS and default namespace) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/dom/tests/bug35342.phpt b/ext/dom/tests/bug35342.phpt index 3248c73398..f93c062330 100644 --- a/ext/dom/tests/bug35342.phpt +++ b/ext/dom/tests/bug35342.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #35342 isset(DOMNodeList->length) returns false +Bug #35342 (isset(DOMNodeList->length) returns false) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/soap/tests/bugs/bug42214.phpt b/ext/soap/tests/bugs/bug42214.phpt index 2f85686842..a31f16dcb4 100755 --- a/ext/soap/tests/bugs/bug42214.phpt +++ b/ext/soap/tests/bugs/bug42214.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #42214 SoapServer sends clients internal PHP errors +Bug #42214 (SoapServer sends clients internal PHP errors) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/standard/tests/general_functions/bug44394.phpt b/ext/standard/tests/general_functions/bug44394.phpt index 3a619283c0..26351a28a1 100644 --- a/ext/standard/tests/general_functions/bug44394.phpt +++ b/ext/standard/tests/general_functions/bug44394.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #44394 Last two bytes missing from output +Bug #44394 (Last two bytes missing from output) --FILE-- <?php diff --git a/ext/xml/tests/bug43957.phpt b/ext/xml/tests/bug43957.phpt index 34ddcd951d..f11d15627b 100644 --- a/ext/xml/tests/bug43957.phpt +++ b/ext/xml/tests/bug43957.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #43957 - utf8_decode() bogus conversion on multibyte indicator near end of string +Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string) --SKIPIF-- <?php require_once("skipif.inc"); |
