summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionMethod_basic2.phpt
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2010-10-21 08:52:46 +0200
committerOndřej Surý <ondrej@sury.org>2010-10-21 08:52:46 +0200
commit01fcdff3849c3691d9aaeaab735846ab6d8895ca (patch)
tree6460876d356113fa7053df36f2aa00baa7db24a9 /ext/reflection/tests/ReflectionMethod_basic2.phpt
parent855a09f4eded707941180c9d90acd17c25e29447 (diff)
downloadphp-upstream/5.3.3.tar.gz
Imported Upstream version 5.3.3upstream/5.3.3
Diffstat (limited to 'ext/reflection/tests/ReflectionMethod_basic2.phpt')
-rw-r--r--ext/reflection/tests/ReflectionMethod_basic2.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/reflection/tests/ReflectionMethod_basic2.phpt b/ext/reflection/tests/ReflectionMethod_basic2.phpt
index e2c23c1c1..c91af6770 100644
--- a/ext/reflection/tests/ReflectionMethod_basic2.phpt
+++ b/ext/reflection/tests/ReflectionMethod_basic2.phpt
@@ -153,8 +153,8 @@ __toString():
string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> $class ]
- Parameter #1 [ <optional> $name ]
+ Parameter #0 [ <required> $class ]
+ Parameter #1 [ <required> $name ]
}
}
"
@@ -163,8 +163,8 @@ export():
string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> $class ]
- Parameter #1 [ <optional> $name ]
+ Parameter #0 [ <required> $class ]
+ Parameter #1 [ <required> $name ]
}
}
"