Home
last modified time | relevance | path

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

/PHP-5.5/ext/libxml/
H A Dlibxml.c847 const char * const *sapi_name; in PHP_MINIT_FUNCTION() local
849 for (sapi_name = supported_sapis; *sapi_name; sapi_name++) { in PHP_MINIT_FUNCTION()
850 if (strcmp(sapi_module.name, *sapi_name) == 0) { in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2402 const char **sapi_name; local
2405 for (sapi_name = supported_sapis; *sapi_name; sapi_name++) {
2406 if (strcmp(sapi_module.name, *sapi_name) == 0) {

Completed in 28 milliseconds