Home
last modified time | relevance | path

Searched refs:PHP_GD_API (Results 1 – 2 of 2) sorted by path

/php-src/ext/gd/
H A Dgd.c166 PHP_GD_API gdImagePtr php_gd_libgdimageptr_from_zval_p(zval* zp) in php_gd_libgdimageptr_from_zval_p()
H A Dphp_gd.h89 # define PHP_GD_API __declspec(dllexport) macro
91 # define PHP_GD_API __declspec(dllimport) macro
94 # define PHP_GD_API __attribute__ ((visibility("default"))) macro
96 # define PHP_GD_API macro
119 PHP_GD_API struct gdImageStruct *php_gd_libgdimageptr_from_zval_p(zval* zp);

Completed in 17 milliseconds