1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

fix test titles

This commit is contained in:
Antony Dovgal
2008-05-14 13:07:17 +00:00
parent 908b6e7808
commit d01d7450a7
8 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
--TEST--
Bug #38469 Unexpected creation of cycle
Bug #38469 (Unexpected creation of cycle)
--FILE--
<?php
$a = array();

View File

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

View File

@@ -1,5 +1,5 @@
--TEST--
Bug #43128 Very long class name causes segfault
Bug #43128 (Very long class name causes segfault)
--FILE--
<?php

View File

@@ -1,5 +1,5 @@
--TEST--
Bug #34276 setAttributeNS and default namespace
Bug #34276 (setAttributeNS and default namespace)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
--TEST--
Bug #44394 Last two bytes missing from output
Bug #44394 (Last two bytes missing from output)
--FILE--
<?php

View File

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