/php-src/ext/standard/tests/strings/ |
H A D | htmlspecialchars_decode_variation5.phpt | 14 "\nRoy's height >\t; Sam's\v height\f", 15 "\r\tRoy's height >\r; Sam\t's height", 40 string(72) "Roy's height > Sam's height... 13 < 15... 49 string(72) "Roy's height > Sam's height... 13 < 15... 54 Roy's height > ; Sam's height" 56 Roy's height > ; Sam's height" 58 Roy's height > ; Sam's height" 60 Roy's height > ; Sam's height" 63 Roy's height > 64 ; Sam 's height" [all …]
|
H A D | htmlspecialchars_decode_variation4.phpt | 15 '\nRoy's height >\t; Sam's\v height\f', 16 '\r\tRoy's height >\r; Sam\t's height', 41 string(78) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string "" 46 string(38) "\nRoy's height >\t; Sam's\v height\f" 47 string(48) "\nRoy's height >\t; Sam's\v height\f" 48 string(48) "\nRoy's height >\t; Sam's\v height\f" 49 string(38) "\nRoy's height >\t; Sam's\v height\f" 51 string(38) "\r\tRoy's height >\r; Sam\t's height" 52 string(48) "\r\tRoy's height >\r; Sam\t's height" 53 string(48) "\r\tRoy's height >\r; Sam\t's height" [all …]
|
H A D | htmlspecialchars_decode_basic.phpt | 9 //value initialized = Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. "double quoted stri… 10 $single_quote_string = "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 000… 11 $double_quote_string = "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 000… 29 string(82) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string "" 30 string(82) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string "" 31 string(92) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted str… 32 string(92) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted str… 33 string(102) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quot… 34 string(102) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quot… 35 string(82) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string "" [all …]
|
H A D | htmlspecialchars_decode_variation3.phpt | 22 <html>Roy's height > Sam's height 30 <html>Roy's height\r > Sam\t's height 76 string(93) "<html>Roy's height > Sam's height 81 string(120) "<html>Roy's height 82 > Sam 's height
|
/php-src/ext/standard/tests/image/ |
H A D | getimagesize.phpt | 36 string(20) "width="1" height="1"" 51 string(20) "width="4" height="3"" 66 string(20) "width="1" height="1"" 98 string(20) "width="1" height="1"" 113 string(20) "width="1" height="1"" 130 string(20) "width="1" height="1"" 147 string(20) "width="1" height="1"" 164 string(20) "width="2" height="1"" 181 string(20) "width="1" height="3"" 196 string(20) "width="1" height="3"" [all …]
|
H A D | getimagesize_basic.phpt | 55 string(24) "width="200" height="100"" 75 string(24) "width="200" height="100"" 97 string(24) "width="200" height="100"" 115 string(24) "width="200" height="100"" 131 string(24) "width="200" height="100"" 149 string(24) "width="200" height="100"" 165 string(20) "width="1" height="1"" 185 string(20) "width="1" height="1"" 205 string(20) "width="4" height="1""
|
H A D | getimagesize_256_ico.phpt | 2 GetImageSize() for ico format with 256px height 20 string(23) "width="32" height="256""
|
H A D | getimagesizefromstring1.phpt | 25 string(23) "width="120" height="67"" 41 string(23) "width="120" height="67""
|
/php-src/ext/gd/tests/ |
H A D | imagecopyresampled_basic.phpt | 36 list($width, $height) = getimagesize($dest_lge); 37 echo "Size of original: width=". $width . " height=" . $height . "\n"; 40 $new_height = $height * $percent; 44 imagecopyresampled($image_sml, $image_lge, 0, 0, 0, 0, $new_width, $new_height, $width, $height); 48 list($width, $height) = getimagesize($dest_sml); 49 echo "Size of copy: width=". $width . " height=" . $height . "\n"; 66 Size of original: width=400 height=300 67 Size of copy: width=200 height=150
|
H A D | bug66356.phpt | 10 var_dump(imagecrop($img, array("x" => "a", "y" => 0, "width" => 10, "height" => 10))); 12 $arr = array("x" => "a", "y" => "12b", "width" => 10, "height" => 10); 17 var_dump(imagecrop($img, array("x" => 0, "y" => 0, "width" => -1, "height" => 10))); 20 var_dump(imagecrop($img, array("x" => -20, "y" => -20, "width" => 10, "height" => 10))); 23 var_dump(imagecrop($img, array("x" => 0x7fffff00, "y" => 0, "width" => 10, "height" => 10))); 26 var_dump(imagecrop($img, array("x" => 0, "y" => 0, "width" => 65535, "height" => 65535))); 38 [height] => 10
|
H A D | bug77943.phpt | 16 $height = 300; 17 $im = imagecreatetruecolor($width, $height); 22 imagefilledrectangle($im, 0, 0, $width-1, $height-1, $white); 24 imageline($im, 0, 0, $width, $height, $blue); 26 imageline($im, 10, 0, $width, $height-10, $blue);
|
H A D | bug39273.phpt | 14 $height = 300; 18 $img = imagecreatetruecolor($width, $height); 22 imagecopyresized($img, $small, 0,0, 0,0, $width, $height, $srcw, $srch);
|
H A D | bug77198_threshold.phpt | 31 $height = imagesy($cropped); 32 if ($height !== 1) { 33 printf("Pixel at %d, %d: unexpected height (%d)\n", $x, $y, $height);
|
H A D | bug77198_auto.phpt | 34 $height = imagesy($cropped); 35 if ($height !== 1) { 36 printf("Pixel at %d, %d: unexpected height (%d)\n", $x, $y, $height);
|
H A D | bug74435.phpt | 10 $height = imagesy($im); 12 for ($j = 0; $j < $height; $j += 16) {
|
/php-src/ext/gd/libgd/ |
H A D | wbmp.c | 112 createwbmp (int width, int height, int color) in createwbmp() argument 124 if (overflow2(sizeof (int) * width, height)) { in createwbmp() 136 wbmp->height = height; in createwbmp() 181 wbmp->height = getmbi (getin, in); in readwbmp() 182 if (wbmp->height == -1) in readwbmp() 189 printf ("W: %d, H: %d\n", wbmp->width, wbmp->height); in readwbmp() 193 overflow2(sizeof (int) * wbmp->width, wbmp->height)) in readwbmp() 210 for (row = 0; row < wbmp->height; row++) in readwbmp() 265 putmbi (wbmp->height, putout, out); /* height */ in writewbmp() 269 for (row = 0; row < wbmp->height; row++) in writewbmp() [all …]
|
H A D | gd_crop.c | 52 dst = gdImageCreate(crop->width, crop->height); in gdImageCrop() 82 const int height = gdImageSY(im); in gdImageCropAuto() local 91 crop.height = 0; in gdImageCropAuto() 121 for (y = 0; match && y < height; y++) { in gdImageCropAuto() 136 for (y = height - 1; match && y >= 0; y--) { in gdImageCropAuto() 141 crop.height = y - crop.y + 2; in gdImageCropAuto() 184 const int height = gdImageSY(im); in gdImageCropThreshold() local 193 crop.height = 0; in gdImageCropThreshold() 209 for (y = 0; match && y < height; y++) { in gdImageCropThreshold() 223 for (y = height - 1; match && y >= 0; y--) { in gdImageCropThreshold() [all …]
|
H A D | gd_png.c | 129 png_uint_32 width, height, rowbytes, w, h, res_x, res_y; in gdImageCreateFromPngCtx() local 204 im = gdImageCreate((int) width, (int) height); in gdImageCreateFromPngCtx() 353 for (h = 0; h < height; ++h) { in gdImageCreateFromPngCtx() 385 for (h = 0; h < height; h++) { in gdImageCreateFromPngCtx() 398 for (h = 0; h < height; h++) { in gdImageCreateFromPngCtx() 418 for (h = 0; h < height; ++h) { in gdImageCreateFromPngCtx() 493 int height = im->sy; in gdImagePngCtxEx() local 723 for (j = 0; j < height; ++j) { in gdImagePngCtxEx() 749 for (j = 0; j < height; ++j) { in gdImagePngCtxEx() 758 for (j = 0; j < height; ++j) { in gdImagePngCtxEx() [all …]
|
H A D | gd_bmp.c | 576 !gdGetIntLSB(&info->height, infile) || in bmp_read_windows_v3_info() 589 if (info->height < 0) { in bmp_read_windows_v3_info() 591 info->height = -info->height; in bmp_read_windows_v3_info() 636 !gdGetIntLSB(&info->height, infile) || in bmp_read_os2_v2_info() 654 if (info->height < 0) { in bmp_read_os2_v2_info() 656 info->height = -info->height; in bmp_read_os2_v2_info() 730 row = info->height - ypos - 1; in bmp_read_direct() 826 row = info->height - ypos - 1; in bmp_read_1bit() 898 row = info->height - ypos - 1; in bmp_read_4bit() 985 row = info->height - ypos - 1; in bmp_read_8bit() [all …]
|
H A D | wbmp.h | 31 int height; /* height of the image */ member 46 Wbmp *createwbmp( int width, int height, int color );
|
/php-src/ext/exif/tests/ |
H A D | bug77540.phpt | 7 $width = $height = 42; 8 $s = exif_thumbnail(__DIR__."/bug77540.jpg", $width, $height); 10 echo "Height ".$height."\n";
|
H A D | exif_thumbnail_streams.phpt | 17 exif_thumbnail($fp, height: $height); 18 var_dump($height);
|
/php-src/ext/standard/ |
H A D | image.c | 62 unsigned int height; member 133 result->height = abs((int32_t)result->height); in php_handle_bmp() 840 result->height = height; in php_handle_tiff() 889 result->height = height; in php_handle_iff() 952 height = (height << 7) | (i & 0x7f); in php_get_wbmp() 954 if (height > 2048) { in php_get_wbmp() 965 (*result)->height = height; in php_get_wbmp() 1012 if (height) { in php_get_xbm() 1032 if (width && height) { in php_get_xbm() 1036 (*result)->height = height; in php_get_xbm() [all …]
|
/php-src/ext/dom/tests/modern/html/parser/ |
H A D | predefined_namespaces.phpt | 15 <svg width="100" height="100" viewBox="0 0 4 2"> 16 <rect id="rectangle" x="10" y="20" width="90" height="60"> 49 Attribute: height (NONE) 56 Attribute: height (NONE) 68 <svg width="100" height="100" viewbox="0 0 4 2"> 69 <rect id="rectangle" x="10" y="20" width="90" height="60"> 88 <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewbox="0 0 4 2"> 89 <rect id="rectangle" x="10" y="20" width="90" height="60">
|
/php-src/ext/exif/ |
H A D | exif.stub.php | 24 * @param int $height 28 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false … argument
|