summaryrefslogtreecommitdiff
path: root/Zend/tests
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-07-24 17:07:40 +0000
committerfoobar <sniper@php.net>2003-07-24 17:07:40 +0000
commite03b0dea7d5298ff60bdf25af7f565f0e0c2a7a9 (patch)
tree3d09c958d1694906b65fb762231addbf9829b319 /Zend/tests
parent0e0936fa59affbcae5c94a1f7be2ed7378c2b88a (diff)
downloadphp-git-e03b0dea7d5298ff60bdf25af7f565f0e0c2a7a9.tar.gz
cleanup (CS+ws)
Diffstat (limited to 'Zend/tests')
-rw-r--r--Zend/tests/bug19859.phpt2
-rwxr-xr-xZend/tests/bug20240.phpt2
-rwxr-xr-xZend/tests/bug20242.phpt2
-rwxr-xr-xZend/tests/bug21478.phpt2
-rwxr-xr-xZend/tests/bug21888.phpt2
-rwxr-xr-xZend/tests/bug22725.phpt2
-rwxr-xr-xZend/tests/bug24436.phpt2
7 files changed, 7 insertions, 7 deletions
diff --git a/Zend/tests/bug19859.phpt b/Zend/tests/bug19859.phpt
index b71d0dfdc0..d961b75a78 100644
--- a/Zend/tests/bug19859.phpt
+++ b/Zend/tests/bug19859.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #19859 __call() does not catch call_user_func_array() calls
+Bug #19859 (__call() does not catch call_user_func_array() calls)
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed'); ?>
--FILE--
diff --git a/Zend/tests/bug20240.phpt b/Zend/tests/bug20240.phpt
index a6e42d80e2..4aefce33a2 100755
--- a/Zend/tests/bug20240.phpt
+++ b/Zend/tests/bug20240.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #20240 order of destructor calls
+Bug #20240 (order of destructor calls)
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed'); ?>
--FILE--
diff --git a/Zend/tests/bug20242.phpt b/Zend/tests/bug20242.phpt
index 5ca17a2f55..bd140f5806 100755
--- a/Zend/tests/bug20242.phpt
+++ b/Zend/tests/bug20242.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #20242 Method call in front of class definition)
+Bug #20242 (Method call in front of class definition)
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '>=')) die('skip ZendEngine 2 does not support this'); ?>
--FILE--
diff --git a/Zend/tests/bug21478.phpt b/Zend/tests/bug21478.phpt
index a375cf7776..d4ca06c7df 100755
--- a/Zend/tests/bug21478.phpt
+++ b/Zend/tests/bug21478.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #21478 Zend/zend_alloc.c :: shutdown_memory_manager produces segfault
+Bug #21478 (Zend/zend_alloc.c :: shutdown_memory_manager produces segfault)
--SKIPIF--
<?php
if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed');
diff --git a/Zend/tests/bug21888.phpt b/Zend/tests/bug21888.phpt
index 8485cbef18..43b19c1e8b 100755
--- a/Zend/tests/bug21888.phpt
+++ b/Zend/tests/bug21888.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #21888 protected property and protected method of the same name
+Bug #21888 (protected property and protected method of the same name)
--SKIPIF--
<?php
if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed');
diff --git a/Zend/tests/bug22725.phpt b/Zend/tests/bug22725.phpt
index aecb0ce486..aadd81be5a 100755
--- a/Zend/tests/bug22725.phpt
+++ b/Zend/tests/bug22725.phpt
@@ -1,5 +1,5 @@
--TEST--
-A derived class can call a parent's protected method that calls a private method
+bug #22725 (A derived class can call a parent's protected method that calls a private method)
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
--FILE--
diff --git a/Zend/tests/bug24436.phpt b/Zend/tests/bug24436.phpt
index 849c58b4b3..0c261b668e 100755
--- a/Zend/tests/bug24436.phpt
+++ b/Zend/tests/bug24436.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #24436: isset()/empty() produce errors with non-existent variables in classes
+Bug #24436 (isset()/empty() produce errors with non-existent variables in classes)
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed'); ?>
--INI--