Home
last modified time | relevance | path

Searched refs:width (Results 26 – 50 of 108) sorted by relevance

12345

/PHP-5.3/ext/standard/tests/image/
H A Dgetimagesize_swc.phpt22 string(24) "width="550" height="400""
H A Dgetimagesize_246x247.phpt36 string(24) "width="246" height="247""
H A Dgetimagesize_384x385.phpt36 string(24) "width="384" height="385""
H A Dgetimagesize_variation4.phpt32 string(24) "width="550" height="400""
H A Dgetimagesize_wbmp.phpt33 string(22) "width="75" height="50""
H A Dgetimagesize_xbm.phpt33 string(22) "width="75" height="50""
H A Dgetimagesize_tif_mm.phpt33 string(20) "width="2" height="2""
H A Dgetimagesize_variation_005.phpt32 string(24) "width="550" height="400""
/PHP-5.3/ext/mbstring/tests/
H A Dbug28220.phpt2 Bug #28220 (mb_strwidth() returns wrong width values for some Hangul characters)
/PHP-5.3/ext/gd/tests/
H A Dbug38212.phpt18 Warning: imagecreatefromgd2part(): Zero width or height not allowed in %s on line %d
/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_variation52.phpt25 echo"\n-- Testing for invalid width(-15) specifier --\n";
53 -- Testing for invalid width(-15) specifier --
H A Dwordwrap_variation4.phpt5 /* Prototype : string wordwrap ( string $str [, int $width [, string $break [, bool $cut]]] )
17 $width = 10;
76 var_dump( wordwrap($str, $width, $break, $cut) );
H A Dwordwrap_variation1.phpt5 /* Prototype : string wordwrap ( string $str [, int $width [, string $break [, bool $cut]]] )
16 $width = 3;
86 var_dump( wordwrap($str, $width) );
87 var_dump( wordwrap($str, $width, $break) );
91 var_dump( wordwrap($str, $width, $break, $cut) );
95 var_dump( wordwrap($str, $width, $break, $cut) );
/PHP-5.3/ext/gd/libgd/
H A Dgd_gif_in.c186 int width, height; in gdImageCreateFromGifCtx() local
218 width = LM_to_uint(buf[4], buf[5]); in gdImageCreateFromGifCtx()
221 if (left + width > screen_width || top + height > screen_height) { in gdImageCreateFromGifCtx()
228 if (!(im = gdImageCreate(width, height))) { in gdImageCreateFromGifCtx()
237 ReadImage(im, fd, width, height, localColorMap, in gdImageCreateFromGifCtx()
244 ReadImage(im, fd, width, height, in gdImageCreateFromGifCtx()
H A Dgdxpm.c35 if (!(im = gdImageCreate(image.width, image.height))) { in gdImageCreateFromXpm()
122 for (j = 0; j < image.width; j++) { in gdImageCreateFromXpm()
/PHP-5.3/ext/exif/tests/
H A Dbug34704.phpt32 string(24) "width="386" height="488""
H A Dexif007.phpt29 string(20) "width="1" height="1""
H A Dexif025.phpt29 string(20) "width="1" height="1""
H A Dexif024.phpt29 string(20) "width="1" height="1""
H A Dexif008.phpt29 string(20) "width="1" height="1""
H A Dexif009.phpt29 string(20) "width="1" height="1""
/PHP-5.3/sapi/phttpd/
H A Dconfig.m420 dnl ## tab-width: 4
/PHP-5.3/sapi/isapi/
H A Dconfig.m423 dnl ## tab-width: 4
/PHP-5.3/sapi/pi3web/
H A Dconfig.m426 dnl ## tab-width: 4
/PHP-5.3/sapi/aolserver/
H A Dconfig.m430 dnl ## tab-width: 4

Completed in 40 milliseconds

12345