Searched refs:greeting (Results 1 – 2 of 2) sorted by relevance
11 public function isGreat($greeting = null) { argument12 printf($this->sprintf, __METHOD__, $greeting);
1446 $greeting = base64_encode(serialize([1461 if (fwrite($workerSock, $greeting) === FALSE) {1677 $greeting = fgets($workerSock);1678 $greeting = unserialize(base64_decode($greeting)) or die("Could not decode greeting\n");1679 if ($greeting["type"] !== "hello" || $greeting["workerID"] !== $workerID) {1680 error("Unexpected greeting of type $greeting[type] and for worker $greeting[workerID]");1693 foreach ($greeting["GLOBALS"] as $var => $value) {1698 foreach ($greeting["constants"] as $const => $value) {
Completed in 68 milliseconds