/PHP-5.6/ext/standard/tests/file/windows_acls/ |
H A D | common.inc | 76 This is required to remove all the previously denied 78 remove the previously denied permission. 80 $cmd = $icacls . ' ' . $path_escaped . ' /remove:d ' . $user; 82 $cmd = $icacls . ' ' . $path_escaped . ' /remove:g ' . $user; 99 This is required to remove all the previously denied 101 remove the previously denied permission. 103 $cmd = $icacls . ' ' . $path_escaped . ' /remove:d ' . $user; 105 $cmd = $icacls . ' ' . $path_escaped . ' /remove:g ' . $user; 116 This is required to remove all the previously denied 118 remove the previously denied permission. [all …]
|
/PHP-5.6/ext/standard/tests/dir/ |
H A D | dir_variation7.phpt | 27 * remove the execute permission from the parent dir and test dir() on child dir 28 * 1) remove write & execute permission from the 1st parent and test dir() 29 * 2) remove execute permission from 2nd parent and test dir() 32 echo "*** Testing dir() : remove execute permission from the parent dir ***\n"; 53 // remove the write and execute permisson from sub parent 59 // remove the execute permisson from parent dir, allowing all permission for sub dir 85 *** Testing dir() : remove execute permission from the parent dir ***
|
H A D | scandir_variation5.phpt | 26 * remove the execute permission from the parent dir and test scandir() on child dir 27 * 1. remove write & execute permission from the 1st parent and test scandir() 28 * 2. remove execute permission from 2nd parent and test scandir() 53 // remove the write and execute permisson from sub parent 59 // remove the execute permisson from parent dir, allowing all permission for sub dir
|
H A D | opendir_variation5.phpt | 26 * remove the execute permission from the parent dir and test opendir() on child dir 27 * 1) remove write & execute permission from the 1st parent and test opendir() 28 * 2) remove execute permission from 2nd parent and test opendir() 52 // remove the write and execute permisson from sub parent 59 // remove the execute permisson from parent dir, allowing all permission for sub dir
|
H A D | scandir_variation8.phpt | 62 // remove all files in directory so can remove directory in CLEAN section 64 // suppress errors as won't be able to remove "." and ".." entries
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 398 while (remove) { in phpdbg_stack_free() 401 if (remove->next) in phpdbg_stack_free() 402 next = remove->next; in phpdbg_stack_free() 404 switch (remove->type) { in phpdbg_stack_free() 409 if (remove->method.name) in phpdbg_stack_free() 416 if (remove->str) in phpdbg_stack_free() 417 free(remove->str); in phpdbg_stack_free() 422 if (remove->file.name) in phpdbg_stack_free() 431 free(remove); in phpdbg_stack_free() 432 remove = NULL; in phpdbg_stack_free() [all …]
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | unlink_variation1-win32.phpt | 35 // remove write permission of $dirname 42 // remove the dir 54 // remove write permission from file 65 // remove temp dir
|
H A D | unlink_variation1.phpt | 45 // remove write permission of $dirname 51 // remove the dir 63 // remove write permission from file 69 // remove temp dir
|
H A D | fopen_include_path.inc | 78 // remove the directory structure 87 // remove the directory structure
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | HISTORY | 8 2013/10/21: [impl] remove unused variable. (regcomp.c) 50 2007/09/04: [API] remove ONIGENC_ERR_XXXXX. 88 2007/06/06: [impl] remove unused variables. 115 2007/04/03: [impl] remove unused variable. 237 2006/10/18: [impl] remove unused functions. 359 2006/08/22: [impl] remove OP_BACKREF3. 556 2005/09/05: [dist] remove link to MultiFind. 713 2005/02/09: [dist] remove hash.c.patch. 771 2004/12/24: [dist] remove file onigcmpt200.h. 1310 2003/12/15: [impl] remove REG_MBLEN_TABLE[]. [all …]
|
/PHP-5.6/ext/phar/tests/ |
H A D | mkdir.phpt | 41 Warning: rmdir(): phar error: cannot remove directory "phar://", no phar archive specified, or phar… 43 Warning: rmdir(): phar error: cannot remove directory "" in phar "foo.phar", directory does not exi… 45 Warning: rmdir(): phar error: cannot remove directory "a" in phar "%smkdir.phar.php", phar error: p…
|
H A D | dir.phpt | 81 Warning: rmdir(): phar error: cannot remove directory "phar://", no phar archive specified, or phar… 83 Warning: rmdir(): phar error: cannot remove directory "hi" in phar "%sunknown.phar", directory does… 87 Warning: rmdir(): phar error: cannot remove directory "" in phar "%sdir.phar.php", directory does n… 89 Warning: rmdir(): phar error: cannot remove directory "" in phar "%sdir.phar.php", directory does n…
|
/PHP-5.6/tests/output/ |
H A D | ob_start_basic_unerasable_002.phpt | 13 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-5.6/ext/zlib/tests/ |
H A D | gzopen_include_path.inc | 78 // remove the directory structure 87 // remove the directory structure
|
/PHP-5.6/ext/zip/tests/ |
H A D | utils.inc | 9 /* recursively remove a directoryy */
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_bit.phpt | 2 MySQL PDO->exec(), BIT columns - remove after fix! 13 /* TODO: remove this test after fix and enable the BIT test in pdo_mysql_types.phpt again */
|
/PHP-5.6/ext/sysvsem/tests/ |
H A D | sysv.phpt | 80 // remove shared memory segmant from SysV 84 echo "Fail to remove $shm_id shared memory from SysV.\n"; 91 echo "Fail to remove $sem_id semaphore from SysV.\n";
|
/PHP-5.6/Zend/tests/ |
H A D | bug34062.phpt | 10 // If you remove one, it won't crash
|
/PHP-5.6/ext/spl/tests/ |
H A D | SplFixedArray_offsetUnset_string.phpt | 15 // remove an item
|
/PHP-5.6/sapi/cgi/tests/ |
H A D | bug61605.phpt | 2 Bug #61605 (header_remove() does not remove all headers)
|
/PHP-5.6/ext/standard/tests/filters/ |
H A D | filter_errors_user.phpt | 51 echo "test append / read / remove\n"; 62 echo "test append all / read / remove all\n"; 132 test append / read / remove 154 test append all / read / remove all
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_events.h | 39 int (*remove)(struct fpm_event_s *ev); member
|
/PHP-5.6/Zend/tests/variadic/ |
H A D | removing_parameter_error.phpt | 2 It's not possible to remove required parameter before a variadic parameter
|
/PHP-5.6/ext/dom/tests/ |
H A D | bug43364.phpt | 2 Bug #43364 (recursive xincludes don't remove internal xml nodes properly)
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_close.c | 94 if (remove(za->zn) != 0) { in zip_close() 249 (void)remove(temp); in zip_close() 256 (void)remove(temp); in zip_close() 268 (void)remove(temp); in zip_close() 622 (void)remove(temp); in _zip_create_temp_output()
|