Home
last modified time | relevance | path

Searched refs:height (Results 26 – 50 of 101) sorted by last modified time

12345

/PHP-7.4/ext/gd/tests/
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 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)));
38 [height] => 10
H A Dsimilarity.inc54 // assumes image1 and image2 have same width and height
H A Dlibgd00094.xbm2 #define height 1073741824
/PHP-7.4/ext/gd/libgd/
H A Dgd_xbm.c40 unsigned int width = 0, height = 0; in gdImageCreateFromXbm() local
68 height = (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"
H A Dexif_read_exif_data_basic.phpt34 [html] => width="1" height="1"
/PHP-7.4/ext/exif/tests/bug74428/
H A Dbug74428.phpt31 string(22) "width="88" height="28""
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_basic.phpt14 //value initialized = Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. "double quoted stri…
15 $single_quote_string = "Roy&#039;s height &gt; Sam&#039;s height. 13 &lt; 25. 1111 &amp; 0000 = 000…
16 $double_quote_string = "Roy&#039;s height &gt; Sam&#039;s height. 13 &lt; 25. 1111 &amp; 0000 = 000…
34 string(92) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. " double quoted str…
35 string(92) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. " double quoted str…
36 string(92) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. " double quoted str…
37 string(92) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. " double quoted str…
38 string(102) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. &quot; double quot…
39 string(102) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. &quot; double quot…
40 string(82) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string ""
[all …]
H A Dhtmlspecialchars_decode_variation3.phpt27 <html>Roy&#039;s height &gt; Sam&#039;s height
35 <html>Roy&#039;s height\r &gt; Sam\t&#039;s height
81 string(103) "<html>Roy&#039;s height > Sam&#039;s height
86 string(130) "<html>Roy&#039;s height
87 > Sam &#039;s height
H A Dhtmlspecialchars_decode_variation4.phpt20 '\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f',
21 '\r\tRoy&#039;s height &gt\r; Sam\t&#039;s height',
49 string(78) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string ""
51 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
52 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
53 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
54 string(38) "\nRoy's height &gt\t; Sam's\v height\f"
56 string(48) "\r\tRoy&#039;s height &gt\r; Sam\t&#039;s height"
57 string(48) "\r\tRoy&#039;s height &gt\r; Sam\t&#039;s height"
58 string(48) "\r\tRoy&#039;s height &gt\r; Sam\t&#039;s height"
[all …]
H A Dhtmlspecialchars_decode_variation5.phpt19 "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f",
20 "\r\tRoy&#039;s height &gt\r; Sam\t&#039;s height",
45 string(82) "Roy&#039;s height > Sam&#039;s height... 13 < 15...
48 string(82) "Roy&#039;s height > Sam&#039;s height... 13 < 15...
54 string(72) "Roy's height > Sam's height... 13 < 15...
59 Roy&#039;s height &gt ; Sam&#039;s height "
61 Roy&#039;s height &gt ; Sam&#039;s height "
63 Roy&#039;s height &gt ; Sam&#039;s height "
65 Roy's height &gt ; Sam's height "
77 Roy's height &gt
[all …]
/PHP-7.4/ext/standard/tests/image/
H A Dbug13213.phpt17 string(20) "width="1" height="1""
H A Dbug70052.phpt18 string(20) "width="3" height="3""
H A Dgetimagesize.phpt36 string(20) "width="1" height="1""
51 string(20) "width="4" height="3""
66 string(20) "width="1" height="1""
81 string(20) "width="1" height="1""
96 string(20) "width="1" height="1""
113 string(20) "width="1" height="1""
130 string(20) "width="1" height="1""
147 string(20) "width="2" height="1""
164 string(20) "width="1" height="3""
179 string(20) "width="1" height="3""
[all …]
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_swc.phpt22 string(24) "width="550" height="400""
H A Dgetimagesizefromstring1.phpt25 string(23) "width="120" height="67""
41 string(23) "width="120" height="67""
H A Diptcembed_002.phpt47 list($width, $height, $type, $attr) = getimagesize($file,$info);
49 if ($height!=1) { echo "height error".PHP_EOL;exit(1); }
80 list($width, $height, $type, $attr) = $ret;
82 if ($height!=1) { echo "height error".PHP_EOL;exit(1); }

Completed in 46 milliseconds

12345