Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...41

/php-src/ext/pcre/tests/
H A Dbug72685.phpt15 while (preg_match('/\G\w/u', $str, $m, 0, $pos)) ++$pos;
H A Dbug52971.phpt12 $pattern = '/[^\w]wasser/iu';
/php-src/ext/zlib/tests/
H A Dgzwrite_error2.phpt9 $h = gzopen($filename, 'w');
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');
/php-src/ext/spl/tests/SplFileObject/
H A Dfileobject_005.phpt12 $fo = new SplFileObject($path, 'w+', true);
H A DSplFileObject_fgetcsv_delimiter_error.phpt5 $fp = fopen('SplFileObject__fgetcsv3.csv', 'w+');
H A DSplFileObject_fgetcsv_escape_error.phpt5 $fp = fopen('SplFileObject__fgetcsv8.csv', 'w+');
H A Dbug81477.phpt7 $s = fopen($filename, 'w+');
H A DSplFileObject_fgetcsv_enclosure_error.phpt5 $fp = fopen('SplFileObject__fgetcsv5.csv', 'w+');
/php-src/ext/mbstring/tests/
H A Dmb_ereg_dupnames.phpt12 $pattern = '\w+((?<punct>?)|(?<punct>!))';
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 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/standard/tests/strings/
H A Dstrtok_variation3.phpt129 string(1) "w"
132 string(1) "w"
142 string(4) "123w"
155 string(1) "w"
/php-src/ext/intl/tests/
H A Duconverter_oop_subst.phpt2 Basic UConverter::convert() w/ Subsitution
H A Dgh12282.phpt15 '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"),

Completed in 20 milliseconds

1...<<11121314151617181920>>...41