We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b0880 commit 8c07bd8Copy full SHA for 8c07bd8
tests/integration/memcached/test_add_servers.php
@@ -37,4 +37,5 @@
37
$memcached->addServers(array(array(1)));
38
$memcached->addServers(array(array("host1")));
39
$memcached->addServers(array(array(1, "host1")));
40
+//$memcahed->addServers("string"); crashes PHP
41
$memcached->quit();
0 commit comments