File manager - Edit - /opt/cpanel/ea-php80/root/usr/share/tests/pecl/mongodb/tests/bson/bson-int64-get_properties-002.phpt
Back
--TEST-- MongoDB\BSON\Int64 get_properties handler (foreach) --FILE-- <?php $tests = [ new MongoDB\BSON\Int64('9223372036854775807'), new MongoDB\BSON\Int64('-9223372036854775808'), new MongoDB\BSON\Int64(0), ]; foreach ($tests as $test) { foreach ($test as $key => $value) { var_dump($key); var_dump($value); } } ?> ===DONE=== <?php exit(0); ?> --EXPECT-- string(7) "integer" string(19) "9223372036854775807" string(7) "integer" string(20) "-9223372036854775808" string(7) "integer" string(1) "0" ===DONE===
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings