summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/019.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/019.phpt')
-rw-r--r--ext/reflection/tests/019.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/019.phpt b/ext/reflection/tests/019.phpt
index b6ac20c6bd..cd4bd3e467 100644
--- a/ext/reflection/tests/019.phpt
+++ b/ext/reflection/tests/019.phpt
@@ -7,5 +7,5 @@ ReflectionFunction::getExtensionName
$f = new ReflectionFunction("sleep");
var_dump($f->getExtensionName());
?>
---EXPECT--
+--EXPECT--
string(8) "standard"