Home
last modified time | relevance | path

Searched refs:width (Results 51 – 75 of 134) sorted by relevance

123456

/PHP-7.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-7.3/ext/exif/tests/
H A Dbug34704-mb.phpt31 string(24) "width="386" height="488""
H A Dbug34704.phpt31 string(24) "width="386" height="488""
H A Dexif007.phpt29 string(20) "width="1" height="1""
H A Dbug68547.phpt27 string(20) "width="1" height="1""
H A Dbug68799.phpt52 [html] => width="1" height="1"
H A Dexif024.phpt29 string(20) "width="1" height="1""
H A Dexif025.phpt29 string(20) "width="1" height="1""
H A Dexif008.phpt29 string(20) "width="1" height="1""
/PHP-7.3/ext/standard/tests/image/
H A Dgetimagesize_wbmp.phpt27 string(22) "width="75" height="50""
H A Dgetimagesize_xbm.phpt27 string(22) "width="75" height="50""
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_tif_mm.phpt27 string(20) "width="2" height="2""
H A Dgetimagesize_variation4.phpt32 string(24) "width="550" height="400""
H A Dgetimagesize_variation_005.phpt32 string(24) "width="550" height="400""
/PHP-7.3/ext/mbstring/tests/
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-7.3/ext/gd/tests/
H A Dbug53640.phpt2 Bug #53640 (XBM images require width to be multiple of 8)
H A Dbug75111.phpt13 $str .= pack("V", 256); // width
/PHP-7.3/ext/gd/libgd/
H A Dgd_gif_in.c192 int width, height; in gdImageCreateFromGifCtx() local
224 width = LM_to_uint(buf[4], buf[5]); in gdImageCreateFromGifCtx()
227 if (left + width > screen_width || top + height > screen_height) { in gdImageCreateFromGifCtx()
234 if (!(im = gdImageCreate(width, height))) { in gdImageCreateFromGifCtx()
243 ReadImage(im, fd, width, height, localColorMap, in gdImageCreateFromGifCtx()
250 ReadImage(im, fd, width, height, in gdImageCreateFromGifCtx()
H A Dgdxpm.c41 if (!(im = gdImageCreate(image.width, image.height))) { in gdImageCreateFromXpm()
127 for (j = 0; j < image.width; j++) { in gdImageCreateFromXpm()
/PHP-7.3/ext/exif/tests/bug74428/
H A Dbug74428.phpt31 string(22) "width="88" height="28""

Completed in 35 milliseconds

123456