Edit report at https://bugs.php.net/bug.php?id=62931&edit=1

 ID:                 62931
 Updated by:         fel...@php.net
 Reported by:        fel...@php.net
 Summary:            Crash on foreach when using list() => $var
-Status:             Open
+Status:             Assigned
 Type:               Bug
 Package:            Scripting Engine problem
 PHP Version:        master-Git-2012-08-25 (Git)
-Assigned To:        
+Assigned To:        laruence
 Block user comment: N
 Private report:     N



Previous Comments:
------------------------------------------------------------------------
[2012-08-25 21:22:28] fel...@php.net

Description:
------------
I wonder that such syntax is not even supposed to be allowed.

See below.

Test script:
---------------
<?php

foreach ([] as  list() => $x) {
}


Actual result:
--------------
Program received signal SIGSEGV, Segmentation fault.
0x000000000083af12 in zend_do_end_variable_parse (variable=0x7fffffff8880, 
type=1, arg_offset=0, tsrm_ls=0x1058090) at 
/home/felipe/dev/php-src/Zend/zend_compile.c:1303
1303            le = fetch_list_ptr->head;
(gdb) p fetch_list_ptr
$1 = (zend_llist *) 0x0



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=62931&edit=1

Reply via email to