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, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/class_object/property_exists_error.phpt b/ext/standard/tests/class_object/property_exists_error.phpt
index e40e08b32a..e4564cbfa8 100644
--- a/ext/standard/tests/class_object/property_exists_error.phpt
+++ b/ext/standard/tests/class_object/property_exists_error.phpt
@@ -1,11 +1,11 @@
--TEST--
-Test property_exists() function : error conditions
+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
+ * Description: Checks if the object or class has a property
* Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing property_exists() : error conditions ***\n";