summaryrefslogtreecommitdiff
path: root/Zend/tests/object_types/return_type_reflection.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/object_types/return_type_reflection.phpt')
-rw-r--r--Zend/tests/object_types/return_type_reflection.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/tests/object_types/return_type_reflection.phpt b/Zend/tests/object_types/return_type_reflection.phpt
index ac01d90894..0791be9f9f 100644
--- a/Zend/tests/object_types/return_type_reflection.phpt
+++ b/Zend/tests/object_types/return_type_reflection.phpt
@@ -21,6 +21,7 @@ var_dump($returnTypeTwo->isBuiltin(), $returnTypeTwo->getName());
$returnTypea = (new ReflectionFunction('a'))->getReturnType();
var_dump($returnTypea->isBuiltin(), $returnTypea->getName());
+?>
--EXPECT--
bool(true)
string(6) "object"