_nbytes_read     1160 sapi/cli/php_cli_server.c 	ssize_t _nbytes_read;
_nbytes_read     1163 sapi/cli/php_cli_server.c 	_nbytes_read = read(fd, chunk->data.heap.p, chunk->data.heap.len);
_nbytes_read     1164 sapi/cli/php_cli_server.c 	if (_nbytes_read < 0) {
_nbytes_read     1173 sapi/cli/php_cli_server.c 	chunk->data.heap.len = _nbytes_read;
_nbytes_read     1175 sapi/cli/php_cli_server.c 	*nbytes_read = _nbytes_read;