Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dbasic_functions.c5622 int name_len, proto_len; local
5625 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &name, &name_len, &proto, &proto_len) =…
5633 if (proto_len == 0) {
5655 int proto_len; local
5659 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &port, &proto, &proto_len) == FAILURE) {

Completed in 13 milliseconds