📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 23:09:26
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-zmq_1.1.3-2.84f0720.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-zmq_1.1.3-2.84f0720.el8/tests
🔄 Refresh
✏️
Editing: 044-auth-construct.phpt
Read Only
--TEST-- Test a ZMQAuth can be constructed. --SKIPIF-- <?php require_once __DIR__ . '/skipif.inc'; require_once __DIR__ . '/skipif-czmq2.inc'; --FILE-- <?php $context = new ZMQContext(); $auth = new ZMQAuth($context); var_dump((bool)$auth); --EXPECT-- bool(true)
💾 Save Changes
❌ Cancel