Searched refs:remove (Results 1 – 25 of 172) sorted by relevance
1234567
/PHP-8.4/ext/dom/tests/modern/token_list/ |
H A D | remove_errors.phpt | 2 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 D | remove.phpt | 2 TokenList: remove 11 $list->remove(); 12 $list->remove('test1'); 16 $list->remove('nope'); 20 $list->remove('test2'); 25 $list->remove('test4');
|
H A D | toggle.phpt | 24 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 D | removed_element.phpt | 12 $element->remove(); 16 $list->remove('B');
|
/PHP-8.4/ext/dom/tests/ |
H A D | gh13863.phpt | 41 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 D | DOM4_DOMNode_removeDanglingElement.phpt | 2 DOMNode::remove() dangling element 13 $element->remove();
|
H A D | bug80600.phpt | 2 dom: DOMChildNode::remove does not work on character data 10 $doc->documentElement->firstChild->remove();
|
H A D | gh11682.phpt | 2 Fix GH-11682 (Consecutive calls to DOMNode::before and DOMNode::remove unlink wrong nodes) 20 $node->remove();
|
H A D | DOM4_DOMNode_remove.phpt | 2 DOMNode::remove() 14 $returnValue = $element->firstChild->remove();
|
H A D | bug80927.phpt | 36 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 D | common.inc | 81 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 D | Document_body_getter.phpt | 15 $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 D | Document_head.phpt | 15 $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 D | dir_variation7.phpt | 13 * 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 D | scandir_variation5.phpt | 13 * 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 D | opendir_variation5.phpt | 13 * 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 D | foreach_017.phpt | 5 /* remove before */ 17 /* remove after */ 29 /* remove current */
|
/PHP-8.4/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 383 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 D | unlink_variation1.phpt | 33 // remove write permission of $dirname 39 // remove the dir 51 // remove write permission from file 57 // remove temp dir
|
H A D | unlink_variation1-win32-mb.phpt | 33 // remove write permission of $dirname 40 // remove the dir 52 // remove write permission from file 63 // remove temp dir
|
H A D | unlink_variation1-win32.phpt | 32 // 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 D | namespace_xmlns_declaration_attribute_variation.phpt | 15 $doc->documentElement->remove(); 23 $declaration->parentNode->childNodes[0]->remove();
|
H A D | entity_reference.phpt | 11 $entityRef->parentNode->remove(); 27 $entityRef->parentNode->remove();
|
/PHP-8.4/ext/phar/tests/ |
H A D | mkdir.phpt | 40 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 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:
|
Completed in 30 milliseconds
1234567