Test: /ext/standard/tests/general_functions/bug39322.phpt - Version 7.0.9        

Bug #39322 proc_terminate(): loosing process resource
Submitted: 2006-10-31 16:22:53 Modified: 2007-02-14 19:22:05
From: c.affolter Assigned:
Status: Closed Package: Program Execution
PHP Version: * OS: *

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

Count Diff
10 (83%)
009+ bool(false)
009- bool(true)
015+ int(0)
015- int(9)
2 (17%)
001+ Fatal error: Uncaught RuntimeException: sleep is not suitable for use in multi threaded applications, use synchronized Threaded::wait in %s/bug39322.php:12
002+ Stack trace:
003+ #0 %s/bug39322.php(12): sleep(1)
004+ #1 {main}
005+ thrown in %s/bug39322.php on line 12
001- array(8) {
002- ["command"]=>
003- string(14) "/bin/sleep 120"
004- ["pid"]=>
005- int(%d)
006- ["running"]=>
007- bool(false)
008- ["signaled"]=>
009- bool(true)
010- ["stopped"]=>
011- bool(false)
012- ["exitcode"]=>
013- int(-1)
014- ["termsig"]=>
015- int(9)
016- ["stopsig"]=>
017- int(0)
018- }
019- Done!