Home
last modified time | relevance | path

Searched refs:open (Results 526 – 550 of 691) sorted by relevance

1...<<2122232425262728

/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation14.phpt21 exit("Error:failed to open file $filename");
88 exit("Error:failed to open file $filename");
H A Dfflush_variation3.phpt36 exit("Error:failed to open file $file_name");
50 exit("Error:failed to open link $link_name");
H A Dsymlink_link_linkinfo_is_link_variation4.phpt55 $fp = fopen($linkname, "a"); // open in append mode
H A Dfgetc_variation4.phpt26 echo "Error: failed to open file $filename!\n";
H A Dfgetcsv_variation14.phpt38 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetss_variation4.phpt46 echo "Error: failed to open file $filename!\n";
H A Dsymlink_link_linkinfo_is_link_variation3.phpt67 $fp = fopen($linkname, "a"); // open in append mode
H A Dfgetcsv_variation13.phpt39 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetss_variation1-win32.phpt55 echo "Error: failed to open file $filename!\n";
H A Dfgetss_variation1.phpt51 echo "Error: failed to open file $filename!\n";
H A Dfwrite_variation1-win32.phpt37 /* open the file using $files_modes and perform fwrite() on it */
H A Dfwrite_variation1.phpt36 /* open the file using $files_modes and perform fwrite() on it */
H A Dfgetcsv_variation20.phpt40 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfscanf_variation55.phpt30 exit("Error:failed to open file $filename");
68 exit("Error:failed to open file $filename");
H A Dfflush_variation2.phpt37 exit("Error:failed to open file $file_name");
50 exit("Error:failed to open link $symlink_name");
/PHP-5.5/ext/session/
H A Dphp_session.h291 extern PHP_METHOD(SessionHandler, open);
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_error.phpt11 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_connect_pconn.phpt105 printf("[020] Cannot open temporary file %s\n", $filename);
/PHP-5.5/
H A DREADME.MAILINGLIST_RULES38 that strives to be very open. The flip side is that the core developers
/PHP-5.5/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt32 open cur1 for select * from refcurtest order by c1;
H A Drefcur_prefetch_2.phpt29 open cur1 for select * from refcurtest order by c1;
/PHP-5.5/ext/phar/tests/zip/
H A Dbug48791.phpt2 Phar: Bug #48791: open office documents always reported as corrupted by phar extension
14 …n:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:rdfa="http://docs.oasis-open.org/opendocument/me…
/PHP-5.5/ext/standard/
H A Dpassword.c138 fd = open("/dev/urandom", O_RDONLY); in php_password_make_salt()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcompress.c255 tfd = open(ptr, O_RDWR|O_TRUNC|O_EXCL|O_CREAT, 0600); in file_pipe2file()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_log.c45 fd = open(wp->config->access_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR); in fpm_log_open()

Completed in 95 milliseconds

1...<<2122232425262728