Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/
H A Dphp_gd.h60 # define PHP_GD_API __declspec(dllexport) macro
62 # define PHP_GD_API __declspec(dllimport) macro
65 # define PHP_GD_API __attribute__ ((visibility("default"))) macro
67 # define PHP_GD_API macro
90 PHP_GD_API struct gdImageStruct *php_gd_libgdimageptr_from_zval_p(zval* zp);
H A Dgd.c188 PHP_GD_API gdImagePtr php_gd_libgdimageptr_from_zval_p(zval* zp) in php_gd_libgdimageptr_from_zval_p()

Completed in 16 milliseconds