summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/014.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/014.phpt')
-rw-r--r--ext/reflection/tests/014.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/014.phpt b/ext/reflection/tests/014.phpt
index 8b5955f124..c61403872e 100644
--- a/ext/reflection/tests/014.phpt
+++ b/ext/reflection/tests/014.phpt
@@ -8,6 +8,6 @@ $ext = new ReflectionExtension("standard");
$consts = $ext->getConstants();
var_dump($consts["CONNECTION_NORMAL"]);
?>
---EXPECT--
+--EXPECT--
int(0)