Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...42

/PHP-7.2/ext/standard/tests/array/
H A Dsort_object1.phpt53 new for_string_sort("w"), new for_string_sort("py"),
161 string(1) "w"
239 string(1) "w"
H A Dbug24220.phpt62 string(1) "w"
/PHP-7.2/ext/standard/tests/file/
H A Dfopen_variation10-win32.phpt52 $h = fopen($firstfile, 'w');
56 $h = fopen($secondfile, 'w');
60 $h = fopen($thirdfile, 'w');
H A Dfopen_variation11-win32.phpt51 $h = fopen($firstfile, 'w');
55 $h = fopen($secondfile, 'w');
59 $h = fopen($thirdfile, 'w');
H A Dfgets_variation6.phpt19 $file_modes = array("w+", "w+b", "w+t",
67 -- Testing fgets() with file opened using mode w+ --
101 -- Testing fgets() with file opened using mode w+b --
135 -- Testing fgets() with file opened using mode w+t --
H A Dfgets_variation6-win32.phpt19 $file_modes = array("w+", "w+b", "w+t",
67 -- Testing fgets() with file opened using mode w+ --
101 -- Testing fgets() with file opened using mode w+b --
135 -- Testing fgets() with file opened using mode w+t --
H A Dbug37158.phpt19 $fp = fopen($file, 'w');
H A Dfileinode_basic.phpt14 fopen("$file_path/inode.tmp", "w");
/PHP-7.2/ext/pgsql/tests/
H A Dbug72197.phpt31 …_create(): supplied resource is not a valid PostgreSQL link resource in %sbug72197.php on line %d%w
/PHP-7.2/ext/zlib/tests/
H A Dzlib_wrapper_ftruncate_basic.phpt20 $h = gzopen($f2, "w");
H A Dzlib_wrapper_fflush_basic.phpt13 $h = gzopen($filename, 'w');
H A Dgzseek_variation1.phpt12 $h = gzopen($f, 'w');
H A Dgztell_basic2.phpt12 $h = gzopen($f, 'w');
/PHP-7.2/ext/wddx/tests/
H A D003.phpt10 $fp = fopen("php://temp", 'w+');
/PHP-7.2/ext/standard/tests/streams/
H A Dbug64166.phpt7 $fd = fopen('php://temp', 'w+');
/PHP-7.2/ext/standard/tests/strings/
H A Dfprintf_variation_004.phpt6 if (!($fp = fopen($data_file, 'w'))) {
/PHP-7.2/ext/ftp/tests/
H A Dftp_fget_basic1.phpt20 $handle = fopen($local_file, 'w');
H A Dftp_nb_fget_basic1.phpt20 $handle = fopen($local_file, 'w');
/PHP-7.2/ext/standard/tests/filters/
H A Dbug35916.phpt31 $fp=fopen($file, "w");
/PHP-7.2/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt9 $fp = fopen($filename, 'w');
/PHP-7.2/ext/pcre/tests/
H A Dpreg_replace_variation1.phpt13 $new_string = preg_replace(array('/\b\w{1}s/', '/(\d{1})-(\d{1})/', '/[\(!\)]/'), array('test', '$1…
/PHP-7.2/sapi/phpdbg/tests/
H A Dwatch_001.phpt8 w r $b
H A Dwatch_004.phpt8 w $a
/PHP-7.2/ext/spl/tests/
H A DSplFileObject_fputcsv_variation13.phpt11 $fo = new SplFileObject(__DIR__ . '/SplFileObject_fputcsv.csv', 'w');
/PHP-7.2/ext/recode/tests/
H A D002.phpt19 $utf_8_file = fopen($utf_8_filepath, 'w+');

Completed in 23 milliseconds

1...<<11121314151617181920>>...42