From: Derick Rethans Date: Fri, 12 May 2006 10:02:31 +0000 (+0000) Subject: - MFH: Tests for BC breaking changes. X-Git-Tag: php-5.2.0RC1~573 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07d0f0cf015d98f5dd528099f87277851096023f;p=php - MFH: Tests for BC breaking changes. --- diff --git a/Zend/tests/abstract-static.phpt b/Zend/tests/abstract-static.phpt new file mode 100644 index 0000000000..9db88fc4c8 --- /dev/null +++ b/Zend/tests/abstract-static.phpt @@ -0,0 +1,24 @@ +--TEST-- +Test for abstract static classes +--FILE-- + +DONE +--EXPECT-- +DONE diff --git a/Zend/tests/object-null.phpt b/Zend/tests/object-null.phpt new file mode 100644 index 0000000000..650178c341 --- /dev/null +++ b/Zend/tests/object-null.phpt @@ -0,0 +1,21 @@ +--TEST-- +Test whether an object is NULL or not. +--FILE-- + +--EXPECT-- +bool(true) +bool(false) +bool(true) +bool(false)