/PHP-5.3/ext/filter/tests/ |
H A D | 026.phpt | 8 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to… 12 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to… 16 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
|
/PHP-5.3/ext/gd/tests/ |
H A D | imageloadfont_invalid.phpt | 10 $filename = dirname(__FILE__) . '/font.gdf'; 17 $font = imageloadfont($filename); 19 imagestring($image, $font, 0, 0, "Hello", $black); 26 Warning: imageloadfont(): Error reading font, invalid font header in %simageloadfont_invalid.php on…
|
H A D | bug48555.phpt | 11 $font = "$cwd/Tuffy.ttf"; 12 $box = ImageFTBBox(14, 0, $font, "Text without line-break"); 15 $box = ImageFTBBox(14, 0, $font, "Text with\nline-break\none more");
|
H A D | imageloadfont_error2.phpt | 11 var_dump( imageloadfont('\src\invalidfile.font') ); 14 Warning: imageloadfont(\src\invalidfile.font): failed to open stream: No such file or directory in …
|
H A D | bug48801_1.phpt | 14 $font = "$cwd/Tuffy.ttf"; 15 $bbox = imageftbbox(50, 0, $font, "image");
|
H A D | bug48801.phpt | 14 $font = "$cwd/Tuffy.ttf"; 15 $bbox = imageftbbox(50, 0, $font, "image");
|
H A D | bug48732.phpt | 11 $font = "$cwd/Tuffy.ttf"; 15 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
|
H A D | bug49600.phpt | 12 $font = "$cwd/Tuffy.ttf"; 17 $x = imagettftext($image, 32, 0, 0, 0, $color, $font, $c);
|
H A D | bug43073.phpt | 14 $font = "$cwd/Tuffy.ttf"; 24 $bbox = imagettftext($g, 24, $angle, 400+$x, 400+$y, $black, $font, 'ABCDEF');
|
H A D | bug43073_1.phpt | 14 $font = "$cwd/Tuffy.ttf"; 24 $bbox = imagettftext($g, 24, $angle, 400+$x, 400+$y, $black, $font, 'ABCDEF');
|
H A D | imagechar_error7.phpt | 13 $result = imagechar($image, 1, 5, 5, 'C', 'font');
|
H A D | imagecharup_error7.phpt | 13 $result = imagecharup($image, 1, 5, 5, 'C', 'font');
|
H A D | imagestring_error7.phpt | 13 $result = imagestring($image, 1, 5, 5, 'String', 'font');
|
H A D | imagestringup_error7.phpt | 13 $result = imagestringup($image, 1, 5, 5, 'String', 'font');
|
/PHP-5.3/ext/phar/tests/zip/ |
H A D | bug48791.phpt | 14 …font-face-decls><style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol"/><style:font…
|
/PHP-5.3/ext/session/tests/ |
H A D | bug36459.phpt | 25 style="font: normal 11pt Times New Roman">incorrect link</a><br /> 27 …<a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2" style="font: normal 11pt Times New Rom… 38 style="font: normal 11pt Times New Roman">incorrect link</a><br /> 40 …<a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2&sid=%s" style="font: normal 11pt Times …
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 1506 efree(font); in PHP_FUNCTION() 1520 body_size = font->w * font->h * font->nchars; in PHP_FUNCTION() 1522 font->w = FLIPWORD(font->w); in PHP_FUNCTION() 1523 font->h = FLIPWORD(font->h); in PHP_FUNCTION() 1524 font->nchars = FLIPWORD(font->nchars); in PHP_FUNCTION() 1525 body_size = font->w * font->h * font->nchars; in PHP_FUNCTION() 1528 if (overflow2(font->nchars, font->h)) { in PHP_FUNCTION() 1534 if (overflow2(font->nchars * font->h, font->w )) { in PHP_FUNCTION() 3528 return font; in php_find_gd_font() 3546 RETURN_LONG(arg ? font->h : font->w); in php_imagefontsize() [all …]
|
H A D | config.m4 | 40 PHP_ARG_ENABLE(gd-jis-conv, whether to enable JIS-mapped Japanese font support in GD, 41 [ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support], no, no)
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gdft.c | 789 font_t *font; local 832 font = (font_t *) gdCacheGet (fontCache, &fontkey); 833 if (!font) { 838 face = font->face; /* shortcut */ 885 if (font->have_char_map_unicode) { 890 if (font->have_char_map_sjis) { 912 if (font->have_char_map_sjis) { 956 if (font->face->family_name && font->face->charmap->encoding && 957 …font->face->charmap->encoding == FT_ENCODING_MS_SYMBOL && strcmp(font->face->family_name, "Symbol"… 973 if (font->have_char_map_unicode) { [all …]
|
/PHP-5.3/ext/tidy/tests/ |
H A D | 016.phpt | 18 p.c1 {font-weight: bold}
|
/PHP-5.3/ |
H A D | README.EXT_SKEL | 131 bool my_drawtext(resource image, string text, resource font, int x, int y [, int color]) 137 /* {{{ proto bool my_drawtext(resource image, string text, resource font, int x, int y [, int color… 150 zval *font = NULL; 152 …if (zend_parse_parameters(argc TSRMLS_CC, "rsrll|l", &image, &text, &text_len, &font, &x, &y, &col… 158 if (font) { 159 ZEND_FETCH_RESOURCE(???, ???, font, font_id, "???", ???_rsrc_id);
|
/PHP-5.3/ext/exif/ |
H A D | test.txt | 160 font-size: 12pt; 163 font-size: 20pt; 164 font-weight:bold; 167 font-size: 16pt; 168 font-weight:bold;
|
/PHP-5.3/ext/sockets/tests/ |
H A D | socket_strerror.phpt | 84 string(20) "Bad font file format"
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 21 # RISC OS new format font files 23 0 string FONT\0 RISC OS outline font data, 25 0 string FONT\1 RISC OS 1bpp font data, 27 0 string FONT\4 RISC OS 4bpp font data 288 0 beshort 0x0f00 AmigaOS bitmap font 5145 >4 lelong 0x10000039 font file 6848 0 string flf FIGlet font 6866 0 string PFR1 PFR1 font 6871 !:mime application/x-font-ttf 6887 0 string OTTO OpenType font data [all …]
|
/PHP-5.3/ext/mbstring/ |
H A D | README_PHP3-i18n-ja | 756 ImageTTFText($im,$size,$angle,$x1,$y1,$color,"/path/to/font.ttf", 761 ImageTTFText($im,$size,$angle,$x1,$y1,$color,"/path/to/font.ttf","���ܸ�");
|