Home
last modified time | relevance | path

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

/PHP-5.3/ext/spl/
H A Dphp_spl.c288 int class_name_len, file_exts_len = SPL_G(autoload_extensions_len), found = 0; in PHP_FUNCTION() local
294 …UM_ARGS() TSRMLS_CC, "s|s", &class_name, &class_name_len, &file_exts, &file_exts_len) == FAILURE) { in PHP_FUNCTION()
301 copy = pos1 = estrndup(file_exts, file_exts_len); in PHP_FUNCTION()
343 int file_exts_len; in PHP_FUNCTION() local
345 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &file_exts, &file_exts_len) == FAILURE)… in PHP_FUNCTION()
352 SPL_G(autoload_extensions) = estrndup(file_exts, file_exts_len); in PHP_FUNCTION()
353 SPL_G(autoload_extensions_len) = file_exts_len; in PHP_FUNCTION()

Completed in 7 milliseconds