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:
@@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
Bug #38469 Unexpected creation of cycle
|
||||
Bug #38469 (Unexpected creation of cycle)
|
||||
--FILE--
|
||||
<?php
|
||||
$a = array();
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
Bug #43128 Very long class name causes segfault
|
||||
Bug #43128 (Very long class name causes segfault)
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
Bug #34276 setAttributeNS and default namespace
|
||||
Bug #34276 (setAttributeNS and default namespace)
|
||||
--SKIPIF--
|
||||
<?php require_once('skipif.inc'); ?>
|
||||
--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--
|
||||
|
||||
@@ -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--
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
Bug #44394 Last two bytes missing from output
|
||||
Bug #44394 (Last two bytes missing from output)
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user