Home
last modified time | relevance | path

Searched refs:clean (Results 26 – 50 of 394) sorted by relevance

12345678910>>...16

/PHP-7.2/ext/phar/tests/
H A Dbug48377.phpt25 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar');?>
26 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.zip');?>
H A Dphar_oo_getcontentsgz.phpt26 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
27 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.2.phar.php');
H A Dphar_unlinkarchive.phpt82 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.tar');
83 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar');
84 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.2.phar.zip');
85 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip');
H A Dtest_unset.phpt36 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
37 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.2.phar.php'); ?>
H A Dalias_acrobatics.phpt38 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar');
39 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.2.phar');
H A Dphar_setalias2.phpt41 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
42 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phartmp.php');
/PHP-7.2/ext/phar/tests/zip/
H A Dlargezip.phpt25 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip.php'); ?>
26 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.2.phar.zip.php'); ?>
H A Dphar_stub.phpt63 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip.php');
64 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.2.phar.zip.php');
65 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phartmp.php');
H A Dexists_as_phar.phpt33 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip');
34 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar');
H A Dalias_acrobatics.phpt38 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip');
39 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.2.phar.zip');
/PHP-7.2/ext/tidy/tests/
H A D016.tcfg1 clean: yes
/PHP-7.2/sapi/phpdbg/tests/
H A Dclean_001.phpt10 clean
31 prompt> Do you really want to clean your current environment? (type y or n): Cleaning Execution Env…
/PHP-7.2/ext/phar/tests/tar/
H A Dphar_stub.phpt63 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.tar.php');
64 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.2.phar.tar.php');
65 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phartmp.php');
H A Dbignames_overflow.phpt32 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.tar');
33 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.2.tar');
H A Dphar_setalias.phpt43 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.tar');
44 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phartmp.tar');
H A Dexists_as_phar.phpt33 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.tar');
34 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar');
H A Dphar_setalias2.phpt45 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.tar');
46 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phartmp.tar');
H A Dalias_acrobatics.phpt38 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.tar');
39 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.2.phar.tar');
/PHP-7.2/
H A DMakefile.gcov9 lcov-test: lcov-clean-data test
72 lcov-clean:
77 lcov-clean-data:
/PHP-7.2/tests/output/
H A Dob_clean_basic_001.phpt21 echo "Ensure the buffer is still active after the clean.";
35 Ensure the buffer is still active after the clean."
H A Dob_start_basic_unerasable_002.phpt13 echo "All of the following calls will fail to clean/remove the topmost buffer:\n";
22 [callback:1]All of the following calls will fail to clean/remove the topmost buffer:
/PHP-7.2/scripts/
H A Dphpize.in29 clean=" --clean"
33 echo "Make sure that you run '$0$clean' in the top level source directory of the module"
169 --clean)
/PHP-7.2/sapi/phpdbg/
H A DMakefile.frag33 clean-phpdbg:
41 .PHONY: clean-phpdbg test-phpdbg
/PHP-7.2/ext/date/tests/
H A Ddefault-timezone-1.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
H A Ddefault-timezone-2.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option

Completed in 31 milliseconds

12345678910>>...16