ÿØÿà JFIF    ÿÛ „ ( %!1!%*+...983,7(-.- opt/alt/tests/alt-php81-pecl-rar_4.2.0-3.el8/tests/001.phpt000064400000001100152352765210016420 0ustar00--TEST-- rar_open() function --SKIPIF-- --FILE-- --EXPECTF-- object(RarArchive)#%d (%d) { } object(RarArchive)#%d (%d) { } Warning: rar_open(): Failed to open %sno_such_file.rar: ERAR_EOPEN (file open error) in %s on line %d bool(false) Done opt/alt/tests/alt-php85-pecl-memcache_8.2-2.el8/tests/001.phpt000064400000001441152353111530017246 0ustar00--TEST-- memcache_set() function --SKIPIF-- plain_attribute = 'value'; $value->array_attribute = array('test1', 'test2'); memcache_set($memcache, 'test_key', $value, false, 10); $key = 123; $value = 123; memcache_set($memcache, $key, $value, false, 10); var_dump($key); var_dump($value); try { memcache_set($memcache, $key); } catch (ArgumentCountError $e) { echo "{$e->getMessage()}\n"; } try { $memcache->set($key); } catch (ArgumentCountError $e) { echo "{$e->getMessage()}\n"; } echo "Done\n"; ?> --EXPECTF-- int(123) int(123) Wrong parameter count for memcache_set() Wrong parameter count for MemcachePool::set() Done