Home
last modified time | relevance | path

Searched refs:greeting (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/sapi/phpdbg/
H A Dtest.php11 public function isGreat($greeting = null) { argument
12 printf($this->sprintf, __METHOD__, $greeting);
/PHP-8.0/
H A Drun-tests.php1497 $greeting = base64_encode(serialize([
1511 if (fwrite($workerSock, $greeting) === false) {
1737 $greeting = fgets($workerSock);
1738 $greeting = unserialize(base64_decode($greeting)) or die("Could not decode greeting\n");
1739 if ($greeting["type"] !== "hello") {
1740 error("Unexpected greeting of type $greeting[type]");
1753 foreach ($greeting["GLOBALS"] as $var => $value) {
1758 foreach ($greeting["constants"] as $const => $value) {

Completed in 16 milliseconds