Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dinfo.c1401 char *ext_name = NULL; in PHP_FUNCTION() local
1404 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &ext_name, &ext_name_len) == FAILURE) { in PHP_FUNCTION()
1408 if (!ext_name) { in PHP_FUNCTION()
1412 version = zend_get_module_version(ext_name); in PHP_FUNCTION()

Completed in 7 milliseconds