Searched refs:phar_add_file (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/ext/phar/tests/bug64931/ |
H A D | bug64931.phpt | 2 Bug #64931 (phar_add_file is too restrictive on filename)
|
/PHP-7.1/ext/phar/phar/ |
H A D | pharcommand.inc | 537 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.1/ext/phar/ |
H A D | phar_object.c | 3636 static void phar_add_file(phar_archive_data **pphar, char *filename, int filename_len, char *cont_s… in phar_add_file() function 3782 phar_add_file(&(phar_obj->archive), fname, (int)fname_len, cont_str, cont_len, zresource); in PHP_METHOD() 3902 phar_add_file(&(phar_obj->archive), fname, (int)fname_len, NULL, 0, &zresource); in PHP_METHOD() 3924 phar_add_file(&(phar_obj->archive), localname, (int)localname_len, cont_str, cont_len, NULL); in PHP_METHOD()
|
Completed in 25 milliseconds