Lines Matching refs:title
6 die("skip cli process title not available in non-cli SAPI");
8 die("skip process title not available (disabled or unsupported)");
19 echo "*** Testing setting the process title ***\n";
21 $set_title = $original_title = uniqid("title", true);
25 echo "Successfully set title\n";
43 // Fix up title for BSD
48 echo "Successfully verified title using ps\n";
54 echo "Successfully verified title using get\n";
60 *** Testing setting the process title ***
61 Successfully set title
62 Successfully verified title using ps
63 Successfully verified title using get