Home
last modified time | relevance | path

Searched refs:child (Results 201 – 225 of 312) sorted by relevance

12345678910>>...13

/php-src/Zend/tests/attributes/override/
H A D004.phpt2 #[\Override]: No parent class, but child implements matching interface.
H A D005.phpt2 #[\Override]: No parent class, but child implements matching interface (2).
/php-src/ext/dom/
H A Dxpath.c57 static void dom_xpath_proxy_factory(xmlNodePtr node, zval *child, dom_object *intern, xmlXPathParse… in dom_xpath_proxy_factory() argument
63 php_dom_create_object(node, child, intern); in dom_xpath_proxy_factory()
338 zval child; in php_xpath_eval() local
360 node = php_dom_create_fake_namespace_decl(nsparent, original, &child, parent_intern); in php_xpath_eval()
362 php_dom_create_object(node, &child, &intern->dom); in php_xpath_eval()
364 add_next_index_zval(&retval, &child); in php_xpath_eval()
/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 Duaf_doctype_iterator.phpt2 UAF when removing doctype and iterating over the child nodes
H A DDOMNode_replaceChild_error1.phpt2 replaceChild() where the old node is not a child
/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 DNode_insertBefore_02.phpt23 Cannot have more than one element child in a document
/php-src/ext/standard/
H A Dproc_open.c243 return proc->child; in waitpid_cached()
246 pid_t wait_pid = waitpid(proc->child, wait_status, options); in waitpid_cached()
357 RETURN_BOOL(kill(proc->child, sig_no) == 0); in PHP_FUNCTION()
423 if (wait_pid == proc->child) { in PHP_FUNCTION()
1174 php_process_id_t child; in PHP_FUNCTION() local
1327 child = pi.dwProcessId; in PHP_FUNCTION()
1350 r = posix_spawn(&child, "/bin/sh" , &factions, NULL, in PHP_FUNCTION()
1362 child = fork(); in PHP_FUNCTION()
1364 if (child == 0) { in PHP_FUNCTION()
1396 } 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…
/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/dom/tests/modern/token_list/
H A Dchange_attribute.phpt8 $dom = DOM\XMLDocument::createFromString('<root class="a b c"><child/></root>');

Completed in 34 milliseconds

12345678910>>...13