Home
last modified time | relevance | path

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

/PHP-5.3/ext/spl/
H A Dphp_spl.c225 int class_file_len; in spl_autoload() local
232 class_file_len = spprintf(&class_file, 0, "%s%s", lc_name, file_extension); in spl_autoload()
237 char *end = ptr + class_file_len; in spl_autoload()
249 file_handle.opened_path = estrndup(class_file, class_file_len); in spl_autoload()

Completed in 9 milliseconds