📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 07:13:42
📂
/ (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-decimal128-002.phpt
Read Only
--TEST-- MongoDB\BSON\Decimal128 NaN values --FILE-- <?php $tests = [ '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 ===DONE===
💾 Save Changes
❌ Cancel