Home
last modified time | relevance | path

Searched refs:w (Results 676 – 700 of 1009) sorted by relevance

1...<<21222324252627282930>>...41

/php-src/ext/standard/tests/file/
H A Dfile_variation5-win32.phpt19 $fd = fopen($filepath, "w+");
H A Drename_variation2-win32.phpt18 $fp = fopen($file_path."/rename_variation2-win32.tmp", "w");
H A Dfputcsv_variation15.phpt29 $fp = fopen($file, "w");
H A Dsymlink_link_linkinfo_is_link_variation4.phpt16 $file = fopen($filename, "w");
52 $file = fopen($filename, "w");
H A Dcopy_variation17.phpt11 $file_handle = fopen($src_file, "w");
H A Dfgets_socket_variation2.phpt10 $fd = fopen($filename, "w+");
H A Dfilesize_variation3.phpt9 $file_handle = fopen($filename, "w");
H A Dfpassthru_variation.phpt10 $file_write = fopen($file_name, "w");
H A Dfscanf_variation54.phpt27 $file_handle = fopen($filename, "w");
H A Dis_file_variation4.phpt12 $file_handle = fopen($dir_name."/is_file_variation4.tmp", "w");
H A Dreadfile_variation3.phpt19 $fp = fopen($filename, "w");
H A Dsymlink_link_linkinfo_is_link_variation5.phpt27 $fp = fopen($filename, "w");
H A Dunlink_variation3.phpt20 $fp = fopen($filename, "w");
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_pipes3.phpt7 $spec[$i] = array('pipe', 'w');
/php-src/ext/standard/tests/streams/
H A Dproc_open_bug69900.phpt25 $descriptorspec = array(0 => array("pipe", "r"),1 => array("pipe", "w"));
/php-src/ext/mysqli/tests/
H A Dmysqli_error.phpt28 if (!is_string($tmp) || !preg_match("/Table '\w*\.test' doesn't exist/su", $tmp))
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt49 if ((file_exists($file) && !unlink($file)) || !($fp = @fopen($file, "w"))) {
137 if (!($fp = fopen($file_wrong, "w"))) {
147 if (!($fp = fopen($file_wrong, "w"))) {
H A Dmysqli_stmt_bind_result_references.phpt119 print "reference, simple object w reference...\n";
136 print "reference, simple object w reference, change after bind...\n";
275 reference, simple object w reference...
278 reference, simple object w reference, change after bind...
/php-src/ext/pdo/tests/
H A Dgh8626.phpt57 string(%d) "%s%w%S"
/php-src/tests/classes/
H A Diterators_001.phpt71 foreach($t as $w) {
72 echo "double:$v:$w\n";
/php-src/ext/soap/tests/bugs/
H A Dbug62900.phpt60 …([PHP_BINARY, ...$args, __DIR__.'/bug62900_run'], [1 => ["pipe", "w"], 2 => ["pipe", "w"]], $pipes…
/php-src/ext/zip/tests/
H A Doo_addglob.phpt5 w/Kenzo over the shoulder
/php-src/ext/mysqli/
H A Dmysqli_priv.h57 extern void php_clear_warnings(MYSQLI_WARNING *w);
/php-src/ext/standard/tests/strings/
H A Dsetlocale_error.phpt7 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
/php-src/ext/pdo_odbc/tests/
H A Dgh9372.phpt34 $stream = fopen("php://memory", "w+");

Completed in 29 milliseconds

1...<<21222324252627282930>>...41