Home
last modified time | relevance | path

Searched refs:w (Results 226 – 250 of 834) sorted by relevance

12345678910>>...34

/PHP-5.3/ext/pcre/tests/
H A Dpreg_replace_error.phpt15 $regex = '/\w/';
23 $regex = '/\w/';
H A Dpreg_split_basic.phpt11 var_dump(preg_split('/:\s*(\w*,*\s*)+;/', $string)); //all text between : and ; is removed
14 var_dump(preg_split('/\w/', $string, -1, PREG_SPLIT_NO_EMPTY)); //every character (including whites…
H A Dbug40909.phpt7 "/\s([\w_\.\/]+)(?:=([\'\"]?(?:[\w\d\s\?=\(\)\.,'_#\/\\:;&-]|(?:\\\\\"|\\\')?)+[\'\"]?))?/";
/PHP-5.3/ext/standard/tests/array/
H A Dnatcasesort_object1.phpt37 new for_string_natcasesort("w"), new for_string_natcasesort("py"),
96 string(1) "w"
H A Darsort_variation5.phpt34 'T' => "TTTT", 't' => "ttt", 'w' => "ww", 'x' => "x", 'X' => "X", 'o' => "oraNGe",
174 ["w"]=>
202 ["w"]=>
230 ["w"]=>
H A Dasort_variation5.phpt34 'T' => "TTTT", 't' => "ttt", 'w' => "ww", 'x' => "x", 'X' => "X", 'o' => "oraNGe",
192 ["w"]=>
220 ["w"]=>
248 ["w"]=>
/PHP-5.3/ext/standard/tests/file/
H A Dis_file_variation1.phpt17 $file_handle = fopen($filename, "w" );
33 fclose( fopen($file_path."/is_file_variation1.tmp", "w") );
H A Dlstat_stat_variation21.phpt27 $fp = fopen($filename, "w"); // temp file
37 // opening file in r/w mode
H A D006_variation2.phpt10 $fp = fopen($filename, 'w');
36 $file_handle = fopen($file_name, "w");
62 "r+w",
63 "r+w+x",
H A Dftruncate_variation6-win32.phpt25 "w", "wb", "wt", "w+", "w+b", "w+t",
39 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
44 … create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 6);
126 -- Testing ftruncate() with file opening using w mode --
150 -- Testing ftruncate() with file opening using w+ mode --
158 -- Testing ftruncate() with file opening using w+b mode --
166 -- Testing ftruncate() with file opening using w+t mode --
320 -- Testing ftruncate() with file opening using w mode --
347 -- Testing ftruncate() with file opening using w+ mode --
356 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation6.phpt25 "w", "wb", "wt", "w+", "w+b", "w+t",
39 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
44 … create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 6);
126 -- Testing ftruncate() with file opening using w mode --
150 -- Testing ftruncate() with file opening using w+ mode --
158 -- Testing ftruncate() with file opening using w+b mode --
166 -- Testing ftruncate() with file opening using w+t mode --
320 -- Testing ftruncate() with file opening using w mode --
347 -- Testing ftruncate() with file opening using w+ mode --
356 -- Testing ftruncate() with file opening using w+b mode --
[all …]
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
/PHP-5.3/ext/spl/tests/
H A DSplFileObject_fgetcsv_escape_default.phpt5 $fp = fopen('SplFileObject__fgetcsv.csv', 'w+');
H A DSplTempFileObject_constructor_basic.phpt14 string(1) "w"
H A DSplFileObject_fgetcsv_basic.phpt5 $fp = fopen('SplFileObject__fgetcsv.csv', 'w+');
H A DSplFileObject_fgetcsv_delimiter_basic.phpt5 $fp = fopen('SplFileObject__fgetcsv.csv', 'w+');
H A DSplFileObject_fgetcsv_enclosure_basic.phpt5 $fp = fopen('SplFileObject__fgetcsv.csv', 'w+');
H A DSplFileObject_fgetcsv_escape_basic.phpt5 $fp = fopen('SplFileObject__fgetcsv.csv', 'w+');
H A DSplTempFileObject_constructor_memory_lt1_variation.phpt14 string(1) "w"
H A DSplTempFileObject_constructor_maxmemory_basic.phpt14 string(1) "w"
/PHP-5.3/ext/standard/tests/time/
H A Didate.phpt27 w: 4
/PHP-5.3/ext/phar/tests/files/
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput2521 /a|ba|\w/I
830 /x*+\w/DZ
1719 /a*\w/BZ
1723 /=*\w/BZ
1739 /\d*\w/BZ
1755 /\D*\w/BZ
1791 /\w*a/BZ
1793 /\w*2/BZ
1803 /\w*\w/BZ
2203 /\w{3,}\h\w+\v/BZ
[all …]
/PHP-5.3/ext/mbstring/tests/
H A Dmb_ereg_variation6.phpt27 $regex_char = array ('\w+' => b'\w+',
84 --** Pattern is: \w+ **--
/PHP-5.3/ext/openssl/tests/
H A Dbug54060.phpt8 $data = "jfdslkjvflsdkjvlkfjvlkjfvlkdm,4w 043920r 9234r 32904r 09243

Completed in 47 milliseconds

12345678910>>...34