📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 20:10:00
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php82-pecl-mongodb_1.18.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php82-pecl-mongodb_1.18.1-1.el8/tests
🔄 Refresh
✏️
Editing: bson-decimal128-002.phpt
Read Only
--TEST-- MongoDB\BSON\Decimal128 NaN values --FILE-- <?php $tests = [ acos(8), NAN, 'nan', 'Nan', 'NaN', 'NAN', ]; foreach ($tests as $test) { printf("%s\n", new MongoDB\BSON\Decimal128($test)); } ?> ===DONE=== <?php exit(0); ?> --EXPECT-- NaN NaN NaN NaN NaN NaN ===DONE===
💾 Save Changes
❌ Cancel