port_buf           99 ext/standard/url.c 	char port_buf[6];
port_buf          190 ext/standard/url.c 			memcpy(port_buf, p, (pp - p));
port_buf          191 ext/standard/url.c 			port_buf[pp - p] = '\0';
port_buf          192 ext/standard/url.c 			port = ZEND_STRTOL(port_buf, NULL, 10);
port_buf          283 ext/standard/url.c 				memcpy(port_buf, p, (e - p));
port_buf          284 ext/standard/url.c 				port_buf[e - p] = '\0';
port_buf          285 ext/standard/url.c 				port = ZEND_STRTOL(port_buf, NULL, 10);
port_buf          262 sapi/phpdbg/phpdbg_io.c 	char port_buf[8];
port_buf          293 sapi/phpdbg/phpdbg_io.c 		snprintf(port_buf, 7, "%u", port);
port_buf          295 sapi/phpdbg/phpdbg_io.c 			rc = getaddrinfo(addr, port_buf, &hints, &res);
port_buf          297 sapi/phpdbg/phpdbg_io.c 			rc = getaddrinfo(NULL, port_buf, &hints, &res);