summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionClass_hasProperty_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_hasProperty_basic.phpt')
-rw-r--r--ext/reflection/tests/ReflectionClass_hasProperty_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionClass_hasProperty_basic.phpt b/ext/reflection/tests/ReflectionClass_hasProperty_basic.phpt
index d6dda7c2a3..c022caba2f 100644
--- a/ext/reflection/tests/ReflectionClass_hasProperty_basic.phpt
+++ b/ext/reflection/tests/ReflectionClass_hasProperty_basic.phpt
@@ -3,7 +3,7 @@ ReflectionClass::hasProperty()
--CREDITS--
Marc Veldman <marc@ibuildings.nl>
#testfest roosendaal on 2008-05-10
---FILE--
+--FILE--
<?php
//New instance of class C - defined below
$rc = new ReflectionClass("C");