📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 18:21:07
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php83-pecl-uuid_1.2.0-2.el8
/
tests
📍 /opt/alt/tests/alt-php83-pecl-uuid_1.2.0-2.el8/tests
🔄 Refresh
✏️
Editing: uuid_time.phpt
Read Only
--TEST-- uuid_time() function --SKIPIF-- <?php if(!extension_loaded('uuid')) die('skip '); ?> --FILE-- <?php var_dump(uuid_time("b691c99c-7fc5-11d8-9fa8-00065b896488")); try { if (!uuid_time("878b258c-a9f1-467c-8e1d-47d79ca2c01b")) { echo "OK\n"; // PHP 7 } } catch (ValueError $e) { echo $e->getMessage() . "\n"; // PHP 8 echo "OK\n"; } ?> --EXPECTF-- int(1080374815) %A UUID DCE TIME expecte%AOK
💾 Save Changes
❌ Cancel