Home
last modified time | relevance | path

Searched refs:w (Results 326 – 350 of 910) sorted by relevance

1...<<11121314151617181920>>...37

/PHP-5.5/ext/pcre/tests/
H A Dbug52971.phpt14 $pattern = '/[^\w]wasser/iu';
/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_error_001.phpt8 $fp = fopen($temp_filename, "w");
/PHP-5.5/ext/standard/tests/file/
H A Dbug68532.phpt13 $fileStream = fopen(__DIR__ . '/base64test.txt','w+');
H A Dchmod_basic.phpt16 $fd = fopen($filename, "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 --
H A Drename_variation3-win32.phpt26 $fp = fopen($filename, "w");
46 $fp = fopen($filename, "w");
H A Dpopen_pclose_basic-win32.phpt31 // popen("sort", "w") fails if variables_order="GPCS"
45 $file_handle = popen("$sysroot/system32/sort", "w");
/PHP-5.5/ext/zlib/tests/
H A Dgzwrite_error2.phpt13 $h = gzopen($filename, 'w');
H A Dgzrewind_variation1.phpt12 $h = gzopen($f, 'w');
H A Dgzopen_variation4.phpt44 $h = gzopen($secondFile, "w");
56 $h = gzopen($firstFile, "w");
67 $h = gzopen($filename, "w");
87 $h = gzopen($scriptFile, "w");
H A Dgzwrite_basic.phpt13 $h = gzopen($filename, 'w');
H A Dreadgzfile_basic.phpt18 $h = gzopen($filename, 'w');
/PHP-5.5/ext/date/lib/
H A Ddow.c136 timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d) in timelib_daynr_from_weeknr() argument
146 return day + ((w - 1) * 7) + d; in timelib_daynr_from_weeknr()
/PHP-5.5/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 …]
/PHP-5.5/Zend/tests/
H A Daccess_modifiers_008.phpt4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
H A Daccess_modifiers_009.phpt4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_search.phpt12 $reg = "\w+";
/PHP-5.5/ext/standard/tests/filters/
H A Dbug50363.phpt8 $b = fopen('php://temp', 'w+');
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_007.phpt23 %string|unicode%(%d) "No URL set!%w"
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt23 if ($fp = @fopen($file, 'w')) {
40 if ($fp = @fopen($file, 'w')) {
/PHP-5.5/ext/dba/tests/
H A Ddba_cdb_001.phpt55 if (($db_file = dba_open($db_filename, 'w', $handler))!==FALSE) {
87 Warning: dba_open(%stest0.dbm,w): Driver initialization failed for handler: cdb: Update operations …
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation5.phpt58 string(43) "T e s t i n g w o r d r a p f u n c t i o n"
59 string(64) "T e s t i n g w o r d r a p f u n c t i o n"
/PHP-5.5/ext/imap/tests/
H A Dimap_append_basic.phpt67 string(%d) "%w%s 1)%s webmaster@something. Test message (%d chars)"
69 string(%d) "%w%s 2)%s webmaster@something. Another test (%d chars)"

Completed in 61 milliseconds

1...<<11121314151617181920>>...37