Test: /Zend/tests/bug50261.phpt - Version 7.2.0-dev        

Bug #50261 Crash When Calling Parent Constructor with call_user_func()
Submitted: 2009-11-22 10:05:54 Modified: 2010-02-08 16:52:16
From: tom Assigned: dmitry
Status: Closed Package: Reproducible crash
PHP Version: 5.3, 6 OS: *

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

Count Diff
9 (53%)
002+
003+ Fatal error: Uncaught TypeError: Cannot assign integer to reference of type unknown in %s/bug50261.php:16
004+ Stack trace:
005+ #0 %s/bug50261.php(27): testClass2->__construct()
006+ #1 {main}
002- testClass::testClass (1)
003- testClass::testClass (2)
004- testClass::testClass (3)
005- testClass::testClass (4)
006- testClass::testClass (5)
007+ thrown in %s/bug50261.php on line 16
7 (41%)
002+ Segmentation fault (core dumped)
003+
004+ Termsig=11
002- testClass::testClass (1)
003- testClass::testClass (2)
004- testClass::testClass (3)
005- testClass::testClass (4)
006- testClass::testClass (5)
1 (6%)
002+ Segmentation fault (core dumped)
002- testClass::testClass (1)
003- testClass::testClass (2)
004- testClass::testClass (3)
005- testClass::testClass (4)
006- testClass::testClass (5)