Home
last modified time | relevance | path

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

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

/php-src/ext/mbstring/tests/
H A Dmb_ereg_search_named_subpatterns_1.phpt14 mb_ereg_search('(?<wsp>\s*)(?<word>\w+)(?<punct>[?!])');
H A Dmb_ereg_search_named_subpatterns_2.phpt14 mb_ereg_search('(?<wsp>\s*)(?<word>\w+)(?<punct>[?!])');
H A Dmb_ereg_replace_callback.phpt17 echo mb_ereg_replace_callback('(?<word>\w+) (?<digit>\d+).*', function ($m) {
/php-src/ext/standard/tests/file/
H A Dbug65272.phpt8 $fp1 = fopen($file, "w");
H A Drename_variation3-win32.phpt22 $fp = fopen($filename, "w");
42 $fp = fopen($filename, "w");
H A Dbug52820.phpt13 if (!@curl_setopt($handle, CURLOPT_STDERR, fopen("php://memory", "w+")))
23 curl_setopt($handle, CURLOPT_STDERR, $o = fopen($url, "w+"));
H A Dfputcsv_002.phpt10 $fp = fopen($file, 'w');
H A Dbug35781.phpt8 $fp = fopen($filename, "w");
/php-src/ext/gd/tests/
H A Dbug73549.phpt13 $stream = fopen(__DIR__ . DIRECTORY_SEPARATOR . 'bug73549.png', 'w');
/php-src/ext/pcre/tests/
H A Dbug52971.phpt12 $pattern = '/[^\w]wasser/iu';
/php-src/ext/intl/tests/
H A Duconverter_oop_subst.phpt2 Basic UConverter::convert() w/ Subsitution
H A Dgh12282.phpt15 'w'
/php-src/ext/spl/tests/SplFileObject/
H A Dbug81477.phpt7 $s = fopen($filename, 'w+');
H A Dfgetcsv_blank_file.phpt7 $file = new SplFileObject($file_path, 'w');
H A DSplFileObject_fputcsv_002.phpt5 $fo = new SplFileObject(__DIR__ . '/SplFileObject_fputcsv1.csv', 'w');
/php-src/ext/bz2/tests/
H A Dbug51997.phpt12 $bz = bzopen($filename, "w");
/php-src/ext/date/tests/
H A Dbug35425.phpt9 foreach (array('B','d','h','H','i','I','L','m','s','t','U','w','W','y','Y','z','Z') as $v) {
/php-src/ext/standard/tests/filters/
H A Dbug46164-2.phpt17 $fd = fopen('php://memory','w');
/php-src/ext/standard/tests/general_functions/
H A Dbug72306.phpt15 1 => array("pipe", "w"),
/php-src/tests/classes/
H A Diterators_002.phpt61 foreach($t as $w) {
62 echo "double:$v:$w\n";
/php-src/sapi/cli/tests/
H A D012-2.phpt16 // -w : behavior = STRIP
27 var_dump(`$php -n -r "echo 8;" -w`);
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_basic.phpt71 string(1) "w"
89 string(1) "w"
/php-src/ext/zlib/tests/
H A Dgzrewind_variation1.phpt8 $h = gzopen($f, 'w');
H A Dreadgzfile_basic.phpt16 $h = gzopen($filename, 'w');
H A Dreadgzfile_basic2.phpt16 $h = fopen($filename, 'w');

Completed in 23 milliseconds

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