Home
last modified time | relevance | path

Searched refs:alias (Results 76 – 100 of 182) sorted by last modified time

12345678

/php-src/ext/standard/tests/file/
H A Dis_writable_basic.phpt2 Test is_writable() and its alias is_writeable() function: basic functionality
H A Dis_writable_error.phpt2 Test is_writable() and its alias is_writeable() function: error conditions
H A Dis_writable_variation1.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - diff. path notations
H A Ddisk_free_space_error-win32.phpt2 Test disk_free_space and its alias diskfreespace() functions : error conditions
H A Ddisk_free_space_error.phpt2 Test disk_free_space and its alias diskfreespace() functions : error conditions.
H A Ddisk_free_space_variation.phpt2 Test disk_free_space and its alias diskfreespace() functions : Usage Variations
/php-src/ext/phar/tests/zip/
H A Dopen_for_write_newfile_c.phpt12 $alias = 'phar://' . $fname;
30 var_dump(fopen($alias . '/b/new.php', 'wb'));
32 include $alias . '/b/c.php';
33 include $alias . '/b/new.php';
H A Dphar_setalias2.phpt47 alias "test" is already used for archive "%sphar_setalias2.phar.zip" and cannot be used for other a…
H A Drefcount1.phpt12 $alias = 'phar://' . $fname;
29 $fp = fopen($alias . '/b/c.php', 'wb');
33 $b = fopen($alias . '/b/c.php', 'rb');
39 unlink($alias . '/b/c.php');
42 include $alias . '/b/c.php';
H A Drename.phpt12 $alias = 'phar://' . $fname;
23 echo file_get_contents($alias . '/a') . "\n";
24 rename($alias . '/a', $alias . '/b');
25 echo file_get_contents($alias . '/b') . "\n";
26 echo file_get_contents($alias . '/a') . "\n";
H A Drename_dir.phpt12 $alias = 'phar://' . $fname;
23 echo file_get_contents($alias . '/a/x') . "\n";
24 rename($alias . '/a', $alias . '/b');
25 echo file_get_contents($alias . '/b/x') . "\n";
26 echo file_get_contents($alias . '/a/x') . "\n";
H A Drequire_hash.phpt14 $alias = 'phar://' . $fname;
H A Drmdir.phpt12 $alias = 'phar://' . $fname;
24 echo file_get_contents($alias . '/a/x') . "\n";
25 var_dump(rmdir($alias . '/a'));
26 echo file_get_contents($alias . '/a/x') . "\n";
27 unlink($alias . '/a/x');
28 var_dump(rmdir($alias . '/a'));
H A Dzlib.phpt2 Phar: process zlib-compressed zip alias
H A Dgetalias.phpt20 // existing phar.zip, no alias set
24 // check that default alias can be overwritten
29 // existing phar.zip, alias set
33 // check that alias can't be set manually
35 $phar['.phar/alias.txt'] = 'pinocchio';
41 // check that user-defined alias can be overwritten
56 Cannot set alias ".phar/alias.txt" directly in phar "%sgetalias.phar.zip", use setAlias
H A Dopen_for_write_existing.phpt12 $alias = 'phar://' . $fname;
28 $fp = fopen($alias . '/b/c.php', 'wb');
31 include $alias . '/b/c.php';
H A Dopen_for_write_existing_b.phpt12 $alias = 'phar://' . $fname;
30 var_dump(fopen($alias . '/b/c.php', 'wb'));
31 include $alias . '/b/c.php';
H A Dopen_for_write_existing_c.phpt12 $alias = 'phar://' . $fname;
30 var_dump(fopen($alias . '/b/c.php', 'wb'));
31 include $alias . '/b/c.php';
H A Dopen_for_write_newfile.phpt12 $alias = 'phar://' . $fname;
28 $fp = fopen($alias . '/b/new.php', 'wb');
32 include $alias . '/b/c.php';
33 include $alias . '/b/new.php';
H A Dopen_for_write_newfile_b.phpt12 $alias = 'phar://' . $fname;
30 var_dump(fopen($alias . '/b/new.php', 'wb'));
32 include $alias . '/b/c.php';
33 include $alias . '/b/new.php';
/php-src/ext/phar/tests/tar/
H A Dopen_for_write_newfile.phpt12 $alias = 'phar://' . $fname;
29 $fp = fopen($alias . '/b/new.php', 'wb');
33 include $alias . '/b/c.php';
34 include $alias . '/b/new.php';
H A Drequire_hash.phpt13 $alias = 'phar://' . $fname;
H A Dtar_004.phpt14 $alias = 'phar://' . $fname;
H A Dtar_bz2.phpt14 $alias = 'phar://' . $fname;
34 include $alias;
H A Dtar_nostub.phpt12 $alias = 'phar://' . $fname;

Completed in 30 milliseconds

12345678