/php-src/ext/phar/tests/ |
H A D | phar_mount.phpt | 2 Phar: Phar::mount 15 Phar::mount("testit", "' . addslashes(__FILE__) . '"); 17 Phar::mount("testit", "' . addslashes(__FILE__) . '"); 22 Phar::mount("' . addslashes($pname) . '/testit1", "' . addslashes(__FILE__) . '"); 31 Phar::mount($pname . '/testit1', __FILE__); 45 Phar::mount($pname . '/oops', '/home/oops/../../etc/passwd:'); 49 Phar::mount($pname . '/testit2', $pname . '/testit1'); 57 Can only mount internal paths within a phar archive, use a relative path instead of "phar://%sphar_…
|
H A D | bug54395.phpt | 2 Bug #54395 (Phar::mount() crashes when calling with wrong parameters) 9 phar::mount(1,1);
|
H A D | mounteddir.phpt | 16 Phar::mount("testit", dirname(Phar::running(0)) . "/testit"); 23 Phar::mount(".phar/stub.php", dirname(Phar::running(0)) . "/testit/extfile.php"); 63 Phar::mount($pname . '/testit', 'another\\..\\mistake'); 68 Phar::mount($pname . '/notfound', __DIR__ . '/this/does/not/exist'); 73 Phar::mount($pname . '/testit', __DIR__); 78 Phar::mount($pname . '/testit/extfile.php', __DIR__);
|
H A D | rename_dir_and_mount.phpt | 2 Phar: rename_dir and mount test 22 Phar::mount("$pname/a/c", __DIR__);
|
H A D | phar_extract.phpt | 19 $a->mount($pname . '/mount', __FILE__); 22 $a->extractTo(__DIR__ . '/extract', 'mount');
|
H A D | phar_extract2.phpt | 19 $phar->mount($pname . '/mount2', __FILE__);
|
/php-src/ext/opcache/tests/ |
H A D | issue0149.phpt | 2 ISSUE #149 (Phar mount points not working this OPcache enabled) 15 Phar::mount('this.file', '". __FILE__ . "');
|
/php-src/ext/phar/tests/cache_list/files/ |
H A D | write4.phar | 4 Phar::mount("test.txt", "phar://" . __FILE__ . "/tobemounted");
|
H A D | write25.phar | 4 Phar::mount("mounted", "phar://" . __FILE__ . "/test.txt");
|
H A D | write25.phar.inc | 10 Phar::mount("mounted", "phar://" . __FILE__ . "/test.txt");
|
H A D | write4.phar.inc | 10 Phar::mount("test.txt", "phar://" . __FILE__ . "/tobemounted");
|
H A D | blog.phar | 2 Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml");
|
H A D | blog.phar.inc | 8 Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml");
|
/php-src/ext/phar/tests/files/ |
H A D | blog.phar | 4 Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml");
|
H A D | blog.phar.inc | 10 Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml");
|
/php-src/ext/phar/tests/cache_list/ |
H A D | copyonwrite4a.phpt | 12 Phar::mount('phar://' . __DIR__ . '/files/write4.phar/testit.txt', 'phar://' . __DIR__ . '/files/wr…
|
/php-src/ext/standard/tests/file/ |
H A D | lstat_stat_variation6.phpt | 12 exec("mount", $mount_output);
|
/php-src/ext/phar/ |
H A D | phar_object.stub.php | 235 final public static function mount(string $pharPath, string $externalPath): void {} function in Phar 527 final public static function mount(string $pharPath, string $externalPath): void {} function in PharData
|
H A D | phar_object_arginfo.h | 448 ZEND_METHOD(Phar, mount); 521 ZEND_ME(Phar, mount, arginfo_class_Phar_mount, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEND_ACC_FINAL)
|
H A D | phar_object.c | 443 PHP_METHOD(Phar, mount) in PHP_METHOD() argument
|
/php-src/ |
H A D | configure.ac | 387 sys/mount.h
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 2534 # mount automatically at startup APPLE_PS_AUTO_MOUNT 2535 >>88 ubelong &0x40000000 \b, mount at startup 14389 # 11577-mount-iso-0.9.5.tar.bz2/mount-iso-0.9.5/install.sh
|
H A D | magic | 2534 # mount automatically at startup APPLE_PS_AUTO_MOUNT 2535 >>88 ubelong &0x40000000 \b, mount at startup 14389 # 11577-mount-iso-0.9.5.tar.bz2/mount-iso-0.9.5/install.sh
|