Test: /Zend/tests/bug77589.phpt - Version 7.4.3        

Bug #77589 Core dump using parse_ini_string with numeric sections
Submitted: 2019-02-08 19:36:01 Modified:
From: public Assigned:
Status: Closed Package: Filesystem function related
PHP Version: 7.3.2 OS: Linux

There are 3 different diffs reported by users for this test.

Count Diff
7 (70%)
001+ Segmentation fault (core dumped) 002+ 003+ Termsig=11 001- array(2) { 002- [0]=> 003- array(3) { 004- ["a"]=> 005- int(1) 006- ["b"]=> 007- bool(true) 008- ["c"]=> 009- bool(true) 010- } 011- ["true"]=> 012- array(3) { 013- ["a"]=> 014- int(100) 015- ["b"]=> 016- NULL 017- ["c"]=> 018- bool(true) 019- } 020- }
2 (20%)
001+ Segmentation fault (core dumped) 001- array(2) { 002- [0]=> 003- array(3) { 004- ["a"]=> 005- int(1) 006- ["b"]=> 007- bool(true) 008- ["c"]=> 009- bool(true) 010- } 011- ["true"]=> 012- array(3) { 013- ["a"]=> 014- int(100) 015- ["b"]=> 016- NULL 017- ["c"]=> 018- bool(true) 019- } 020- }
1 (10%)
001+ Segmentation fault 002+ 003+ Termsig=11 001- array(2) { 002- [0]=> 003- array(3) { 004- ["a"]=> 005- int(1) 006- ["b"]=> 007- bool(true) 008- ["c"]=> 009- bool(true) 010- } 011- ["true"]=> 012- array(3) { 013- ["a"]=> 014- int(100) 015- ["b"]=> 016- NULL 017- ["c"]=> 018- bool(true) 019- } 020- }