📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 10:05:23
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php82-pecl-eio_3.1.3-3.el8
/
tests
📍 /opt/alt/tests/alt-php82-pecl-eio_3.1.3-3.el8/tests
🔄 Refresh
✏️
Editing: eio_cancel_basic.phpt
Read Only
--TEST-- Check for eio_cancel function basic behaviour --FILE-- <?php //error_reporting(0); function my_nop_cb($data, $result) { echo "my_nop"; } $req = eio_nop(EIO_PRI_DEFAULT, "my_nop_cb", NULL); var_dump($req); eio_cancel($req); eio_nop(EIO_PRI_DEFAULT, "my_nop_cb", NULL); eio_event_loop(); ?> --CLEAN-- --EXPECTF-- resource(%i) of type (EIO Request Descriptor) my_nop
💾 Save Changes
❌ Cancel