Home
last modified time | relevance | path

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

/PHP-5.6/ext/ereg/
H A Dphp_ereg.h31 # define PHP_EREG_API __declspec(dllexport) macro
33 # define PHP_EREG_API __attribute__ ((visibility("default"))) macro
35 # define PHP_EREG_API macro
38 PHP_EREG_API char *php_ereg_replace(const char *pattern, const char *replace, const char *string, i…
46 PHP_EREG_API PHP_FUNCTION(sql_regcase);
H A Dereg.c403 PHP_EREG_API char *php_ereg_replace(const char *pattern, const char *replace, const char *string, i… in php_ereg_replace()
731 PHP_EREG_API PHP_FUNCTION(sql_regcase) in PHP_FUNCTION()

Completed in 6 milliseconds