Home
last modified time | relevance | path

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

/PHP-7.1/ext/phar/
H A Dphar_object.c546 size_t fname_len, index_php_len = 0; in PHP_METHOD() local
552 …ameters(ZEND_NUM_ARGS(), "|s!s!saz", &alias, &alias_len, &index_php, &index_php_len, &f404, &f404_… in PHP_METHOD()
561 || ZEND_SIZE_T_INT_OVFL(f404_len) || ZEND_SIZE_T_INT_OVFL(index_php_len)) { in PHP_METHOD()
757 if (index_php_len) { in PHP_METHOD()
759 entry_len = (int)index_php_len; in PHP_METHOD()

Completed in 19 milliseconds