diff --git a/Zend/tests/method_exists_002.phpt b/Zend/tests/method_exists_002.phpt new file mode 100644 index 00000000000..cd49bdfc9e1 --- /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 00000000000..f6d9a4a4e38 --- /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)