Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...37

/PHP-5.5/ext/standard/tests/file/
H A Dfread_variation1.phpt54 "w+","w+b","w+t",
156 -- File opened in mode w+ --
171 -- File opened in mode w+b --
186 -- File opened in mode w+t --
293 -- File opened in mode w+ --
308 -- File opened in mode w+b --
323 -- File opened in mode w+t --
430 -- File opened in mode w+ --
445 -- File opened in mode w+b --
460 -- File opened in mode w+t --
[all …]
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.5/Zend/tests/
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
/PHP-5.5/ext/pcre/tests/
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 Dpreg_match_all_error.phpt15 $pattern = '/\w/';
23 $pattern = '/\w/';
H A Dpreg_match_error.phpt15 $pattern = '/\w/';
23 $pattern = '/\w/';
H A Dpreg_replace_error.phpt15 $regex = '/\w/';
23 $regex = '/\w/';
H A Dbug40909.phpt7 "/\s([\w_\.\/]+)(?:=([\'\"]?(?:[\w\d\s\?=\(\)\.,'_#\/\\:;&-]|(?:\\\\\"|\\\')?)+[\'\"]?))?/";
/PHP-5.5/ext/standard/tests/array/
H A Dnatcasesort_object1.phpt37 new for_string_natcasesort("w"), new for_string_natcasesort("py"),
96 string(1) "w"
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
/PHP-5.5/ext/spl/tests/
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 DSplFileObject_fgetcsv_escape_default.phpt5 $fp = fopen('SplFileObject__fgetcsv.csv', 'w+');
H A DSplTempFileObject_constructor_basic.phpt14 string(1) "w"
H A DSplTempFileObject_constructor_memory_lt1_variation.phpt14 string(1) "w"
/PHP-5.5/ext/standard/tests/time/
H A Didate.phpt27 w: 4
/PHP-5.5/ext/openssl/tests/
H A Dbug54060.phpt8 $data = "jfdslkjvflsdkjvlkfjvlkjfvlkdm,4w 043920r 9234r 32904r 09243
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation6.phpt27 $regex_char = array ('\w+' => b'\w+',
84 --** Pattern is: \w+ **--

Completed in 35 milliseconds

1...<<11121314151617181920>>...37