|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-07-24 03:01 UTC] laruence@php.net
[2016-07-24 03:01 UTC] laruence@php.net
-Status: Open
+Status: Closed
[2016-07-24 03:03 UTC] laruence@php.net
[2016-10-17 10:10 UTC] bwoebi@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 21:00:01 2025 UTC |
Description: ------------ Casting ReflectionType instances to string with the new iterable type causes PHP to crash Test script: --------------- $ ~/bin/php-7.1.0beta1-nts-Wind32-VC14-x64/php -r 'function test(iterable $arg) { } var_dump((string)(new ReflectionParameter("test", 0))->getType());' Expected result: ---------------- "iterable" Actual result: -------------- Segmentation fault