Home
last modified time | relevance | path

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

123456

/PHP-5.6/ext/gd/tests/
H A Dlibgd00094.xbm1 #define width 255
H A Dbug19366.phpt10 $width = 50;
12 $ImHandle = imagecreate($width,$height);
H A Dbug39286.phpt13 Warning: imagecreatefromgd2part(): Zero width or height not allowed in %s on line %d
H A Dfunc.inc126 $width = imagesx($image);
128 $result = imagecreatetruecolor($width, $height);
129 imagecopy($result, $image, 0,0, 0,0, $width, $height);
H A Dbug53504.phpt78 $width = sqrt(pow($bboxDrawn[2] - $bboxDrawn[0], 2) + pow($bboxDrawn[3] - $bboxDrawn[1], 2));
80 $test['x'] + $width * cos(deg2rad($test['angle'])),
81 $test['y'] - $width * sin(deg2rad($test['angle'])), $blue);
H A Dbug38212.phpt18 Warning: imagecreatefromgd2part(): Zero width or height not allowed in %s on line %d
H A Dbug53640.phpt2 Bug #53640 (XBM images require width to be multiple of 8)
/PHP-5.6/
H A Dfooter4 * tab-width: 4
/PHP-5.6/ext/standard/tests/image/
H A Dbug70052.phpt18 string(20) "width="3" height="3""
H A Dgetimagesize_swc.phpt22 string(24) "width="550" height="400""
H A Dbug13213.phpt17 string(20) "width="1" height="1""
H A Dbug72278.phpt25 string(24) "width="300" height="300""
H A Dgetimagesize_246x247.phpt36 string(24) "width="246" height="247""
H A Dgetimagesize_384x385.phpt36 string(24) "width="384" height="385""
/PHP-5.6/ext/gd/libgd/
H A Dgd_wbmp.c139 if (!(im = gdImageCreate (wbmp->width, wbmp->height))) { in gdImageCreateFromWBMPCtx()
152 for (col = 0; col < wbmp->width; col++) { in gdImageCreateFromWBMPCtx()
H A Dgd_gif_in.c191 int width, height; in gdImageCreateFromGifCtx() local
223 width = LM_to_uint(buf[4], buf[5]); in gdImageCreateFromGifCtx()
226 if (left + width > screen_width || top + height > screen_height) { in gdImageCreateFromGifCtx()
233 if (!(im = gdImageCreate(width, height))) { in gdImageCreateFromGifCtx()
242 ReadImage(im, fd, width, height, localColorMap, in gdImageCreateFromGifCtx()
249 ReadImage(im, fd, width, height, in gdImageCreateFromGifCtx()
/PHP-5.6/ext/mbstring/tests/
H A Dbug28220.phpt2 Bug #28220 (mb_strwidth() returns wrong width values for some Hangul characters)
H A Dbug72691.phpt2 Bug #72691 (mb_ereg_search raises a warning if a match zero-width)
H A Dbug72693.phpt2 Bug #72693 (mb_ereg_search increments search position when a match zero-width)
/PHP-5.6/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.6/ext/exif/tests/
H A Dbug34704.phpt31 string(24) "width="386" height="488""
H A Dexif007.phpt29 string(20) "width="1" height="1""
/PHP-5.6/sapi/phttpd/
H A Dconfig.m420 dnl ## tab-width: 4

Completed in 24 milliseconds

123456