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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dievartg at gmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Nov 21 13:01:29 2024 UTC