Home
last modified time | relevance | path

Searched refs:child (Results 176 – 200 of 283) sorted by relevance

12345678910>>...12

/php-src/Zend/tests/attributes/override/
H A D005.phpt2 #[\Override]: No parent class, but child implements matching interface (2).
/php-src/ext/date/tests/
H A Dgh10152.phpt2 Bug GH-10152 (Custom properties of DateTimeImmutable child classes are not serialized)
/php-src/ext/dom/tests/
H A DDOMNode_removeChild_error1.phpt2 removeChild() where the node is not a child
H A DDOMNode_replaceChild_error1.phpt2 replaceChild() where the old node is not a child
H A DDOMElement_insertAdjacentElement.phpt27 $child = $element->appendChild($dom->createElement('child'));
30 var_dump($child->insertAdjacentElement($where, $element)->tagName);
/php-src/ext/simplexml/tests/
H A Dbug40451.phpt2 Bug #40451 (addAttribute() may crash when used with non-existent child node)
/php-src/ext/dom/tests/modern/spec/
H A DNode_appendChild_fragment_multiple_elements.phpt24 Cannot have more than one element child in a document
H A Dappend_text_nodes_invalid_hierarchy.phpt27 Cannot insert text as a child of a document
H A DNode_insertBefore_01.phpt24 Document types must be the first child in a document
H A DElement_insertAdjacentText.phpt26 Cannot insert text as a child of a document
H A DNode_insertBefore_02.phpt23 Cannot have more than one element child in a document
/php-src/ext/standard/
H A Dproc_open.c240 return proc->child; in waitpid_cached()
243 pid_t wait_pid = waitpid(proc->child, wait_status, options); in waitpid_cached()
354 RETURN_BOOL(kill(proc->child, sig_no) == 0); in PHP_FUNCTION()
420 if (wait_pid == proc->child) { in PHP_FUNCTION()
1171 php_process_id_t child; in PHP_FUNCTION() local
1322 child = pi.dwProcessId; in PHP_FUNCTION()
1345 r = posix_spawn(&child, "/bin/sh" , &factions, NULL, in PHP_FUNCTION()
1357 child = fork(); in PHP_FUNCTION()
1359 if (child == 0) { in PHP_FUNCTION()
1391 } else if (child < 0) { in PHP_FUNCTION()
[all …]
/php-src/Zend/tests/
H A Dbug74862_2.phpt2 Bug #74862 (Unable to clone instance when private __clone defined in a child class)
H A Dbug40770.phpt2 Bug #40770 (Apache child exits when PHP memory limit reached)
H A Dlsb_024.phpt2 Late Static Binding static:: accesses protected / public static variables of child
H A Dbug62441.phpt2 Bug #62441: Incorrect strong typing in namespaced child classes
H A Dlsb_023.phpt2 Late Static Binding static:: calls protected / public method of child class even then
/php-src/ext/reflection/tests/
H A DReflectionObject_isSubclassOf_basic.phpt26 foreach ($ros as $childName => $child) {
30 var_dump($child->isSubclassOf($parent));
33 var_dump($child->isSubclassOf($ros[$parentName]));
36 var_dump($child->isSubclassOf($parentName));
/php-src/Zend/tests/traits/
H A Dbug76773-deprecated.phpt2 Bug #76773 (Traits used on the parent are ignored for child classes) [original test with deprecated…
/php-src/Zend/tests/type_declarations/intersection_types/variance/
H A Dinvalid6.phpt2 Replacing not-loadable parent intersection type with loadable child intersection type
H A Dinvalid_covariance_intersection_to_union2.phpt2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
H A Dinvalid_covariance_intersection_to_union1.phpt2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
/php-src/Zend/tests/type_declarations/dnf_types/variance/
H A Dinvalid_covariance_intersection_to_union2.phpt2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
/php-src/ext/tidy/tests/
H A Dgh12980.phpt13 var_dump($tidy->root()->child[1]->attribute);
/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c617 int child = idom_bb->dom_child;
622 child_bb = &blocks[child];
713 int child = idom_bb->dom_child; in ir_build_dominators_tree() local
718 child_bb = &blocks[child]; in ir_build_dominators_tree()
848 int child = idom_bb->dom_child; in ir_build_dominators_tree_iterative() local
853 child_bb = &blocks[child]; in ir_build_dominators_tree_iterative()
900 int child; in ir_find_loops() local
910 for (child = bb->dom_child; child > 0; child = blocks[child].dom_next_child) { in ir_find_loops()
941 int child; in ir_find_loops() local
942 …for (child = blocks[sorted_blocks[i]].dom_child; child > 0; child = blocks[child].dom_next_child) { in ir_find_loops()
[all …]

Completed in 39 milliseconds

12345678910>>...12