Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dphp_spl.c256 int class_file_len; in spl_autoload() local
263 class_file_len = spprintf(&class_file, 0, "%s%s", lc_name, file_extension); in spl_autoload()
268 char *end = ptr + class_file_len; in spl_autoload()
280 file_handle.opened_path = estrndup(class_file, class_file_len); in spl_autoload()

Completed in 6 milliseconds