📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 21:59:56
📂
/ (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: bug_gh_59.phpt
Read Only
--TEST-- Test for Github issue #59 --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); if (!extension_loaded ('pcntl')) die("skip"); ?> --FILE-- <?php include dirname(__FILE__) . '/zeromq_test_helper.inc'; $server = create_server(); // fork a child to execute cmd, in case it crashes $pid = pcntl_fork(); if ($pid == -1) { die('could not fork'); } else if ($pid) { // we are the parent pcntl_wait($status); $exitcode = pcntl_wexitstatus($status); } else exit(0); echo "OK"; --EXPECT-- OK
💾 Save Changes
❌ Cancel