Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dphp_spl.c251 int class_file_len; in spl_autoload() local
258 class_file_len = (int)spprintf(&class_file, 0, "%s%.*s", ZSTR_VAL(lc_name), ext_len, ext); in spl_autoload()
263 char *end = ptr + class_file_len; in spl_autoload()
276 file_handle.opened_path = zend_string_init(class_file, class_file_len, 0); in spl_autoload()

Completed in 8 milliseconds