Home
last modified time | relevance | path

Searched refs:php_gd_error (Results 1 – 11 of 11) sorted by relevance

/PHP-7.0/ext/gd/libgd/
H A Dgd_gd2.c86 GD2_DBG(php_gd_error("Version: %d", *vers)); in _gd2GetHeader()
119 GD2_DBG(php_gd_error("Format: %d", *fmt)); in _gd2GetHeader()
187 GD2_DBG(php_gd_error("Bad GD2 header")); in _gd2CreateFromFile()
229 GD2_DBG(php_gd_error("Reading file")); in _gd2ReadChunk()
239 GD2_DBG(php_gd_error("Got chunk")); in _gd2ReadChunk()
380 GD2_DBG(php_gd_error("Freeing memory")); in gdImageCreateFromGd2Ctx()
392 GD2_DBG(php_gd_error("Done")); in gdImageCreateFromGd2Ctx()
752 GD2_DBG(php_gd_error("y=%d: ",y)); in _gdImageGd2()
761 GD2_DBG(php_gd_error("%d...",x)); in _gdImageGd2()
774 GD2_DBG(php_gd_error("%d, ",x)); in _gdImageGd2()
[all …]
H A Dgd_io.c55 IO_DBG (php_gd_error("Putting word...")); in gdPutWord()
58 IO_DBG (php_gd_error("put.")); in gdPutWord()
63 IO_DBG (php_gd_error("Putting int...")); in gdPutInt()
68 IO_DBG (php_gd_error("put.")); in gdPutInt()
124 IO_DBG (php_gd_error("Putting buf...")); in gdPutBuf()
126 IO_DBG (php_gd_error("put.")); in gdPutBuf()
136 IO_DBG (php_gd_error("Seeking...")); in gdSeek()
138 IO_DBG (php_gd_error("Done.")); in gdSeek()
143 IO_DBG (php_gd_error("Telling...")); in gdTell()
145 IO_DBG (php_gd_error ("told.")); in gdTell()
H A Dgd_security.c23php_gd_error("gd warning: one parameter to a memory allocation multiplication is negative or zero,… in overflow2()
27php_gd_error("gd warning: product of memory allocation multiplication would exceed INT_MAX, failin… in overflow2()
H A Dgd_ss.c41 php_gd_error("PNG support is not available"); in gdImagePngToSink()
45 php_gd_error("PNG support is not available"); in gdImageCreateFromPngSource()
H A Dgd_png.c159 php_gd_error("gd-png error: cannot allocate libpng main struct"); in gdImageCreateFromPngCtx()
165 php_gd_error("gd-png error: cannot allocate libpng info struct"); in gdImageCreateFromPngCtx()
181 php_gd_error("gd-png error: setjmp returns error condition"); in gdImageCreateFromPngCtx()
201 php_gd_error("gd-png error: cannot allocate gdImage struct"); in gdImageCreateFromPngCtx()
218 php_gd_error("gd-png error: setjmp returns error condition"); in gdImageCreateFromPngCtx()
256 php_gd_error("gd-png error: cannot allocate gray palette"); in gdImageCreateFromPngCtx()
487 php_gd_error("gd-png error: cannot allocate libpng main struct"); in gdImagePngCtxEx()
493 php_gd_error("gd-png error: cannot allocate libpng info struct"); in gdImagePngCtxEx()
501 php_gd_error("gd-png error: setjmp returns error condition"); in gdImagePngCtxEx()
521 php_gd_error("gd-png error: compression level must be 0 through 9"); in gdImagePngCtxEx()
[all …]
H A Dgd_wbmp.c101 php_gd_error("Could not create WBMP"); in gdImageWBMPCtx()
117 php_gd_error("Could not save WBMP"); in gdImageWBMPCtx()
H A Dgd_jpeg.c89 php_gd_error("gd-jpeg: JPEG library reports unrecoverable error: "); in fatal_jpeg_error()
224php_gd_error("gd-jpeg: error: jpeg library was compiled for 12-bit precision. This is mostly usele… in gdImageJpegCtx()
380 php_gd_error("gd-jpeg error: cannot allocate gdImage struct"); in gdImageCreateFromJpegCtxEx()
394 php_gd_error("gd-jpeg: warning: jpeg_start_decompress reports suspended data source"); in gdImageCreateFromJpegCtxEx()
437php_gd_error("gd-jpeg: error: jpeg library was compiled for 12-bit precision. This is mostly usele… in gdImageCreateFromJpegCtxEx()
474 php_gd_error("gd-jpeg: warning: jpeg_finish_decompress reports suspended data source"); in gdImageCreateFromJpegCtxEx()
H A Dxbm.c152 php_gd_error("EOF before image was complete"); in gdImageCreateFromXbm()
H A Dgd_arc_f_buggy.c729 php_gd_error("Can't create test/arctest.png");
734 php_gd_error("Test image written to test/arctest.png");
H A Dgd.h51 void php_gd_error(const char *format, ...);
H A Dgd.c111 void php_gd_error(const char *format, ...) in php_gd_error() function

Completed in 42 milliseconds