summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/015.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/015.phpt')
-rw-r--r--ext/reflection/tests/015.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/015.phpt b/ext/reflection/tests/015.phpt
index b17236242a..ed6607417f 100644
--- a/ext/reflection/tests/015.phpt
+++ b/ext/reflection/tests/015.phpt
@@ -10,6 +10,6 @@ $ext = new ReflectionExtension("standard");
$inis = $ext->getINIEntries();
var_dump($inis["user_agent"]);
?>
---EXPECT--
+--EXPECT--
string(3) "php"