Home
last modified time | relevance | path

Searched refs:w (Results 351 – 375 of 1026) sorted by relevance

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

/PHP-7.2/ext/standard/tests/file/
H A Dfile_variation.phpt18 $fh = fopen($file_path."/file_variation.tmp", "w");
36 $file_handle = fopen($file_path."/file2_variation.tmp", "w");
43 $file_handle2 = fopen($file_path."/file3_variation.tmp", "w");
H A Dreadlink_realpath_basic1.phpt22 …handle1 = fopen("$file_path/readlink_realpath_basic1/home/test/readlink_realpath_basic1.tmp", "w");
23 $file_handle2 = fopen("$file_path/readlink_realpath_basic1/home/readlink_realpath_basic1.tmp", "w");
24 $file_handle3 = fopen("$file_path/readlink_realpath_basic1/readlink_realpath_basic1.tmp", "w");
H A Dfgets_variation5.phpt13 $file_modes = array("w+", "w+b", "w+t",
60 -- Testing fgets() with file opened using mode w+ --
87 -- Testing fgets() with file opened using mode w+b --
114 -- Testing fgets() with file opened using mode w+t --
H A Dbug65272.phpt12 $fp1 = fopen($file, "w");
H A Dbug68532.phpt13 $fileStream = fopen(__DIR__ . '/base64test.txt','w+');
H A Dchmod_basic.phpt16 $fd = fopen($filename, "w+");
H A Dfputcsv_002.phpt10 $fp = fopen($file, 'w');
H A Dfile_get_contents_error.phpt25 create_files($file_path, 1, "text", 0755, 100, "w", "file", 1, "byte");
26 $file_handle = fopen($file_path."/file_put_contents_error.tmp", "w");
H A Dfgetss_variation3-win32.phpt17 w+, w+b, w+t,
45 $file_modes = array("w+","w+b", "w+t","a+", "a+b", "a+t","x+","x+b","x+t");
86 -- Testing fgetss() with file opened using w+ mode --
140 -- Testing fgetss() with file opened using w+b mode --
194 -- Testing fgetss() with file opened using w+t mode --
H A Dfgetss_variation3.phpt17 w+, w+b, w+t,
41 $file_modes = array("w+","w+b", "w+t","a+", "a+b", "a+t","x+","x+b","x+t");
82 -- Testing fgetss() with file opened using w+ mode --
136 -- Testing fgetss() with file opened using w+b mode --
190 -- Testing fgetss() with file opened using w+t mode --
/PHP-7.2/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt61 …s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :::w:::i:::t:::h::: ::: :…
62 ::: :::w:::h:::i:::t:::e::: :::s:::p:::a:::c:::e::: :::c:::h:::a:::r:::.:::
63 …@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::2:::2::: :::!:::!:::!:::N:::o:::w::: :::\:::k::: :::a:…
/PHP-7.2/ext/bz2/tests/
H A Dbug51997.phpt12 $bz = bzopen($filename, "w");
/PHP-7.2/ext/intl/tests/
H A Duconverter_oop_subst.phpt2 Basic UConverter::convert() w/ Subsitution
/PHP-7.2/ext/spl/tests/
H A DSplFileObject_fputcsv_002.phpt5 $fo = new SplFileObject(__DIR__ . '/SplFileObject_fputcsv1.csv', 'w');
/PHP-7.2/ext/pcre/tests/
H A Dbug52971.phpt14 $pattern = '/[^\w]wasser/iu';
/PHP-7.2/sapi/phpdbg/tests/
H A Dwatch_002.phpt6 w a $a
H A Dwatch_003.phpt6 w $a[0]
/PHP-7.2/ext/imap/tests/
H A Dbug75774.phpt11 $var1=fopen($fn, "w");
/PHP-7.2/ext/zlib/tests/
H A Dgzwrite_error2.phpt13 $h = gzopen($filename, 'w');
/PHP-7.2/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_error_001.phpt8 $fp = fopen($temp_filename, "w");
/PHP-7.2/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-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt23 if ($fp = @fopen($file, 'w')) {
40 if ($fp = @fopen($file, 'w')) {
/PHP-7.2/Zend/tests/
H A Daccess_modifiers_008.phpt4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
/PHP-7.2/ext/oci8/tests/
H A Dimp_res_3.phpt124 w
163 w
202 w
241 w
280 w
319 w
358 w
397 w
436 w
475 w
[all …]
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput21434 /a|ba|\w/I
2861 /x*+\w/DZ
7031 /a*\w/BZ
7049 /=*\w/BZ
7355 /\w*a/BZ
7364 /\w*2/BZ
7409 /\w*\w/BZ
8587 /\w{3,}\h\w+\v/BZ
10183w\W\s\d][^<>]{0,})><TD([\w\W\s\d][^<>]{0,})>([\d]{0,}\.)(.*)((<BR>([\w\W\s\d][^<>]{0,})|[\s]{0,}))…
13036 /\w+\D \w+\d \w+\S \w+\s \w+\W \w+\w \w+. \w+\C \w+\R \w+\H \w+\h \w+\V \w+\v \w+\Z \w+\z \w+$/BZx
[all …]

Completed in 48 milliseconds

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