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

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

Count Diff
10 (53%)
029+ bool(false)
029- bool(true)
035+ int(0)
035- int(15)
7 (37%)
027+ bool(true)
028+ ["signaled"]=>
028- ["signaled"]=>
029- bool(true)
035+ int(0)
035- int(15)
2 (11%)
001+ Fatal error: Uncaught RuntimeException: usleep is not suitable for use in multi threaded applications, use synchronized Threaded::wait in %s/proc_open02.php:10
002+ Stack trace:
003+ #0 %s/proc_open02.php(10): usleep(20000)
004+ #1 {main}
005+ thrown in %s/proc_open02.php on line 10
001- bool(true)
002- array(8) {
003- ["command"]=>
004- string(12) "/bin/sleep 2"
005- ["pid"]=>
006- int(%d)
007- ["running"]=>
008- bool(true)
009- ["signaled"]=>
010- bool(false)
011- ["stopped"]=>
012- bool(false)
013- ["exitcode"]=>
014- int(-1)
015- ["termsig"]=>
016- int(0)
017- ["stopsig"]=>
018- int(0)
019- }
020- bool(true)
021- array(8) {
022- ["command"]=>
023- string(12) "/bin/sleep 2"
024- ["pid"]=>
025- int(%d)
026- ["running"]=>
027- bool(false)
028- ["signaled"]=>
029- bool(true)
030- ["stopped"]=>
031- bool(false)
032- ["exitcode"]=>
033- int(-1)
034- ["termsig"]=>
035- int(15)
036- ["stopsig"]=>
037- int(0)
038- }
039- Done!