Home
last modified time | relevance | path

Searched refs:w (Results 276 – 300 of 1026) sorted by relevance

1...<<11121314151617181920>>...42

/PHP-7.2/ext/gd/libgd/
H A Dgd_gd2.c412 gdImagePtr gdImageCreateFromGd2PartPtr (int size, void *data, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartPtr() argument
416 im = gdImageCreateFromGd2PartCtx(in, srcx, srcy, w, h); in gdImageCreateFromGd2PartPtr()
422 gdImagePtr gdImageCreateFromGd2Part (FILE * inFile, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2Part() argument
427 im = gdImageCreateFromGd2PartCtx(in, srcx, srcy, w, h); in gdImageCreateFromGd2Part()
434 gdImagePtr gdImageCreateFromGd2PartCtx (gdIOCtx * in, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartCtx() argument
455 if (w<1 || h <1) { in gdImageCreateFromGd2PartCtx()
471 im = gdImageCreateTrueColor(w, h); in gdImageCreateFromGd2PartCtx()
473 im = gdImageCreate(w, h); in gdImageCreateFromGd2PartCtx()
520 ecx = (srcx + w) / cs; in gdImageCreateFromGd2PartCtx()
604 …if ((x >= srcx) && (x < (srcx + w)) && (x < fsx) && (x >= 0) && (y >= srcy) && (y < (srcy + h)) &&… in gdImageCreateFromGd2PartCtx()
/PHP-7.2/ext/pcre/tests/
H A Dbug40909.phpt7 "/\s([\w_\.\/]+)(?:=([\'\"]?(?:[\w\d\s\?=\(\)\.,'_#\/\\:;&-]|(?:\\\\\"|\\\')?)+[\'\"]?))?/";
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 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…
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
/PHP-7.2/ext/phar/tests/files/
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
/PHP-7.2/ext/spl/tests/
H A DSplFileObject_fgetcsv_basic.phpt5 $fp = fopen('SplFileObject__fgetcsv1.csv', 'w+');
H A DSplFileObject_fgetcsv_delimiter_basic.phpt5 $fp = fopen('SplFileObject__fgetcsv2.csv', 'w+');
H A DSplFileObject_fgetcsv_enclosure_basic.phpt5 $fp = fopen('SplFileObject__fgetcsv4.csv', 'w+');
H A DSplTempFileObject_constructor_basic.phpt14 string(1) "w"
H A DSplFileObject_fgetcsv_escape_basic.phpt5 $fp = fopen('SplFileObject__fgetcsv6.csv', 'w+');
H A DSplFileObject_fgetcsv_escape_default.phpt5 $fp = fopen('SplFileObject__fgetcsv7.csv', 'w+');
H A DSplTempFileObject_constructor_memory_lt1_variation.phpt14 string(1) "w"
/PHP-7.2/ext/standard/tests/time/
H A Didate.phpt27 w: 4
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput165 /\w/P
8 /\w/WP
/PHP-7.2/ext/standard/tests/array/
H A Dnatcasesort_object1.phpt37 new for_string_natcasesort("w"), new for_string_natcasesort("py"),
95 string(1) "w"
/PHP-7.2/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 Dfgetcsv_variation26.phpt32 $file_modes = array ("w", "wb", "wt",
82 -- Testing fgetcsv() with file opened using w mode --
127 -- Testing fgetcsv() with file opened using w mode --
172 -- Testing fgetcsv() with file opened using w mode --
217 -- Testing fgetcsv() with file opened using w mode --
262 -- Testing fgetcsv() with file opened using w mode --
307 -- Testing fgetcsv() with file opened using w mode --
352 -- Testing fgetcsv() with file opened using w mode --
397 -- Testing fgetcsv() with file opened using w mode --
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 D006_variation2.phpt10 $fp = fopen($filename, 'w');
36 $file_handle = fopen($file_name, "w");
62 "r+w",
63 "r+w+x",
/PHP-7.2/ext/openssl/tests/
H A Dbug54060.phpt8 $data = "jfdslkjvflsdkjvlkfjvlkjfvlkdm,4w 043920r 9234r 32904r 09243
/PHP-7.2/ext/gd/tests/
H A Dbug42434.phpt2 Bug #42434 (ImageLine w/ antialias = 1px shorter)

Completed in 75 milliseconds

1...<<11121314151617181920>>...42