Searched refs:proto_len (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | basic_functions.c | 5612 int name_len, proto_len; local 5615 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &name, &name_len, &proto, &proto_len) == FAILURE) { 5623 if (proto_len == 0) { 5645 int proto_len; local 5649 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &port, &proto, &proto_len) == FAILURE) {
|
Completed in 8 milliseconds