📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 22:00: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: 010-pollsetinvalidargs.phpt
Read Only
--TEST-- Test invalid args for ZMQPoll --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php try { $poll = new ZMQPoll(); $poll->add('string here', 0); } catch (ZMQPollException $e) { echo "Got exception\n"; } try { $poll = new ZMQPoll(); $poll->add(new stdClass(), 0); } catch (ZMQPollException $e) { echo "Got second exception\n"; } --EXPECT-- Got exception Got second exception
💾 Save Changes
❌ Cancel