summaryrefslogtreecommitdiff
path: root/ext/standard/tests/class_object/property_exists_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/class_object/property_exists_error.phpt')
-rw-r--r--ext/standard/tests/class_object/property_exists_error.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/class_object/property_exists_error.phpt b/ext/standard/tests/class_object/property_exists_error.phpt
index dac3b0f9b1..3d8927882c 100644
--- a/ext/standard/tests/class_object/property_exists_error.phpt
+++ b/ext/standard/tests/class_object/property_exists_error.phpt
@@ -2,12 +2,6 @@
Test property_exists() function : error conditions
--FILE--
<?php
-/* Prototype : bool property_exists(mixed object_or_class, string property_name)
- * Description: Checks if the object or class has a property
- * Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
- */
-
echo "*** Testing property_exists() : error conditions ***\n";
echo "\n-- Testing property_exists() function with incorrect arguments --\n";