Home
last modified time | relevance | path

Searched refs:w (Results 401 – 425 of 985) sorted by relevance

1...<<11121314151617181920>>...40

/php-src/ext/zlib/tests/
H A Dgzputs_basic.phpt9 $h = gzopen($filename, 'w');
H A Dgzwrite_basic.phpt9 $h = gzopen($filename, 'w');
H A Dgzread_variation1.phpt9 $h = gzopen($filename, 'w');
H A Dzlib_wrapper_fflush_basic.phpt9 $h = gzopen($filename, 'w');
H A Dzlib_wrapper_ftruncate_basic.phpt16 $h = gzopen($f2, "w");
/php-src/ext/standard/tests/array/
H A Darray_count_values_variation.phpt19 $fp = fopen("array_count_file", "w+");
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"
/php-src/ext/standard/tests/file/
H A Dfilesize_basic.phpt14 $file_handle = fopen($file_name, "w");
H A Dfopen_unlink.phpt8 $f = fopen($p, 'w+'),
H A Dfileinode_basic.phpt9 fopen("$file_path/inode.tmp", "w");
H A Dfopen_variation19.phpt23 $h = fopen($realFilename, "w");
81 $h = fopen($file, 'w');
/php-src/Zend/tests/multibyte/
H A Dmultibyte_encoding_006.phpt13 ���e���c���h���o��� ���"���h���e���l���l���o��� ���w���o���r���l���d���"���;���
/php-src/ext/mysqli/tests/
H A Dbug74547.phpt2 Bug #74547 mysqli::change_user() doesn't accept null as $database argument w/strict_types
/php-src/ext/dom/tests/
H A DDOMXPath_evaluate_node_set_to_string.phpt26 string(36) "ecapseman/8991/LMX/gro.3w.www//:ptth"
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt7 $filemodes = array('r', 'r+', 'w', 'w+', 'a', 'a+', 'x', 'x+',
13 $fp = fopen($filename, 'w+');
83 string(1) "w"
103 string(2) "w+"
/php-src/ext/fileinfo/tests/
H A Dbug74170.phpt8 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
/php-src/ext/mbstring/tests/
H A Dbug72693.phpt19 var_dump(mb_ereg_search('\w+'));
/php-src/sapi/phpdbg/tests/
H A Dwatch_002.phpt12 w a $a
/php-src/tests/basic/
H A Dbug80384.phpt7 $fp = fopen($tmp_filename, 'w');
/php-src/ext/standard/tests/filters/
H A Dbug50363.phpt8 $b = fopen('php://temp', 'w+');
H A Dbug54350.phpt19 $fd = fopen('php://memory','w');
/php-src/.github/workflows/
H A Ddocs.yml24 run: rstfmt --check -w 100 docs/source
/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) {

Completed in 32 milliseconds

1...<<11121314151617181920>>...40