Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromdirectory1.phpt2 Phar::buildFromDirectory() - readonly
13 $phar->buildFromDirectory(1);
H A Dphar_buildfromdirectory2-win.phpt2 Phar::buildFromDirectory() - non-directory passed as first parameter
15 $phar->buildFromDirectory(1);
H A Dphar_buildfromdirectory2.phpt2 Phar::buildFromDirectory() - non-directory passed as first parameter
15 $phar->buildFromDirectory(1);
H A Dbug77586.phpt9 $phar->buildFromDirectory($dir . "/files");
19 #0 %s/bug77586.php(%d): PharData->buildFromDirectory('%s')
H A Dphar_buildfromdirectory6.phpt2 Phar::buildFromDirectory() with non-matching regex
18 var_dump($phar->buildFromDirectory(__DIR__ . '/testdir6', '/\.php$/'));
H A Dphar_buildfromdirectory4.phpt2 Phar::buildFromDirectory(), directory exists
19 $a = $phar->buildFromDirectory(__DIR__ . '/testdir4');
H A Dphar_buildfromdirectory5.phpt2 Phar::buildFromDirectory() with matching regex
18 $a = $phar->buildFromDirectory(__DIR__ . '/testdir5', '/\.txt/');
H A Dbug53872.phpt13 $p->buildFromDirectory(__DIR__ . "/bug53872/");
H A Dbug52013.phpt23 $phar->buildFromDirectory(__DIR__ . '/testdir', '/\.php$/');
H A Dbug79082.phpt28 $phar->buildFromDirectory(__DIR__ . '/test79082');
H A Dbug81211.phpt24 $archive->buildFromDirectory(__DIR__ . '/bug81211/foo');
H A Dbug54289.phpt14 $pharA->buildFromDirectory($inDir);
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite5.phar7 $arr = $phar->buildFromDirectory($d);
H A Dwrite5.phar.inc13 $arr = $phar->buildFromDirectory($d);
H A Dwrite6.phar8 $arr = $phar->buildFromDirectory($d);
H A Dwrite6.phar.inc14 $arr = $phar->buildFromDirectory($d);
/PHP-7.4/ext/phar/
H A Dphar_object.c1728 PHP_METHOD(Phar, buildFromDirectory) in PHP_METHOD() argument
5299 PHP_ME(Phar, buildFromDirectory, arginfo_phar_fromdir, ZEND_ACC_PUBLIC)
5368 PHP_ME(Phar, buildFromDirectory, arginfo_phar_fromdir, ZEND_ACC_PUBLIC)

Completed in 37 milliseconds