PATH:
opt
/
alt
/
tests
/
alt-php82-phpiredis_1.0.1-1.el8
<?php require_once 'testsuite_configuration.inc'; if (!function_exists('create_phpiredis_connection')) { function create_phpiredis_connection($host, $port = 6379, $persistent = false) { global $connect_flags; if ($persistent) { $link = phpiredis_pconnect($host, $port); } else { $link = phpiredis_connect($host, $port); } if (!$link) { printf("Cannot connect to host '%s' on port [%d]\n", $host, $port); return false; } return $link; } } else { printf("skip Eeeek/BUG/FIXME - connect.inc included twice! skipif bug?\n"); }
[-] client_006.phpt
[edit]
[-] reader_010.phpt
[edit]
[-] testsuite_configuration.inc
[edit]
[-] reader_009.phpt
[edit]
[-] reader_012.phpt
[edit]
[-] client_010.phpt
[edit]
[-] client_002.phpt
[edit]
[-] testsuite_utilities.inc
[edit]
[-] client_005.phpt
[edit]
[-] reader_006.phpt
[edit]
[-] reader_005.phpt
[edit]
[-] reader_008.phpt
[edit]
[-] client_011.phpt
[edit]
[+]
..
[-] utils_001.phpt
[edit]
[-] client_003.phpt
[edit]
[-] serializer_002.phpt
[edit]
[-] reader_002.phpt
[edit]
[-] client_008.phpt
[edit]
[-] reader_004.phpt
[edit]
[-] reader_001.phpt
[edit]
[-] client_001.phpt
[edit]
[-] client_007.phpt
[edit]
[-] reader_013.phpt
[edit]
[-] reader_007.phpt
[edit]
[-] client_009.phpt
[edit]
[-] client_004.phpt
[edit]
[-] reader_011.phpt
[edit]
[-] testsuite_skipif.inc
[edit]
[-] serializer_001.phpt
[edit]
[-] reader_003.phpt
[edit]