Home
last modified time | relevance | path

Searched refs:fd (Results 176 – 181 of 181) sorted by relevance

12345678

/PHP-5.5/ext/sockets/
H A Dsockets.c231 ZEND_ARG_INFO(1, fd)
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c752 if (fstat(file_handle->handle.fd, &statbuf) == -1) { in zend_get_file_handle_timestamp()
/PHP-5.5/ext/phar/
H A Dphar_object.c253 file_handle.handle.fd = 0; in phar_file_action()
/PHP-5.5/
H A DNEWS1868 . Fixed bugs #47675 and #64577 (fd leak on Solaris)
2277 . Fixed bugs #47675 and #64577 (fd leak on Solaris)
2930 . Changed php://fd to be available only for CLI.
3578 . Changed php://fd to be available only for CLI.
3962 . Fixed bug #60629 (memory corruption when web server closed the fcgi fd).
7041 - Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build) (stotty at tvnet dot hu)
/PHP-5.5/ext/date/lib/
H A Dparse_date.c152 int fd; member
332 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9239 assumes that the variable fd refers to a file that is open for output:
9249 rc = fwrite(re, 1, size, fd);

Completed in 102 milliseconds

12345678