Searched refs:proto_len (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/standard/ |
| H A D | basic_functions.c | 5611 int name_len, proto_len; local 5614 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &name, &name_len, &proto, &proto_len) == FAILURE) { 5622 if (proto_len == 0) { 5644 int proto_len; local 5648 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &port, &proto, &proto_len) == FAILURE) {
|
Completed in 12 milliseconds