Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 113) sorted by relevance

12345

/PHP-8.1/ext/standard/tests/file/windows_acls/
H A Dcommon.inc81 This is required to remove all the previously denied
83 remove the previously denied permission.
85 $cmd = $icacls . ' ' . $path_escaped . ' /remove:d ' . $user;
87 $cmd = $icacls . ' ' . $path_escaped . ' /remove:g ' . $user;
104 This is required to remove all the previously denied
106 remove the previously denied permission.
108 $cmd = $icacls . ' ' . $path_escaped . ' /remove:d ' . $user;
110 $cmd = $icacls . ' ' . $path_escaped . ' /remove:g ' . $user;
121 This is required to remove all the previously denied
123 remove the previously denied permission.
[all …]
/PHP-8.1/ext/standard/tests/dir/
H A Ddir_variation7.phpt13 * remove the execute permission from the parent dir and test dir() on child dir
14 * 1) remove write & execute permission from the 1st parent and test dir()
15 * 2) remove execute permission from 2nd parent and test dir()
18 echo "*** Testing dir() : remove execute permission from the parent dir ***\n";
39 // remove the write and execute permission from sub parent
45 // remove the execute permission from parent dir, allowing all permission for sub dir
71 *** Testing dir() : remove execute permission from the parent dir ***
H A Dscandir_variation5.phpt13 * remove the execute permission from the parent dir and test scandir() on child dir
14 * 1. remove write & execute permission from the 1st parent and test scandir()
15 * 2. remove execute permission from 2nd parent and test scandir()
40 // remove the write and execute permission from sub parent
46 // remove the execute permission from parent dir, allowing all permission for sub dir
H A Dopendir_variation5.phpt13 * remove the execute permission from the parent dir and test opendir() on child dir
14 * 1) remove write & execute permission from the 1st parent and test opendir()
15 * 2) remove execute permission from 2nd parent and test opendir()
39 // remove the write and execute permission from sub parent
46 // remove the execute permission from parent dir, allowing all permission for sub dir
H A Dscandir_variation8.phpt57 // remove all files in directory so can remove directory in CLEAN section
59 // suppress errors as won't be able to remove "." and ".." entries
H A Dscandir_variation8-win32-mb.phpt63 // remove all files in directory so can remove directory in CLEAN section
65 // suppress errors as won't be able to remove "." and ".." entries
/PHP-8.1/ext/dom/tests/
H A DDOM4_DOMNode_removeDanglingElement.phpt2 DOMNode::remove() dangling element
13 $element->remove();
H A Dbug80600.phpt2 dom: DOMChildNode::remove does not work on character data
10 $doc->documentElement->firstChild->remove();
H A Dgh11682.phpt2 Fix GH-11682 (Consecutive calls to DOMNode::before and DOMNode::remove unlink wrong nodes)
20 $node->remove();
H A DDOM4_DOMNode_remove.phpt2 DOMNode::remove()
14 $returnValue = $element->firstChild->remove();
H A Dclone_nodes.phpt33 $bar->remove();
38 $doc->firstElementChild->remove();
H A Dbug78221.phpt2 Bug #78221 (DOMNode::normalize() doesn't remove empty text nodes)
/PHP-8.1/Zend/tests/
H A Dforeach_017.phpt5 /* remove before */
17 /* remove after */
29 /* remove current */
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_cmd.c377 while (remove) { in phpdbg_stack_free()
380 if (remove->next) in phpdbg_stack_free()
381 next = remove->next; in phpdbg_stack_free()
383 switch (remove->type) { in phpdbg_stack_free()
389 if (remove->method.name) { in phpdbg_stack_free()
401 if (remove->str) { in phpdbg_stack_free()
402 efree(remove->str); in phpdbg_stack_free()
408 if (remove->file.name) { in phpdbg_stack_free()
418 free(remove); in phpdbg_stack_free()
419 remove = NULL; in phpdbg_stack_free()
[all …]
/PHP-8.1/ext/standard/tests/file/
H A Dunlink_variation1.phpt33 // remove write permission of $dirname
39 // remove the dir
51 // remove write permission from file
57 // remove temp dir
H A Dunlink_variation1-win32-mb.phpt33 // remove write permission of $dirname
40 // remove the dir
52 // remove write permission from file
63 // remove temp dir
H A Dunlink_variation1-win32.phpt32 // remove write permission of $dirname
39 // remove the dir
51 // remove write permission from file
62 // remove temp dir
H A Dfopen_include_path.inc78 // remove the directory structure
87 // remove the directory structure
/PHP-8.1/ext/phar/tests/
H A Dmkdir.phpt40 Warning: rmdir(): phar error: cannot remove directory "phar://", no phar archive specified, or phar…
42 Warning: rmdir(): phar error: cannot remove directory "" in phar "foo.phar", directory does not exi…
44 Warning: rmdir(): phar error: cannot remove directory "a" in phar "%smkdir.phar.php", phar error: p…
/PHP-8.1/tests/output/
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-8.1/Zend/tests/variadic/
H A Dremoving_parameter_error.phpt2 It is possible to remove required parameter before a variadic parameter
/PHP-8.1/ext/zlib/tests/
H A Dgzopen_include_path.inc78 // remove the directory structure
87 // remove the directory structure
/PHP-8.1/ext/opcache/tests/
H A Dphi_remove_002.phpt2 Phi sources remove 002
/PHP-8.1/ext/sysvsem/tests/
H A Dsysv.phpt77 // remove shared memory segmant from SysV
81 echo "Fail to remove shared memory from SysV.\n";
88 echo "Fail to remove semaphore from SysV.\n";
/PHP-8.1/Zend/tests/nullable_types/
H A Dcovariant_nullable_param_fails.phpt2 Subtype cannot remove nullable parameter (covariance)

Completed in 28 milliseconds

12345