php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72441 Segmentation fault: RFC list_keys
Submitted: 2016-06-17 14:11 UTC Modified: -
From: dievartg at gmail dot com Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 7.1.0alpha1 OS:
Private report: No CVE-ID: None
 [2016-06-17 14:11 UTC] dievartg at gmail dot com
Description:
------------
<?php

$array = [];

list(
    '' => $foo,
    $bar
) = $array;

Expected result:
----------------
// Notice: Undefined index: in /in/557HU on line 5

Actual result:
--------------
// Process exited with code 139.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-06-17 16:34 UTC] laruence@php.net
Automatic comment on behalf of laruence@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=fcd8a5ca65452db19ca8ef197fa63a1ec9c2f0a0
Log: Fixed bug #72441 (Segmentation fault: RFC list_keys)
 [2016-06-17 16:34 UTC] laruence@php.net
-Status: Open +Status: Closed
 [2016-06-22 05:58 UTC] krakjoe@php.net
Automatic comment on behalf of laruence@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=fcd8a5ca65452db19ca8ef197fa63a1ec9c2f0a0
Log: Fixed bug #72441 (Segmentation fault: RFC list_keys)
 [2016-07-20 11:30 UTC] davey@php.net
Automatic comment on behalf of laruence@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=fcd8a5ca65452db19ca8ef197fa63a1ec9c2f0a0
Log: Fixed bug #72441 (Segmentation fault: RFC list_keys)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC