📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 18:00:35
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-gearman_2.2.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-gearman_2.2.1-1.el8/tests
🔄 Refresh
✏️
Editing: gearman_worker_011.phpt
Read Only
--TEST-- gearman_worker_wait() --SKIPIF-- <?php if (!extension_loaded("gearman")) print "skip"; require_once('skipifconnect.inc'); ?> --FILE-- <?php $host = 'localhost'; $port = 4730; $worker = new GearmanWorker(); $worker->addServer($host, $port); $worker->setTimeout(1); /* Still need to figure out how to test wait here... $worker->wait(); */ print "OK"; ?> --EXPECT-- OK
💾 Save Changes
❌ Cancel