Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/tests/bug64931/
H A Dbug64931.phpt2 Bug #64931 (phar_add_file is too restrictive on filename)
/PHP-7.0/ext/phar/phar/
H A Dpharcommand.inc537 self::phar_add_file($phar, 0, 'phar.inc', 'phar://'.__FILE__.'/phar.inc', NULL);
539 self::phar_add_file($phar, 0, 'phar.inc', dirname(__FILE__).'/phar/phar.inc', NULL);
632 return self::phar_add_file($phar, $level, $input, $input, $compress);
648 self::phar_add_file($phar, $level, $dir->getSubPathName(), $file, $compress, $noloader);
656 // {{{ static function phar_add_file
669 static function phar_add_file(Phar $phar, $level, $entry, $file, $compress, $noloader = false)
/PHP-7.0/ext/phar/
H A Dphar_object.c3661 static void phar_add_file(phar_archive_data **pphar, char *filename, int filename_len, char *cont_s… in phar_add_file() function
3803 phar_add_file(&(phar_obj->archive), fname, (int)fname_len, cont_str, cont_len, zresource); in PHP_METHOD()
3930 phar_add_file(&(phar_obj->archive), fname, (int)fname_len, NULL, 0, &zresource); in PHP_METHOD()
3952 phar_add_file(&(phar_obj->archive), localname, (int)localname_len, cont_str, cont_len, NULL); in PHP_METHOD()

Completed in 35 milliseconds