ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
File manager
File manager - Edit - /opt/alt/tests/alt-php83-pecl-apcu_5.1.23-1.el8/tests/iterator_011.phpt
Back
--TEST-- APCUIterator key() and current() on invalid iterator --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --INI-- apc.enabled=1 apc.enable_cli=1 --FILE-- <?php apcu_store("key1", "value1"); $it = new APCuIterator(null, APC_ITER_VALUE); var_dump($it->key()); var_dump($it->current()); $it->next(); try { var_dump($it->key()); } catch (Error $e) { echo $e->getMessage(), "\n"; } try { var_dump($it->current()); } catch (Error $e) { echo $e->getMessage(), "\n"; } ?> --EXPECT-- string(4) "key1" array(1) { ["value"]=> string(6) "value1" } Cannot call key() on invalid iterator Cannot call current() on invalid iterator
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.18 |
proxy
|
phpinfo
|
Settings