Lines Matching refs:title
15 // "Windows PowerShell" and this title ONLY clears away when the php.exe process exits
18 // "Windows PowerShell" to the ConsoleTitle temporarily and the title reverts
20 // Hence on Windows 8, we don't verify that the title is actually set by
25 echo "*** Testing setting the process title ***\n";
27 $original_title = uniqid("title", true);
31 echo "Successfully set title\n";
43 echo "Reading title using get-process failed\n";
49 // a final php.exe to run the actual test. But the console title is set for the original console.
51 // console windows for our very unique title. It should occur exactly once in the grep
58 echo "Successfully verified title using get-process\n";
64 echo "Successfully verified title using get\n";
70 *** Testing setting the process title ***
71 Successfully set title
72 Successfully verified title using get-process
73 Successfully verified title using get