Home
last modified time | relevance | path

Searched refs:unlink (Results 1 – 25 of 1579) sorted by path

12345678910>>...64

/PHP-7.4/Zend/tests/
H A Dbug21478.phpt28 unlink(__DIR__."/test.txt");
H A Dbug38779_1.phpt26 @unlink(__DIR__."/bug38779.txt");
47 @unlink(__DIR__."/bug38779.txt");
H A Dbug52508.phpt13 unlink($file);
H A Dbug60771.phpt7 unlink('test.php');
H A Dbug63741.phpt47 <?php unlink(__DIR__."/bug63741.tmp.php"); ?>
H A Dbug66660.phpt11 <?php unlink(__DIR__."/bug66660.tmp.php"); ?>
H A Dbug70748.phpt15 unlink(__DIR__ . "/bug70748.ini");
H A Dbug78396.phpt15 unlink(__DIR__ . '/bug78396.txt');
H A Dclass_constants_003.phpt26 unlink($filename);
H A Dhalt_compiler2.phpt17 unlink(__DIR__ . '/test1.php');
18 unlink(__DIR__ . '/test2.php');
H A Druntime_compile_time_binary_operands.phpt155 @unlink($fl);
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dloading_exception1.phpt32 // Fallback to fatal error, as we can't unlink class B anymore.
H A Dloading_exception2.phpt34 // Fallback to fatal error, as we can't unlink class B anymore.
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c1576 retval = unlink(new_state.cwd); in virtual_unlink()
H A Dzend_virtual_cwd.h311 #define VCWD_UNLINK(path) unlink(path)
/PHP-7.4/ext/bz2/tests/
H A D002.phpt8 @unlink("bz_open_002.txt");
16 @unlink("bz_open_002.txt");
20 @unlink("bz_open_002.txt");
72 @unlink("bz_open_002.txt");
H A Dbug51997.phpt21 unlink($filename);
H A Dbug71263.phpt42 unlink($fn);
H A Dbug72447.phpt16 unlink('testfile');
H A Dbug81092.phpt19 @unlink(__DIR__ . "/81092.bz2");
H A Dwith_files.phpt20 unlink($filename);
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug66431_0.phpt37 unlink($fpath);
H A Dbug66431_1.phpt55 unlink($fpath);
/PHP-7.4/ext/curl/tests/
H A Dbug48203.phpt25 <?php @unlink(__DIR__ . '/bug48203.tmp'); ?>
H A Dbug48203_multi.phpt68 <?php @unlink(__DIR__ . '/bug48203.tmp'); ?>

Completed in 29 milliseconds

12345678910>>...64