From: Felipe Pena Date: Mon, 18 Aug 2008 17:45:19 +0000 (+0000) Subject: - New tests X-Git-Tag: BEFORE_HEAD_NS_CHANGE~656 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c013b3900983e158909518f53461dc1b17107650;p=php - New tests --- diff --git a/Zend/tests/method_exists_002.phpt b/Zend/tests/method_exists_002.phpt new file mode 100644 index 0000000000..cd49bdfc9e --- /dev/null +++ b/Zend/tests/method_exists_002.phpt @@ -0,0 +1,74 @@ +--TEST-- +Testing method_exists() +--FILE-- + +--EXPECT-- +bool(true) +bool(true) +bool(true) +---- +bool(true) +bool(true) +bool(true) +---- +bool(true) +bool(true) +bool(true) +---- +bool(true) +bool(true) +bool(true) diff --git a/Zend/tests/property_exists.phpt b/Zend/tests/property_exists.phpt new file mode 100644 index 0000000000..f6d9a4a4e3 --- /dev/null +++ b/Zend/tests/property_exists.phpt @@ -0,0 +1,57 @@ +--TEST-- +Testing property_exists() +--FILE-- +nonstaticTest(); + +?> +--EXPECT-- +bool(true) +bool(true) +bool(true) +------------------ +bool(true) +bool(true) +bool(true) +------------------ +bool(true) +bool(true) +bool(true) +------------------ +bool(true) +bool(true) +bool(true)