summaryrefslogtreecommitdiff
path: root/ext/spl
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-05-07 18:03:01 +0000
committerAntony Dovgal <tony2001@php.net>2007-05-07 18:03:01 +0000
commit1f6554512136708a3500f740df8593d368afccd8 (patch)
treefe19a7a5203fdf7147e2cf38081c546901b3c2a0 /ext/spl
parentb64823deb74d9a46728f90748dd5821915452302 (diff)
downloadphp-git-1f6554512136708a3500f740df8593d368afccd8.tar.gz
fix test names
Diffstat (limited to 'ext/spl')
-rwxr-xr-xext/spl/tests/bug33136.phpt2
-rwxr-xr-xext/spl/tests/bug36287.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/bug33136.phpt b/ext/spl/tests/bug33136.phpt
index 13b0583073..2f3155f272 100755
--- a/ext/spl/tests/bug33136.phpt
+++ b/ext/spl/tests/bug33136.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #33136 method offsetSet in class extended from ArrayObject crash PHP
+Bug #33136 (method offsetSet in class extended from ArrayObject crash PHP)
--SKIPIF--
<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
diff --git a/ext/spl/tests/bug36287.phpt b/ext/spl/tests/bug36287.phpt
index 29ae0e2c9d..03e695e2a2 100755
--- a/ext/spl/tests/bug36287.phpt
+++ b/ext/spl/tests/bug36287.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #36287
+Bug #36287 (Segfault with SplFileInfo conversion)
--SKIPIF--
<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--