Home
last modified time | relevance | path

Searched refs:width (Results 26 – 50 of 126) sorted by last modified time

123456

/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_basic.phpt61 string(24) "width="200" height="100""
81 string(24) "width="200" height="100""
103 string(24) "width="200" height="100""
121 string(24) "width="200" height="100""
137 string(24) "width="200" height="100""
155 string(24) "width="200" height="100""
171 string(20) "width="1" height="1""
191 string(20) "width="1" height="1""
211 string(20) "width="4" height="1""
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""
H A Dgetimagesize_wbmp.phpt27 string(22) "width="75" height="50""
H A Dgetimagesize_xbm.phpt27 string(22) "width="75" height="50""
/PHP-7.4/ext/standard/
H A Dscanf.c587 size_t width; in php_sscanf_internal() local
721 width = 0; in php_sscanf_internal()
793 if (0 == width) { in php_sscanf_internal()
794 width = 1; in php_sscanf_internal()
840 if (width == 0) { in php_sscanf_internal()
850 if (--width == 0) { in php_sscanf_internal()
870 if (width == 0) { in php_sscanf_internal()
934 if ((width == 0) || (width > sizeof(buf) - 1)) { in php_sscanf_internal()
939 for (end = buf; width > 0; width--) { in php_sscanf_internal()
1074 if ((width == 0) || (width > sizeof(buf) - 1)) { in php_sscanf_internal()
[all …]
H A Dformatted_print.c221 size_t width, char padding, in php_sprintf_appenddouble() argument
444 width = precision = 0; in php_formatted_print()
501 width = 0; in php_formatted_print()
546 width, precision, padding, in php_formatted_print()
557 width, padding, alignment, in php_formatted_print()
564 width, padding, alignment); in php_formatted_print()
575 width, padding, alignment, in php_formatted_print()
589 width, padding, alignment, 3, in php_formatted_print()
596 width, padding, alignment, 4, in php_formatted_print()
603 width, padding, alignment, 4, in php_formatted_print()
[all …]
/PHP-7.4/ext/gd/tests/
H A Dbug74435.phpt11 $width = imagesx($im);
13 for ($i = 0; $i < $width; $i += 16) {
H A Dbug75111.phpt13 $str .= pack("V", 256); // width
H A Dbug75124.phpt15 for ($i = 0, $width = imagesx($im); $i < $width; $i ++) {
H A Dbug77943.phpt11 $width = 400;
13 $im = imagecreatetruecolor($width, $height);
18 imagefilledrectangle($im, 0, 0, $width-1, $height-1, $white);
20 imageline($im, 0, 0, $width, $height, $blue);
22 imageline($im, 10, 0, $width, $height-10, $blue);
H A Dfunc.inc126 $width = imagesx($image);
128 $result = imagecreatetruecolor($width, $height);
129 imagecopy($result, $image, 0,0, 0,0, $width, $height);
H A Dbug38212-mb.phpt17 Warning: imagecreatefromgd2part(): Zero width or height not allowed in %s on line %d
H A Dbug39286-mb.phpt12 Warning: imagecreatefromgd2part(): Zero width or height not allowed in %s on line %d
H A Dbug39286.phpt12 Warning: imagecreatefromgd2part(): Zero width or height not allowed in %s on line %d
H A Dbug38212.phpt17 Warning: imagecreatefromgd2part(): Zero width or height not allowed in %s on line %d
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 Dbug66356.phpt12 var_dump(imagecrop($img, array("x" => "a", "y" => 0, "width" => 10, "height" => 10)));
14 $arr = array("x" => "a", "y" => "12b", "width" => 10, "height" => 10);
19 var_dump(imagecrop($img, array("x" => 0, "y" => 0, "width" => -1, "height" => 10)));
22 var_dump(imagecrop($img, array("x" => -20, "y" => -20, "width" => 10, "height" => 10)));
25 var_dump(imagecrop($img, array("x" => 0x7fffff00, "y" => 0, "width" => 10, "height" => 10)));
28 var_dump(imagecrop($img, array("x" => 0, "y" => 0, "width" => 65535, "height" => 65535)));
37 [width] => 10
/PHP-7.4/ext/gd/libgd/
H A Dgd_xbm.c40 unsigned int width = 0, height = 0; in gdImageCreateFromXbm() local
65 width = (unsigned int) value; in gdImageCreateFromXbm()
81 bytes = (width + 7) / 8 * height; in gdImageCreateFromXbm()
100 if(!(im = gdImageCreate(width, height))) { in gdImageCreateFromXbm()
/PHP-7.4/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 Dbug68547.phpt27 string(20) "width="1" height="1""
H A Dexif_read_exif_data_basic-mb.phpt34 [html] => width="1" height="1"
/PHP-7.4/ext/exif/tests/bug74428/
H A Dbug74428.phpt31 string(22) "width="88" height="28""

Completed in 29 milliseconds

123456