Home
last modified time | relevance | path

Searched refs:sec_key (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/sockets/
H A Dsockets.c2087 const char sec_key[] = "sec"; local
2093 if ((sec = zend_hash_str_find(opt_ht, sec_key, sizeof(sec_key) - 1)) == NULL) {
2094 php_error_docref(NULL, E_WARNING, "no key \"%s\" passed in optval", sec_key);

Completed in 8 milliseconds