Searched refs:sigchild (Results 1 – 5 of 5) sorted by relevance
84 private static $sigchild; variable in Symfony\\Component\\Process\\Process1446 if (null !== self::$sigchild) {1447 return self::$sigchild;1451 return self::$sigchild = false;1457 return self::$sigchild = false !== strpos(ob_get_clean(), '--enable-sigchild');
19 * deprecated configuring enhanced sigchild compatibility
84 private static $sigchild; variable in Symfony\\Component\\Process\\Process 329 // last exit code is output on the fourth pipe and caught to work around --enable-sigchild511 * @throws RuntimeException In case --enable-sigchild is activated and the process can't be killed811 * @throws RuntimeException In case --enable-sigchild is activated819 throw new RuntimeException('This PHP has been compiled with --enable-sigchild. Term signal cannot be retrieved.');1360 * Returns whether PHP has been compiled with the '--enable-sigchild' option or not.1366 if (null !== self::$sigchild) {1367 return self::$sigchild;1371 return self::$sigchild = false;1377 return self::$sigchild [all...]
78 * deprecated configuring enhanced sigchild compatibility
30 private static $sigchild; variable in Symfony\\Component\\Process\\Tests\\ProcessTest40 self::$sigchild = false !== strpos(ob_get_clean(), '--enable-sigchild');1583 if (self::$sigchild) {