summaryrefslogtreecommitdiff
path: root/Zend/tests/property_exists.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/property_exists.phpt')
-rw-r--r--Zend/tests/property_exists.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/property_exists.phpt b/Zend/tests/property_exists.phpt
index f6d9a4a4e3..144b69c231 100644
--- a/Zend/tests/property_exists.phpt
+++ b/Zend/tests/property_exists.phpt
@@ -13,7 +13,7 @@ class aParent {
var_dump(property_exists("A", "prot"));
var_dump(property_exists("A", "prot2"));
var_dump(property_exists("A", "prot3"));
- print "------------------\n";
+ print "------------------\n";
}
public function nonstaticTest() {
$a = new A;