Home
last modified time | relevance | path

Searched refs:w (Results 251 – 275 of 834) sorted by relevance

1...<<11121314151617181920>>...34

/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput8145 /ab?\w/
343 /^(a*\w|ab)=(a*\w|ab)/
829 /^a*\w/
839 /^a*?\w/
849 /^a+\w/
2541 /(?<=a(?i)b)(\w\w)c/
2866 /\w/
3713 /([\w:]+::)?(\w+)$/
3723 /([\w:]+::)?(\w+)$/
4793 /^(?>.{4})abc|^\w\w.xabcd/
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Dbug35781.phpt8 $fp = fopen($filename, "w");
H A Dtouch_variation2.phpt10 $fp=fopen($filename,"w");
H A Dfiletype_variation.phpt28 fclose( fopen($file1, "w") );
29 fclose( fopen($file2, "w") );
H A Dfile_get_contents_basic001.phpt9 $handle = fopen($temp_filename,"w");
/PHP-5.3/ext/standard/tests/strings/
H A Dstristr2.phpt25 string(1) "w"
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dwrite24.phar.inc10 $fp = fopen("phar://" . __FILE__ . "/newname", "w");
H A Dphar_test.inc67 $fp = gzopen($fname, 'w');
73 $fp = bzopen($fname, 'w');
/PHP-5.3/sapi/cgi/tests/
H A D007.phpt13 var_dump(`"$php" -n -s -w -l`);
/PHP-5.3/ext/pcre/tests/
H A Dpreg_match_all_error.phpt15 $pattern = '/\w/';
23 $pattern = '/\w/';
/PHP-5.3/ext/phar/tests/files/
H A Dphar_test.inc67 $fp = gzopen($fname, 'w');
73 $fp = bzopen($fname, 'w');
/PHP-5.3/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt59 foreach($t as $w) {
60 echo "double:$v:$w\n";
/PHP-5.3/ext/spl/tests/
H A DSplFileObject_fgetcsv_enclosure_error.phpt5 $fp = fopen('SplFileObject__fgetcsv.csv', 'w+');
H A DSplFileObject_fgetcsv_escape_error.phpt5 $fp = fopen('SplFileObject__fgetcsv.csv', 'w+');
H A DSplFileObject_fwrite_variation_002.phpt9 $obj = New SplFileObject($file,'w');
H A DSplFileObject_fgetcsv_delimiter_error.phpt5 $fp = fopen('SplFileObject__fgetcsv.csv', 'w+');
H A DSplFileObject_fwrite_variation_001.phpt9 $obj = New SplFileObject($file,'w');
H A DSplFileObject_fwrite_variation_003.phpt10 $obj = New SplFileObject($file,'w');
/PHP-5.3/ext/standard/tests/filters/
H A Dbug46164-1.phpt16 $fd = fopen('php://memory','w');
H A Dbug46164-2.phpt17 $fd = fopen('php://memory','w');
/PHP-5.3/ext/gd/tests/
H A Dbug42434.phpt2 Bug #42434 (ImageLine w/ antialias = 1px shorter)
/PHP-5.3/ext/openssl/tests/
H A Dbug54061.phpt7 $data = "jfdslkjvflsdkjvlkfjvlkjfvlkdm,4w 043920r 9234r 32904r 09243
/PHP-5.3/ext/bz2/tests/
H A Dwith_files.phpt12 $bz = bzopen($filename, "w");
/PHP-5.3/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_basic_001.phpt8 $fp = fopen($temp_filename, "w");
/PHP-5.3/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt9 $fp = fopen('php://stdout', 'w');

Completed in 28 milliseconds

1...<<11121314151617181920>>...34