diff options
Diffstat (limited to 'ext/reflection/tests/bug38653.phpt')
-rw-r--r-- | ext/reflection/tests/bug38653.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug38653.phpt b/ext/reflection/tests/bug38653.phpt index 09a309e67c..64b1aad15b 100644 --- a/ext/reflection/tests/bug38653.phpt +++ b/ext/reflection/tests/bug38653.phpt @@ -20,7 +20,7 @@ var_dump($foo->getConstant("no such const")); echo "Done\n"; ?> ---EXPECT-- +--EXPECT-- int(10) string(0) "" string(4) "test" |