📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 02:29:31
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-mongodb_2.3.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-mongodb_2.3.1-1.el8/tests
🔄 Refresh
✏️
Editing: bson-regex-005.phpt
Read Only
--TEST-- MongoDB\BSON\Regex initialization will alphabetize flags --FILE-- <?php $regex = new MongoDB\BSON\Regex('regexp', 'xusmli'); var_dump($regex); ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- object(MongoDB\BSON\Regex)#%d (%d) { ["pattern"]=> string(6) "regexp" ["flags"]=> string(6) "ilmsux" } ===DONE===
💾 Save Changes
❌ Cancel