Home
last modified time | relevance | path

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

1234567

/PHP-8.4/ext/dom/tests/modern/token_list/
H A Dremove_errors.phpt2 TokenList: remove errors
12 $list->remove("");
17 $list->remove(" ");
22 $list->remove("\0");
27 $list->remove(0);
38 Dom\TokenList::remove(): Argument #1 must not contain any null bytes
39 Dom\TokenList::remove(): Argument #1 must be of type string, int given
H A Dremove.phpt2 TokenList: remove
11 $list->remove();
12 $list->remove('test1');
16 $list->remove('nope');
20 $list->remove('test2');
25 $list->remove('test4');
H A Dtoggle.phpt24 echo "--- Toggle A (forced remove) ---\n";
30 echo "--- Toggle B (forced remove) ---\n";
65 --- Toggle A (forced remove) ---
69 --- Toggle B (forced remove) ---
H A Dremoved_element.phpt12 $element->remove();
16 $list->remove('B');
/PHP-8.4/ext/dom/tests/
H A Dgh13863.phpt41 echo "--- $name test remove index 2 at index 2 ---\n";
49 $node->remove();
55 echo "--- $name test remove index 1 at index 2 ---\n";
69 echo "--- $name test remove all ---\n";
76 $node->remove();
84 --- Legacy test remove index 2 at index 2 ---
97 --- Legacy test remove index 1 at index 2 ---
116 --- Legacy test remove all ---
123 --- Modern test remove index 2 at index 2 ---
138 --- Modern test remove index 1 at index 2 ---
[all …]
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 Dbug80927.phpt36 Test2Variation::REMOVE_DOCUMENT => $dom->documentElement->remove(),
37 Test2Variation::REMOVE_CHILD => $dom->documentElement->firstElementChild->remove(),
51 $foobar->remove();
/PHP-8.4/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.4/ext/dom/tests/modern/html/interactions/
H A DDocument_body_getter.phpt15 $dom->body->remove();
22 $tmp->remove();
28 $tmp->remove();
34 $tmp->remove();
40 $tmp->remove();
46 $tmp->remove();
52 $tmp->remove();
60 $tmp1->remove();
62 $tmp2->remove();
H A DDocument_head.phpt15 $dom->head->remove();
22 $tmp->remove();
28 $tmp->remove();
34 $tmp->remove();
42 $tmp1->remove();
44 $tmp2->remove();
/PHP-8.4/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
/PHP-8.4/Zend/tests/
H A Dforeach_017.phpt5 /* remove before */
17 /* remove after */
29 /* remove current */
/PHP-8.4/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.4/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.4/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();
/PHP-8.4/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.4/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:

Completed in 34 milliseconds

1234567