Home
last modified time | relevance | path

Searched refs:w (Results 426 – 450 of 1009) sorted by relevance

1...<<11121314151617181920>>...41

/php-src/ext/standard/tests/filters/
H A Dbug54350.phpt19 $fd = fopen('php://memory','w');
H A Dbug72941.phpt28 $stream = fopen('php://memory', 'w+');
H A Dbug74267.phpt5 $stream = fopen('php://memory', 'w');
/php-src/ext/standard/tests/file/
H A Dfileinode_basic.phpt9 fopen("$file_path/inode.tmp", "w");
H A Dfputcsv_variation17.phpt13 $stream = fopen('php://memory', 'w+');
H A Dfopen_variation19.phpt23 $h = fopen($realFilename, "w");
81 $h = fopen($file, 'w');
/php-src/.github/workflows/
H A Ddocs.yml24 run: rstfmt --check -w 100 docs/source
/php-src/ext/xmlwriter/tests/
H A Dxmlwriter_toStream_normal_usage.phpt8 $h = fopen("php://output", "w");
/php-src/ext/xmlreader/tests/
H A DfromStream_legit_usage.phpt7 $h = fopen("php://memory", "w+");
H A DfromStream_broken_stream.phpt7 $h = fopen("php://memory", "w+");
/php-src/ext/standard/tests/array/
H A Darsort_object1.phpt50 "c" => new for_string_arsort("w"), "d" => new for_string_arsort("py"),
123 string(1) "w"
201 string(1) "w"
H A Dsort_object1.phpt48 new for_string_sort("w"), new for_string_sort("py"),
156 string(1) "w"
234 string(1) "w"
H A Dasort_object1.phpt50 "c" => new for_string_asort("w"), "d" => new for_string_asort("py"),
158 string(1) "w"
236 string(1) "w"
/php-src/ext/pcre/tests/
H A Dpreg_replace_variation1.phpt12 $new_string = preg_replace(array('/\b\w{1}s/', '/(\d{1})-(\d{1})/', '/[\(!\)]/'), array('test', '$1…
/php-src/ext/zlib/tests/
H A Dgztell_basic2.phpt8 $h = gzopen($f, 'w');
/php-src/ext/curl/tests/
H A Dcurl_write_trampoline.phpt19 $fp = fopen($log_file, 'w+');
H A Dbug48203.phpt8 $fp = fopen(__DIR__ . '/bug48203.tmp', 'w');
/php-src/ext/standard/tests/dir/
H A Dscandir_variation4.phpt22 create_files($level_one_dir_path, 2, 'numeric', 0755, 1, 'w', 'level_one', 1);
24 create_files($level_two_dir_path, 2, 'numeric', 0755, 1, 'w', 'level_two', 1);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_inTransaction.phpt21 foreach (['exec', 'query', 'execute'] as $w) {
23 switch ($w) {
/php-src/main/
H A Dreentrancy.c312 char *w = s - 1; in php_strtok_r() local
313 *w = '\0'; in php_strtok_r()
/php-src/sapi/phpdbg/tests/
H A Dwatch_003.phpt12 w $a[0]
H A Dgh15210_001.phpt12 w $a[0]
/php-src/ext/ftp/tests/
H A Dftp_fget_basic1.phpt19 $handle = fopen($local_file, 'w');
H A Dftp_nb_fget_basic1.phpt19 $handle = fopen($local_file, 'w');
/php-src/Zend/tests/asymmetric_visibility/
H A Dunshared_rw_cache_slot.phpt2 R/w cache slots should be unshared

Completed in 24 milliseconds

1...<<11121314151617181920>>...41