]> granicus.if.org Git - php/commit
- This hopefully fixes the list($a, $a) = array(1,2) crash, i.e. when list
authorAndi Gutmans <andi@php.net>
Sat, 5 Feb 2000 20:19:46 +0000 (20:19 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 5 Feb 2000 20:19:46 +0000 (20:19 +0000)
commit7f48989be63a98ecbc3140db0643d3da74c774db
tree4dd57a9c6894897ec35fed2be545c1172896fb24
parent1616b5193c351ee8d6533e92b330fcee3275ffc2
- This hopefully fixes the list($a, $a) = array(1,2) crash, i.e. when list
  by mistake contains the same variable twice.
- BTW, there is no defined order of assignment. The value of $a after the
  previous example is undefined, and should not be assumed to be either 1
  nor 2.
Zend/zend-parser.y
Zend/zend_compile.c