📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-11 23:40:04
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php81-pecl-zmq_1.1.3-1.84f0720.el8
/
tests
📍 /opt/alt/tests/alt-php81-pecl-zmq_1.1.3-1.84f0720.el8/tests
🔄 Refresh
✏️
Editing: 046-cert-apply.phpt
Read Only
--TEST-- Test a ZMQCert can be applied to a ZMQSocket. --SKIPIF-- <?php require_once __DIR__ . '/skipif.inc'; require_once __DIR__ . '/skipif-czmq2.inc'; --FILE-- <?php $context = new ZMQContext(); $socket = $context->getSocket(ZMQ::SOCKET_REQ); $cert = new ZMQCert(); $cert->apply($socket); --EXPECT--
💾 Save Changes
❌ Cancel