Home
last modified time | relevance | path

Searched refs:open (Results 651 – 675 of 691) sorted by relevance

1...<<2122232425262728

/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation8.phpt64 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation9.phpt63 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfread_variation2.phpt61 /* open the file using $files_modes and perform fread() on it */
H A Dfile.inc208 $mode = file open mode as specified in fopen() call. Do not use
H A Dfgetcsv_variation17.phpt57 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation24.phpt61 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation7.phpt60 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfread_variation1.phpt62 /* open the file using $files_modes and perform fread() on it */
H A Dfgetcsv_variation1.phpt61 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation19.phpt58 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation2.phpt61 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation11.phpt61 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation10.phpt60 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation12.phpt59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation25.phpt64 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation27.phpt64 // close the file if the mode to be used is read mode and re-open using read mode
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c1429 *fd = open(source == RANDOM ? "/dev/random" : "/dev/urandom", O_RDONLY); in PHP_FUNCTION()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c967 fd = open(realpath, open_flags, 0666); in _php_stream_fopen()
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c647 int fd = open( pSecretFile, O_RDONLY , 0600 ); in readSecret()
1242 newfd = open( "/dev/null", O_RDWR ); in LSAPI_InitRequest()
/PHP-5.5/Zend/
H A Dzend_alloc.c205 zend_mm_dev_zero_fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR); in zend_mm_mem_mmap_zero_init()
1012 int fd = open("/dev/urandom", 0); in zend_mm_random()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c510 request_body_fd = open(request_body_filename, O_RDONLY); in sapi_cgi_read_post()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c1318 if ((info.i_fd = open(argv[1], O_RDONLY)) == -1)
/PHP-5.5/ext/soap/
H A Dphp_sdl.c1548 f = open(fn, O_RDONLY|O_BINARY); in get_sdl_from_cache()
2125 f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE); in add_sdl_to_cache()
2127 f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE); in add_sdl_to_cache()
/PHP-5.5/ext/oci8/tests/
H A Dbug43492.phpt37 will fail with the error "ORA-01000: maximum open cursors exceeded".
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch717 + ** We are not going to leave the socket open after a CGI... too hard
1521 /* Re-open the log file. */

Completed in 96 milliseconds

1...<<2122232425262728