Browse Source

fix test titles

PHP-5.2.1RC1
Antony Dovgal 18 years ago
parent
commit
d01d7450a7
  1. 2
      Zend/tests/bug38469.phpt
  2. 2
      Zend/tests/bug41372.phpt
  3. 2
      Zend/tests/bug43128.phpt
  4. 2
      ext/dom/tests/bug34276.phpt
  5. 2
      ext/dom/tests/bug35342.phpt
  6. 2
      ext/soap/tests/bugs/bug42214.phpt
  7. 2
      ext/standard/tests/general_functions/bug44394.phpt
  8. 2
      ext/xml/tests/bug43957.phpt

2
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();

2
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');

2
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

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

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

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

2
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

2
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");

Loading…
Cancel
Save