Home
last modified time | relevance | path

Searched refs:w (Results 876 – 900 of 1026) sorted by relevance

1...<<31323334353637383940>>...42

/PHP-7.2/ext/standard/tests/file/
H A Dfscanf_variation26.phpt19 $file_handle = fopen($filename, "w");
H A Dcopy_variation16.phpt29 $file_handle = fopen($src_file_name, "w");
H A Dchmod_variation4.phpt26 $fd = fopen($filename, "w+");
H A Dcopy_variation16-win32.phpt29 $file_handle = fopen($src_file_name, "w");
H A Dcopy_variation6-win32.phpt29 fclose( fopen($src_file_name, "w") );
H A Dcopy_variation6.phpt29 fclose( fopen($src_file_name, "w") );
H A Dfile_get_contents_variation3.phpt27 $h = fopen($absFile,"w");
H A Dsymlink_link_linkinfo_is_link_variation1.phpt33 $fp = fopen($filename, "w");
H A Dcopy_variation1.phpt17 $file_handle = fopen($src_file_name, "w");
H A Dfile_get_contents_variation6.phpt27 $h = fopen($absFile,"w");
H A Dlstat_stat_variation19.phpt28 $fp = fopen("$file_path/lstat_stat_variation19.tmp", "w"); // temp file
H A Dlstat_stat_variation20.phpt23 $fp = fopen("$file_path/lstat_stat_variation20.tmp", "w"); // temp file
H A D001.phpt20 fclose (fopen('test.file', 'w'));
/PHP-7.2/ext/pdo/tests/
H A Dpdo_016a.phpt2 PDO Common: PDO::FETCH_BOUND w/o :
/PHP-7.2/ext/zip/lib/
H A Dzipint.h117 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w))) argument
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput9338 /\w+/8
343 /\w{2,3}/8
349 /\w{2,3}?/8
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_load_data.phpt81 $fp = fopen($filename, "w");
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt52 if ((file_exists($file) && !unlink($file)) || !($fp = @fopen($file, "w"))) {
H A Dlocal_infile_tools.inc53 if (!$fp = fopen($file, 'w')) {
H A Dmysqli_pam_sha256_public_key_option.phpt51 if ((file_exists($file) && !unlink($file)) || !($fp = @fopen($file, "w"))) {
H A Dmysqli_real_connect_pconn.phpt105 if (!$fp = fopen($filename, 'w'))
/PHP-7.2/sapi/fpm/tests/
H A Dresponse.inc178 $this->checkHeader('Content-type', '|^' . $contentType . '(;\s?charset=\w+)?|', true)
/PHP-7.2/ext/standard/tests/strings/
H A Ducfirst.phpt74 $file1 = fopen($filename1, "w"); // creating new file
/PHP-7.2/ext/standard/tests/dir/
H A Ddir_variation3.phpt10 $fp = fopen($filename, 'w');
/PHP-7.2/ext/ldap/tests/
H A DREADME43 ou: extldap" | ldapadd -c -x -H ldap://localhost:389 -D "dc=admin,dc=nodomain" -w password

Completed in 37 milliseconds

1...<<31323334353637383940>>...42