📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 13:52:19
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php81-pecl-gearman_2.2.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php81-pecl-gearman_2.2.1-1.el8/tests
🔄 Refresh
✏️
Editing: gearman_client_014.phpt
Read Only
--TEST-- GearmanClient::wait(), gearman_client_wait() --SKIPIF-- <?php if (!extension_loaded("gearman")) print "skip"; require_once('skipifconnect.inc'); ?> --FILE-- <?php $client = new GearmanClient(); $client->addServer('localhost', 4730); print "Placeholder for GearmanClient::wait function" . PHP_EOL; /* print "GearmanClient::wait (OO): " . ($client->wait() ? 'Success' : 'Failure') . PHP_EOL; */ $client2 = gearman_client_create(); /* print "gearman_client_wait (Procedural): " . (gearman_client_wait($client2) ? 'Success' : 'Failure') . PHP_EOL; */ print "OK"; ?> --EXPECT-- Placeholder for GearmanClient::wait function OK
💾 Save Changes
❌ Cancel