File manager - Edit - /opt/alt/tests/alt-php81-pecl-memcache_8.2-1.el8/tests/014.phpt
Back
--TEST-- memcache->increment() & memcache->decrement() --SKIPIF-- <?php include 'connect.inc'; ?> --FILE-- <?php include 'connect.inc'; $memcache->set('new_test', 5); $result1 = $memcache->increment('new_test'); $result2 = $memcache->decrement('new_test'); $result3 = $memcache->get('new_test'); var_dump($result1); var_dump($result2); var_dump($result3); ?> --EXPECT-- int(6) int(5) int(5)
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings