php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
gd.c File Reference
#include "php.h"
#include "php_ini.h"
#include "ext/standard/head.h"
#include <math.h>
#include "SAPI.h"
#include "php_gd.h"
#include "ext/standard/php_image.h"
#include "ext/standard/info.h"
#include "php_open_temporary_file.h"
#include "php_memory_streams.h"
#include "zend_object_handlers.h"
#include "gd_compat.h"
#include <gd.h>
#include <gd_errors.h>
#include <gdfontt.h>
#include <gdfonts.h>
#include <gdfontmb.h>
#include <gdfontl.h>
#include <gdfontg.h>
#include "gd_arginfo.h"

Go to the source code of this file.

Data Structures

struct  _gd_ext_image_object
 
struct  _php_gd_font_object
 

Macros

#define M_PI   3.14159265358979323846
 
#define PHP_GD_FLIP_HORIZONTAL   1
 
#define PHP_GD_FLIP_VERTICAL   2
 
#define PHP_GD_FLIP_BOTH   3
 
#define PHP_GD_VERSION_STRING   GD_VERSION_STRING
 
#define FLIPWORD(a)
 
#define CHECK_RGBA_RANGE(component, name, argument_number)
 
#define TTFTEXT_DRAW   0
 
#define TTFTEXT_BBOX   1
 
#define PHP_GD_SINGLE_RES
 
#define CTX_PUTC(c, ctx)
 

Typedefs

typedef struct _gd_ext_image_object php_gd_image_object
 
typedef struct _php_gd_font_object php_gd_font_object
 

Functions

int overflow2 (int a, int b)
 
PHP_GD_API gdImagePtr php_gd_libgdimageptr_from_zval_p (zval *zp)
 
zend_objectphp_gd_image_object_create (zend_class_entry *class_type)
 
void php_gd_assign_libgdimageptr_as_extgdimage (zval *val, gdImagePtr image)
 
void php_gd_error_method (int type, const char *format, va_list args)
 
 PHP_MINIT_FUNCTION (gd)
 
 PHP_MSHUTDOWN_FUNCTION (gd)
 
 PHP_RSHUTDOWN_FUNCTION (gd)
 
 PHP_MINFO_FUNCTION (gd)
 
 PHP_FUNCTION (gd_info)
 
 PHP_FUNCTION (imageloadfont)
 
 PHP_FUNCTION (imagesetstyle)
 
 PHP_FUNCTION (imagecreatetruecolor)
 
 PHP_FUNCTION (imageistruecolor)
 
 PHP_FUNCTION (imagetruecolortopalette)
 
 PHP_FUNCTION (imagepalettetotruecolor)
 
 PHP_FUNCTION (imagecolormatch)
 
 PHP_FUNCTION (imagesetthickness)
 
 PHP_FUNCTION (imagefilledellipse)
 
 PHP_FUNCTION (imagefilledarc)
 
 PHP_FUNCTION (imagealphablending)
 
 PHP_FUNCTION (imagesavealpha)
 
 PHP_FUNCTION (imagelayereffect)
 
 PHP_FUNCTION (imagecolorallocatealpha)
 
 PHP_FUNCTION (imagecolorresolvealpha)
 
 PHP_FUNCTION (imagecolorclosestalpha)
 
 PHP_FUNCTION (imagecolorexactalpha)
 
 PHP_FUNCTION (imagecopyresampled)
 
 PHP_FUNCTION (imagerotate)
 
 PHP_FUNCTION (imagesettile)
 
 PHP_FUNCTION (imagesetbrush)
 
 PHP_FUNCTION (imagecreate)
 
 PHP_FUNCTION (imagetypes)
 
 PHP_FUNCTION (imagecreatefromstring)
 
 PHP_FUNCTION (imagecreatefromgif)
 
 PHP_FUNCTION (imagecreatefromxbm)
 
 PHP_FUNCTION (imagecreatefromwbmp)
 
 PHP_FUNCTION (imagecreatefromgd)
 
 PHP_FUNCTION (imagecreatefromgd2)
 
 PHP_FUNCTION (imagecreatefromgd2part)
 
 PHP_FUNCTION (imagexbm)
 
 PHP_FUNCTION (imagegif)
 
 PHP_FUNCTION (imagewbmp)
 
 PHP_FUNCTION (imagegd)
 
 PHP_FUNCTION (imagegd2)
 
 PHP_FUNCTION (imagedestroy)
 
 PHP_FUNCTION (imagecolorallocate)
 
 PHP_FUNCTION (imagepalettecopy)
 
 PHP_FUNCTION (imagecolorat)
 
 PHP_FUNCTION (imagecolorclosest)
 
 PHP_FUNCTION (imagecolorclosesthwb)
 
 PHP_FUNCTION (imagecolordeallocate)
 
 PHP_FUNCTION (imagecolorresolve)
 
 PHP_FUNCTION (imagecolorexact)
 
 PHP_FUNCTION (imagecolorset)
 
 PHP_FUNCTION (imagecolorsforindex)
 
 PHP_FUNCTION (imagegammacorrect)
 
 PHP_FUNCTION (imagesetpixel)
 
 PHP_FUNCTION (imageline)
 
 PHP_FUNCTION (imagedashedline)
 
 PHP_FUNCTION (imagerectangle)
 
 PHP_FUNCTION (imagefilledrectangle)
 
 PHP_FUNCTION (imagearc)
 
 PHP_FUNCTION (imageellipse)
 
 PHP_FUNCTION (imagefilltoborder)
 
 PHP_FUNCTION (imagefill)
 
 PHP_FUNCTION (imagecolorstotal)
 
 PHP_FUNCTION (imagecolortransparent)
 
 PHP_FUNCTION (imageinterlace)
 
 PHP_FUNCTION (imagepolygon)
 
 PHP_FUNCTION (imageopenpolygon)
 
 PHP_FUNCTION (imagefilledpolygon)
 
 PHP_FUNCTION (imagefontwidth)
 
 PHP_FUNCTION (imagefontheight)
 
 PHP_FUNCTION (imagechar)
 
 PHP_FUNCTION (imagecharup)
 
 PHP_FUNCTION (imagestring)
 
 PHP_FUNCTION (imagestringup)
 
 PHP_FUNCTION (imagecopy)
 
 PHP_FUNCTION (imagecopymerge)
 
 PHP_FUNCTION (imagecopymergegray)
 
 PHP_FUNCTION (imagecopyresized)
 
 PHP_FUNCTION (imagesx)
 
 PHP_FUNCTION (imagesy)
 
 PHP_FUNCTION (imagesetclip)
 
 PHP_FUNCTION (imagegetclip)
 
 PHP_FUNCTION (imagefilter)
 
 PHP_FUNCTION (imageconvolution)
 
 PHP_FUNCTION (imageflip)
 
 PHP_FUNCTION (imageantialias)
 
 PHP_FUNCTION (imagecrop)
 
 PHP_FUNCTION (imagecropauto)
 
 PHP_FUNCTION (imagescale)
 
 PHP_FUNCTION (imageaffine)
 
 PHP_FUNCTION (imageaffinematrixget)
 
 PHP_FUNCTION (imageaffinematrixconcat)
 
 PHP_FUNCTION (imagegetinterpolation)
 
 PHP_FUNCTION (imagesetinterpolation)
 
 PHP_FUNCTION (imageresolution)
 

Variables

zend_class_entrygd_image_ce
 
zend_module_entry gd_module_entry
 

Macro Definition Documentation

◆ CHECK_RGBA_RANGE

#define CHECK_RGBA_RANGE ( component,
name,
argument_number )
Value:
if (component < 0 || component > gd##name##Max) { \
zend_argument_value_error(argument_number, "must be between 0 and %d (inclusive)", gd##name##Max); \
RETURN_THROWS(); \
}
zend_string * name

Definition at line 945 of file gd.c.

◆ CTX_PUTC

#define CTX_PUTC ( c,
ctx )
Value:
ctx->putC(ctx, c)

Definition at line 4419 of file gd.c.

◆ FLIPWORD

#define FLIPWORD ( a)
Value:
(((a & 0xff000000) >> 24) | ((a & 0x00ff0000) >> 8) | ((a & 0x0000ff00) << 8) | ((a & 0x000000ff) << 24))
$obj a
Definition test.php:84

Definition at line 525 of file gd.c.

◆ M_PI

#define M_PI   3.14159265358979323846

Definition at line 88 of file gd.c.

◆ PHP_GD_FLIP_BOTH

#define PHP_GD_FLIP_BOTH   3

Definition at line 94 of file gd.c.

◆ PHP_GD_FLIP_HORIZONTAL

#define PHP_GD_FLIP_HORIZONTAL   1

Definition at line 92 of file gd.c.

◆ PHP_GD_FLIP_VERTICAL

#define PHP_GD_FLIP_VERTICAL   2

Definition at line 93 of file gd.c.

◆ PHP_GD_SINGLE_RES

#define PHP_GD_SINGLE_RES
Value:
zval *SIM; \
gdImagePtr im_src; \
if (zend_parse_parameters(1, "O", &SIM, gd_image_ce) == FAILURE) { \
RETURN_THROWS(); \
} \
zend_class_entry * gd_image_ce
Definition gd.c:134
PHP_GD_API gdImagePtr php_gd_libgdimageptr_from_zval_p(zval *zp)
Definition gd.c:162
gdImage * gdImagePtr
Definition gd.h:248
ZEND_API zend_result zend_parse_parameters(uint32_t num_args, const char *type_spec,...)
Definition zend_API.c:1300
struct _zval_struct zval
@ FAILURE
Definition zend_types.h:61

Definition at line 3448 of file gd.c.

◆ PHP_GD_VERSION_STRING

#define PHP_GD_VERSION_STRING   GD_VERSION_STRING

Definition at line 374 of file gd.c.

◆ TTFTEXT_BBOX

#define TTFTEXT_BBOX   1

Definition at line 3340 of file gd.c.

◆ TTFTEXT_DRAW

#define TTFTEXT_DRAW   0

Definition at line 3339 of file gd.c.

Typedef Documentation

◆ php_gd_font_object

◆ php_gd_image_object

Function Documentation

◆ overflow2()

int overflow2 ( int a,
int b )

Definition at line 10 of file gd_compat.c.

◆ PHP_FUNCTION() [1/90]

PHP_FUNCTION ( gd_info )

Definition at line 464 of file gd.c.

◆ PHP_FUNCTION() [2/90]

PHP_FUNCTION ( imageaffine )

Definition at line 4065 of file gd.c.

◆ PHP_FUNCTION() [3/90]

PHP_FUNCTION ( imageaffinematrixconcat )

Definition at line 4246 of file gd.c.

◆ PHP_FUNCTION() [4/90]

PHP_FUNCTION ( imageaffinematrixget )

Definition at line 4169 of file gd.c.

◆ PHP_FUNCTION() [5/90]

PHP_FUNCTION ( imagealphablending )

Definition at line 886 of file gd.c.

◆ PHP_FUNCTION() [6/90]

PHP_FUNCTION ( imageantialias )

Definition at line 3843 of file gd.c.

◆ PHP_FUNCTION() [7/90]

PHP_FUNCTION ( imagearc )

Definition at line 2652 of file gd.c.

◆ PHP_FUNCTION() [8/90]

PHP_FUNCTION ( imagechar )

Definition at line 3071 of file gd.c.

◆ PHP_FUNCTION() [9/90]

PHP_FUNCTION ( imagecharup )

Definition at line 3078 of file gd.c.

◆ PHP_FUNCTION() [10/90]

PHP_FUNCTION ( imagecolorallocate )

Definition at line 2201 of file gd.c.

◆ PHP_FUNCTION() [11/90]

PHP_FUNCTION ( imagecolorallocatealpha )

Definition at line 952 of file gd.c.

◆ PHP_FUNCTION() [12/90]

PHP_FUNCTION ( imagecolorat )

Definition at line 2248 of file gd.c.

◆ PHP_FUNCTION() [13/90]

PHP_FUNCTION ( imagecolorclosest )

Definition at line 2281 of file gd.c.

◆ PHP_FUNCTION() [14/90]

PHP_FUNCTION ( imagecolorclosestalpha )

Definition at line 1009 of file gd.c.

◆ PHP_FUNCTION() [15/90]

PHP_FUNCTION ( imagecolorclosesthwb )

Definition at line 2305 of file gd.c.

◆ PHP_FUNCTION() [16/90]

PHP_FUNCTION ( imagecolordeallocate )

Definition at line 2329 of file gd.c.

◆ PHP_FUNCTION() [17/90]

PHP_FUNCTION ( imagecolorexact )

Definition at line 2385 of file gd.c.

◆ PHP_FUNCTION() [18/90]

PHP_FUNCTION ( imagecolorexactalpha )

Definition at line 1035 of file gd.c.

◆ PHP_FUNCTION() [19/90]

PHP_FUNCTION ( imagecolormatch )

Definition at line 766 of file gd.c.

◆ PHP_FUNCTION() [20/90]

PHP_FUNCTION ( imagecolorresolve )

Definition at line 2361 of file gd.c.

◆ PHP_FUNCTION() [21/90]

PHP_FUNCTION ( imagecolorresolvealpha )

Definition at line 983 of file gd.c.

◆ PHP_FUNCTION() [22/90]

PHP_FUNCTION ( imagecolorset )

Definition at line 2409 of file gd.c.

◆ PHP_FUNCTION() [23/90]

PHP_FUNCTION ( imagecolorsforindex )

Definition at line 2447 of file gd.c.

◆ PHP_FUNCTION() [24/90]

PHP_FUNCTION ( imagecolorstotal )

Definition at line 2754 of file gd.c.

◆ PHP_FUNCTION() [25/90]

PHP_FUNCTION ( imagecolortransparent )

Definition at line 2770 of file gd.c.

◆ PHP_FUNCTION() [26/90]

PHP_FUNCTION ( imageconvolution )

Definition at line 3737 of file gd.c.

◆ PHP_FUNCTION() [27/90]

PHP_FUNCTION ( imagecopy )

Definition at line 3099 of file gd.c.

◆ PHP_FUNCTION() [28/90]

PHP_FUNCTION ( imagecopymerge )

Definition at line 3133 of file gd.c.

◆ PHP_FUNCTION() [29/90]

PHP_FUNCTION ( imagecopymergegray )

Definition at line 3169 of file gd.c.

◆ PHP_FUNCTION() [30/90]

PHP_FUNCTION ( imagecopyresampled )

Definition at line 1061 of file gd.c.

◆ PHP_FUNCTION() [31/90]

PHP_FUNCTION ( imagecopyresized )

Definition at line 3205 of file gd.c.

◆ PHP_FUNCTION() [32/90]

PHP_FUNCTION ( imagecreate )

Definition at line 1297 of file gd.c.

◆ PHP_FUNCTION() [33/90]

PHP_FUNCTION ( imagecreatefromgd )

Definition at line 1728 of file gd.c.

◆ PHP_FUNCTION() [34/90]

PHP_FUNCTION ( imagecreatefromgd2 )

Definition at line 1735 of file gd.c.

◆ PHP_FUNCTION() [35/90]

PHP_FUNCTION ( imagecreatefromgd2part )

Definition at line 1742 of file gd.c.

◆ PHP_FUNCTION() [36/90]

PHP_FUNCTION ( imagecreatefromgif )

Definition at line 1662 of file gd.c.

◆ PHP_FUNCTION() [37/90]

PHP_FUNCTION ( imagecreatefromstring )

Definition at line 1457 of file gd.c.

◆ PHP_FUNCTION() [38/90]

PHP_FUNCTION ( imagecreatefromwbmp )

Definition at line 1721 of file gd.c.

◆ PHP_FUNCTION() [39/90]

PHP_FUNCTION ( imagecreatefromxbm )

Definition at line 1696 of file gd.c.

◆ PHP_FUNCTION() [40/90]

PHP_FUNCTION ( imagecreatetruecolor )

Definition at line 669 of file gd.c.

◆ PHP_FUNCTION() [41/90]

PHP_FUNCTION ( imagecrop )

Definition at line 3864 of file gd.c.

◆ PHP_FUNCTION() [42/90]

PHP_FUNCTION ( imagecropauto )

Definition at line 3939 of file gd.c.

◆ PHP_FUNCTION() [43/90]

PHP_FUNCTION ( imagedashedline )

Definition at line 2584 of file gd.c.

◆ PHP_FUNCTION() [44/90]

PHP_FUNCTION ( imagedestroy )

Definition at line 2187 of file gd.c.

◆ PHP_FUNCTION() [45/90]

PHP_FUNCTION ( imageellipse )

Definition at line 2688 of file gd.c.

◆ PHP_FUNCTION() [46/90]

PHP_FUNCTION ( imagefill )

Definition at line 2733 of file gd.c.

◆ PHP_FUNCTION() [47/90]

PHP_FUNCTION ( imagefilledarc )

Definition at line 848 of file gd.c.

◆ PHP_FUNCTION() [48/90]

PHP_FUNCTION ( imagefilledellipse )

Definition at line 825 of file gd.c.

◆ PHP_FUNCTION() [49/90]

PHP_FUNCTION ( imagefilledpolygon )

Definition at line 2915 of file gd.c.

◆ PHP_FUNCTION() [50/90]

PHP_FUNCTION ( imagefilledrectangle )

Definition at line 2630 of file gd.c.

◆ PHP_FUNCTION() [51/90]

PHP_FUNCTION ( imagefilltoborder )

Definition at line 2711 of file gd.c.

◆ PHP_FUNCTION() [52/90]

PHP_FUNCTION ( imagefilter )

Definition at line 3701 of file gd.c.

◆ PHP_FUNCTION() [53/90]

PHP_FUNCTION ( imageflip )

Definition at line 3807 of file gd.c.

◆ PHP_FUNCTION() [54/90]

PHP_FUNCTION ( imagefontheight )

Definition at line 2967 of file gd.c.

◆ PHP_FUNCTION() [55/90]

PHP_FUNCTION ( imagefontwidth )

Definition at line 2960 of file gd.c.

◆ PHP_FUNCTION() [56/90]

PHP_FUNCTION ( imagegammacorrect )

Definition at line 2478 of file gd.c.

◆ PHP_FUNCTION() [57/90]

PHP_FUNCTION ( imagegd )

Definition at line 2140 of file gd.c.

◆ PHP_FUNCTION() [58/90]

PHP_FUNCTION ( imagegd2 )

Definition at line 2147 of file gd.c.

◆ PHP_FUNCTION() [59/90]

PHP_FUNCTION ( imagegetclip )

Definition at line 3317 of file gd.c.

◆ PHP_FUNCTION() [60/90]

PHP_FUNCTION ( imagegetinterpolation )

Definition at line 4319 of file gd.c.

◆ PHP_FUNCTION() [61/90]

PHP_FUNCTION ( imagegif )

Definition at line 1914 of file gd.c.

◆ PHP_FUNCTION() [62/90]

PHP_FUNCTION ( imageinterlace )

Definition at line 2794 of file gd.c.

◆ PHP_FUNCTION() [63/90]

PHP_FUNCTION ( imageistruecolor )

Definition at line 700 of file gd.c.

◆ PHP_FUNCTION() [64/90]

PHP_FUNCTION ( imagelayereffect )

Definition at line 926 of file gd.c.

◆ PHP_FUNCTION() [65/90]

PHP_FUNCTION ( imageline )

Definition at line 2556 of file gd.c.

◆ PHP_FUNCTION() [66/90]

PHP_FUNCTION ( imageloadfont )

Definition at line 528 of file gd.c.

◆ PHP_FUNCTION() [67/90]

PHP_FUNCTION ( imageopenpolygon )

Definition at line 2908 of file gd.c.

◆ PHP_FUNCTION() [68/90]

PHP_FUNCTION ( imagepalettecopy )

Definition at line 2230 of file gd.c.

◆ PHP_FUNCTION() [69/90]

PHP_FUNCTION ( imagepalettetotruecolor )

Definition at line 746 of file gd.c.

◆ PHP_FUNCTION() [70/90]

PHP_FUNCTION ( imagepolygon )

Definition at line 2901 of file gd.c.

◆ PHP_FUNCTION() [71/90]

PHP_FUNCTION ( imagerectangle )

Definition at line 2607 of file gd.c.

◆ PHP_FUNCTION() [72/90]

PHP_FUNCTION ( imageresolution )

Definition at line 4361 of file gd.c.

◆ PHP_FUNCTION() [73/90]

PHP_FUNCTION ( imagerotate )

Definition at line 1227 of file gd.c.

◆ PHP_FUNCTION() [74/90]

PHP_FUNCTION ( imagesavealpha )

Definition at line 906 of file gd.c.

◆ PHP_FUNCTION() [75/90]

PHP_FUNCTION ( imagescale )

Definition at line 3989 of file gd.c.

◆ PHP_FUNCTION() [76/90]

PHP_FUNCTION ( imagesetbrush )

Definition at line 1277 of file gd.c.

◆ PHP_FUNCTION() [77/90]

PHP_FUNCTION ( imagesetclip )

Definition at line 3295 of file gd.c.

◆ PHP_FUNCTION() [78/90]

PHP_FUNCTION ( imagesetinterpolation )

Definition at line 4339 of file gd.c.

◆ PHP_FUNCTION() [79/90]

PHP_FUNCTION ( imagesetpixel )

Definition at line 2535 of file gd.c.

◆ PHP_FUNCTION() [80/90]

PHP_FUNCTION ( imagesetstyle )

Definition at line 632 of file gd.c.

◆ PHP_FUNCTION() [81/90]

PHP_FUNCTION ( imagesetthickness )

Definition at line 805 of file gd.c.

◆ PHP_FUNCTION() [82/90]

PHP_FUNCTION ( imagesettile )

Definition at line 1257 of file gd.c.

◆ PHP_FUNCTION() [83/90]

PHP_FUNCTION ( imagestring )

Definition at line 3085 of file gd.c.

◆ PHP_FUNCTION() [84/90]

PHP_FUNCTION ( imagestringup )

Definition at line 3092 of file gd.c.

◆ PHP_FUNCTION() [85/90]

PHP_FUNCTION ( imagesx )

Definition at line 3263 of file gd.c.

◆ PHP_FUNCTION() [86/90]

PHP_FUNCTION ( imagesy )

Definition at line 3279 of file gd.c.

◆ PHP_FUNCTION() [87/90]

PHP_FUNCTION ( imagetruecolortopalette )

Definition at line 716 of file gd.c.

◆ PHP_FUNCTION() [88/90]

PHP_FUNCTION ( imagetypes )

Definition at line 1328 of file gd.c.

◆ PHP_FUNCTION() [89/90]

PHP_FUNCTION ( imagewbmp )

Definition at line 2097 of file gd.c.

◆ PHP_FUNCTION() [90/90]

PHP_FUNCTION ( imagexbm )

Definition at line 1863 of file gd.c.

◆ php_gd_assign_libgdimageptr_as_extgdimage()

void php_gd_assign_libgdimageptr_as_extgdimage ( zval * val,
gdImagePtr image )

Creates a new GdImage object wrapping the gdImagePtr and attaches it to the zval (usually return_value).

This function must only be called once per valid gdImagePtr

Definition at line 195 of file gd.c.

◆ php_gd_error_method()

void php_gd_error_method ( int type,
const char * format,
va_list args )

Definition at line 311 of file gd.c.

◆ php_gd_image_object_create()

zend_object * php_gd_image_object_create ( zend_class_entry * class_type)

Definition at line 168 of file gd.c.

◆ php_gd_libgdimageptr_from_zval_p()

PHP_GD_API gdImagePtr php_gd_libgdimageptr_from_zval_p ( zval * zp)

Converts an extension GdImage instance contained within a zval into the gdImagePtr for use with library APIs

Definition at line 162 of file gd.c.

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( gd )

Definition at line 378 of file gd.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( gd )

Definition at line 332 of file gd.c.

◆ PHP_MSHUTDOWN_FUNCTION()

PHP_MSHUTDOWN_FUNCTION ( gd )

Definition at line 351 of file gd.c.

◆ PHP_RSHUTDOWN_FUNCTION()

PHP_RSHUTDOWN_FUNCTION ( gd )

Definition at line 362 of file gd.c.

Variable Documentation

◆ gd_image_ce

zend_class_entry* gd_image_ce

Definition at line 134 of file gd.c.

◆ gd_module_entry

zend_module_entry gd_module_entry
Initial value:
= {
"gd",
ext_functions,
PHP_MINIT(gd),
PHP_MINFO(gd),
PHP_GD_VERSION,
}
#define NULL
Definition gdcache.h:45
#define PHP_MINFO
Definition php.h:396
#define PHP_MSHUTDOWN
Definition php.h:393
#define PHP_RSHUTDOWN
Definition php.h:395
#define PHP_MINIT
Definition php.h:392
#define STANDARD_MODULE_HEADER
#define STANDARD_MODULE_PROPERTIES

Definition at line 287 of file gd.c.