File manager - Edit - /opt/cpanel/ea-php74/root/usr/share/tests/pecl/mongodb/tests/bson/bson-timestamp-set_state-001.phpt
Back
--TEST-- MongoDB\BSON\Timestamp::__set_state() --FILE-- <?php $tests = [ [1234, 5678], [2147483647, 0], [0, 2147483647], ]; foreach ($tests as $test) { list($increment, $timestamp) = $test; var_export(MongoDB\BSON\Timestamp::__set_state([ 'increment' => $increment, 'timestamp' => $timestamp, ])); echo "\n\n"; } ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- %r\\?%rMongoDB\BSON\Timestamp::__set_state(array( 'increment' => '1234', 'timestamp' => '5678', )) %r\\?%rMongoDB\BSON\Timestamp::__set_state(array( 'increment' => '2147483647', 'timestamp' => '0', )) %r\\?%rMongoDB\BSON\Timestamp::__set_state(array( 'increment' => '0', 'timestamp' => '2147483647', )) ===DONE===
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings