Home
last modified time | relevance | path

Searched refs:child (Results 226 – 250 of 312) sorted by relevance

12345678910>>...13

/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c618 int child = idom_bb->dom_child;
623 child_bb = &blocks[child];
714 int child = idom_bb->dom_child; in ir_build_dominators_tree() local
719 child_bb = &blocks[child]; in ir_build_dominators_tree()
849 int child = idom_bb->dom_child; in ir_build_dominators_tree_iterative() local
854 child_bb = &blocks[child]; in ir_build_dominators_tree_iterative()
901 int child; in ir_find_loops() local
911 for (child = bb->dom_child; child > 0; child = blocks[child].dom_next_child) { in ir_find_loops()
942 int child; in ir_find_loops() local
943 …for (child = blocks[sorted_blocks[i]].dom_child; child > 0; child = blocks[child].dom_next_child) { in ir_find_loops()
[all …]
/php-src/Zend/tests/type_declarations/intersection_types/variance/
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…
H A Dinvalid2.phpt2 Co-variance check failure for intersection type where child replaces it with standard type
H A Dinvalid_covariance_drop_type1.phpt2 Co-variance check failure for intersection type where child removes one of intersection type members
H A Dinvalid_covariance_intersection_to_union3.phpt2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
H A Dinvalid_covariance_drop_type2.phpt2 Co-variance check failure for intersection type where child removes one of intersection type members
H A Dinvalid1.phpt2 Co-variance check failure for intersection type where child replace one of intersection type member…
/php-src/ext/dom/tests/
H A Dbug41374.phpt9 <root>foo<child />baz</root>
H A DDOMElement_insertAdjacentElement.phpt27 $child = $element->appendChild($dom->createElement('child'));
30 var_dump($child->insertAdjacentElement($where, $element)->tagName);
H A Dbug80927.phpt65 echo "--- Remove namespace declarator for attribute, moved root child ---\n";
80 --- Remove namespace declarator for attribute, moved root child ---
H A Dbug54382.phpt9 <ns2:child />
H A DDOMNode_insertBefore_error6.phpt5 DOM_NOT_FOUND is raised if refnode is not a child
/php-src/ext/dom/tests/modern/spec/
H A DElement_insertAdjacentText.phpt26 Cannot insert text as a child of a document
H A DdocumentURI_URL.phpt8 $dom = Dom\XMLDocument::createFromString('<root><child/></root>');
/php-src/Zend/tests/type_declarations/dnf_types/variance/
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…
H A Dinvalid_covariance_intersection_to_union3.phpt2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
H A Dinvalid_covariance_drop_type1.phpt2 Co-variance check failure for intersection type where child removes one of intersection type members
H A Dinvalid1.phpt2 Co-variance check failure for intersection type where child replace one of intersection type member…
H A Dinvalid_covariance_drop_type2.phpt2 Co-variance check failure for intersection type where child removes one of intersection type members
/php-src/ext/filter/tests/
H A D058.phpt17 'tést.child@example.com',
45 string(23) "tést.child@example.com"
/php-src/ext/standard/tests/dir/
H A Dscandir_variation5.phpt13 * remove the execute permission from the parent dir and test scandir() on child dir
24 * |-> child_dir ( child dir)
H A Ddir_variation7.phpt13 * remove the execute permission from the parent dir and test dir() on child dir
23 |-> child_dir ( child dir)
H A Dopendir_variation5.phpt13 * remove the execute permission from the parent dir and test opendir() on child dir
23 * |-> child_dir ( child dir)
/php-src/ext/xmlreader/tests/
H A DfromStream_broken_stream.phpt25 fwrite($h, "<child/></root>");
/php-src/ext/standard/tests/array/
H A Darray_filter_object.phpt9 * object of child class extending abstract class
41 echo "defined in child";

Completed in 45 milliseconds

12345678910>>...13