:: **Zploit** v1.0 | Current Path: **/opt/alt/tests/alt-php85-pecl-memcached_3.4.0-1.el8/tests/**
:: Editing File: version.phpt
--TEST-- Get version --SKIPIF-- <?php include "skipif.inc";?> --FILE-- <?php include dirname (__FILE__) . '/config.inc'; $m = memc_get_instance (); var_dump ($m->getVersion ()); echo "OK" . PHP_EOL; ?> --EXPECTF-- array(1) { ["%s:%d"]=> string(%d) "%d.%d.%d" } OK