Home
last modified time | relevance | path

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

123456

/PHP-8.3/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.3/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.3/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 DDOMDocument_getElementsByTagName_liveness_tree_walk.phpt43 $list->item(0)->remove();
44 $list->item(0)->remove();
45 $list->item(0)->remove();
H A Dbug80927.phpt36 Test2Variation::REMOVE_DOCUMENT => $dom->documentElement->remove(),
37 Test2Variation::REMOVE_CHILD => $dom->documentElement->firstElementChild->remove(),
51 $foobar->remove();
H A Dclone_nodes.phpt33 $bar->remove();
38 $doc->firstElementChild->remove();
/PHP-8.3/Zend/tests/
H A Dforeach_017.phpt5 /* remove before */
17 /* remove after */
29 /* remove current */
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_cmd.c383 while (remove) { in phpdbg_stack_free()
386 if (remove->next) in phpdbg_stack_free()
387 next = remove->next; in phpdbg_stack_free()
389 switch (remove->type) { in phpdbg_stack_free()
395 if (remove->method.name) { in phpdbg_stack_free()
407 if (remove->str) { in phpdbg_stack_free()
408 efree(remove->str); in phpdbg_stack_free()
414 if (remove->file.name) { in phpdbg_stack_free()
424 free(remove); in phpdbg_stack_free()
425 remove = NULL; in phpdbg_stack_free()
[all …]
/PHP-8.3/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
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dnamespace_xmlns_declaration_attribute_variation.phpt15 $doc->documentElement->remove();
23 $declaration->parentNode->childNodes[0]->remove();
H A Dentity_reference.phpt11 $entityRef->parentNode->remove();
27 $entityRef->parentNode->remove();
H A Dnamespace_definition_crash_in_attribute.phpt19 $child->remove();
31 $doc->documentElement->remove();
/PHP-8.3/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.3/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.3/ext/opcache/tests/opt/
H A Ddce_014.phpt2 DCE may remove FREE after FETCH_LIST_W
/PHP-8.3/Zend/tests/variadic/
H A Dremoving_parameter_error.phpt2 It is possible to remove required parameter before a variadic parameter

Completed in 35 milliseconds

123456