Home
last modified time | relevance | path

Searched refs:w (Results 501 – 525 of 910) sorted by relevance

1...<<21222324252627282930>>...37

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput8283 /ab?\w/
649 /^(a*\w|ab)=(a*\w|ab)/
1556 /^a*\w/
1610 /^a+\w/
4001 /(?<=a(?i)b)(\w\w)c/
4589 /\w/
4631 /[\w]/
5817 /([\w:]+::)?(\w+)$/
5831 /([\w:]+::)?(\w+)$/
7707 /^(?>.{4})abc|^\w\w.xabcd/
[all …]
H A Dtestoutput7733 /[\w]/WBZ8
793 /\w/WBZ8
2020 /\w+\p{P} \w+\p{Po} \w+\s \p{Xan}+\s \s+\p{Xan} \s+\w/BWZx
2039 /\w+\P{P} \W+\p{Po} \w+\S \P{Xan}+\s \s+\P{Xan} \s+\W/BWZx
2058 /\w+\p{Po} \w+\p{Pc} \W+\p{Po} \W+\p{Pc} \w+\P{Po} \w+\P{Pc}/BWZx
2124 /\w+/8CWBZ
2135 +0 ^ \w+
2155 /\D+\X \d+\X \S+\X \s+\X \W+\X \w+\X \C+\X \R+\X \H+\X \h+\X \V+\X \v+\X a+\X \n+\X .+\X/BZx
2168 \w+
2224 \w
[all …]
/PHP-5.5/
H A Drun-tests.php1102 $w = null;
1105 $n = @stream_select($r, $w, $e, $timeout);
2160 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $ofs1, $idx2, $cnt1, $cnt2, $st);
2171 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $ofs2, $cnt1, $cnt2, $st);
2187 function generate_array_diff($ar1, $ar2, $is_reg, $w) argument
2207 $old1[$idx1] = sprintf("%03d- ", $idx1+1) . $w[$idx1++];
2213 $old1[$idx1] = sprintf("%03d- ", $idx1+1) . $w[$idx1++];
2244 $diff[] = sprintf("%03d- ", $idx1 + 1) . $w[$idx1++];
2256 $w = explode("\n", $wanted);
2258 $r = is_null($wanted_re) ? $w : explode("\n", $wanted_re);
[all …]
/PHP-5.5/ext/session/tests/
H A Dsave_handler.inc31 if ($fp = fopen($session_file, "w")) {
/PHP-5.5/ext/standard/tests/file/
H A Dfile_variation5-win32.phpt19 $fd = fopen($filepath, "w+");
H A Dfileowner_variation1.phpt20 fclose( fopen($file_path."/fileowner_variation1.tmp", "w") );
H A Dfopen_variation12.phpt20 $h = fopen($tmpfile, "w", true);
H A Drename_variation4.phpt18 $fp = fopen($file_path."/rename_variation.tmp", "w");
H A Dtempnam_variation5.phpt21 $h = fopen($dir_name."/tempnam_variation5.tmp", "w");
H A Ddisk_total_space_error.phpt26 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
H A Dfgetcsv_variation23.phpt17 $fp = fopen ($filename, "w");
H A Dis_file_error.phpt15 $file_handle = fopen($file_path."/is_file_error.tmp", "w");
H A Dbug27508.phpt54 $fp = fopen("myFile://" . urlencode($tn), "w+");
H A Dfflush_basic.phpt20 $file_handle = fopen($filename, "w");
H A Dfgetcsv.phpt31 $fp = fopen($file, "w");
H A Dtempnam_variation5-win32.phpt23 $h = fopen($dir_name."/tempnam_variation6.tmp", "w");
/PHP-5.5/ext/date/tests/
H A Dgmdate_variation3.phpt23 'Numeric representation of day' => 'w',
H A DDateTime_format_basic1.phpt21 var_dump( $date->format( 'h-i-s, j-m-y, it is w Day') );
H A Ddate_basic1.phpt21 var_dump( date('h-i-s, j-m-y, it is w Day', $timestamp) );
H A Ddate_format_basic1.phpt21 var_dump( date_format($date, 'h-i-s, j-m-y, it is w Day') );
H A Dstrftime_variation7.phpt23 'Day of the week as a decimal number' => "%w"
/PHP-5.5/ext/zlib/tests/
H A Dgzseek_variation7.phpt12 $h = gzopen($f, 'w');
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_ini.phpt22 if (!$fp = @fopen('/tmp/mysqli_debug_phpt.trace', 'w'))
/PHP-5.5/ext/mysql/tests/
H A Dmysql_free_result.phpt31 if ($fp = fopen($tmpname, 'w')) {
/PHP-5.5/ext/curl/tests/
H A Dbug69316.phpt24 $f_file = fopen($temp_file, "w") or die("failed to open file\n");

Completed in 63 milliseconds

1...<<21222324252627282930>>...37