Commit a4721d54715a8dbe332436649f216916e5d1ea1a

Authored by Perry Werneck
1 parent bcb0b396
Exists in master

Atualizando arquivo de teste.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
testprograms/service.php
... ... @@ -21,6 +21,8 @@
21 21  
22 22 echo "Connected: " . ($host->online ? "Yes" : "No") . "\n";
23 23 echo "Ready: " . ($host->ready ? "Yes" : "No") . "\n";
  24 + echo "Message: " . $host->message . "\n";
  25 + echo "Secure: " . $host->sslstate . "\n";
24 26  
25 27 echo "Contents:\n" . $host . "\n";
26 28  
... ...