Home
last modified time | relevance | path

Searched refs:child (Results 126 – 150 of 283) sorted by relevance

12345678910>>...12

/php-src/ext/standard/tests/streams/
H A Dbug61019.phpt9 0 => array("pipe", "r"), // stdin is a pipe that the child will read from
10 1 => array("pipe", "w"), // stdout is a pipe that the child will write to
11 2 => array("pipe", "w") // stderr is a pipe that the child will write to
/php-src/ext/dom/tests/modern/spec/
H A Ddom_parsing_gh44.phpt8 $root = Dom\XMLDocument::createFromString('<root xmlns:ns2="uri2"><child xmlns:ns1="uri1" xmlns:a0=…
15 <root xmlns:ns2="uri2"><child xmlns:ns1="uri1" xmlns:a0="uri1" xmlns:NS1="uri1" xmlns:ns2="uri3" ns…
H A DNode_isEqualNode_02.phpt17 $e2->setAttributeNodeNS($child = $dom->createAttributeNS("http://example.com", "foo:bar"));
18 $e2->removeAttributeNode($child);
/php-src/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_001w.phpt10 function __construct(public $varString, public $varInt, public $child) {}
22 …ype="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varString><child xsi:nil="true" xsi…
24 …ype="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varString><child xsi:nil="true" xsi…
30 ["child"]=>
/php-src/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt12 echo "*** Test by calling method or function with its expected arguments, first print the child PID…
23 *** Test by calling method or function with its expected arguments, first print the child PID and t…
/php-src/ext/dom/
H A Dhtml5_serializer.c202 for (xmlNodePtr child = attr->children; child != NULL; child = child->next) { in dom_html5_serialize_element_start() local
203 if (child->type == XML_TEXT_NODE) { in dom_html5_serialize_element_start()
204 if (child->content != NULL) { in dom_html5_serialize_element_start()
205 TRY(dom_html5_escape_string(ctx, (const char *) child->content, true)); in dom_html5_serialize_element_start()
207 } else if (child->type == XML_ENTITY_REF_NODE) { in dom_html5_serialize_element_start()
209 TRY(dom_html5_escape_string(ctx, (const char *) child->name, true)); in dom_html5_serialize_element_start()
/php-src/ext/standard/tests/general_functions/
H A Dgh12655.phpt7 0 => [ "pipe", "r" ], // stdin is a pipe that the child will read from
8 1 => [ "pipe", "w" ], // stdout is a pipe that the child will write to
/php-src/ext/dom/tests/gh11830/
H A Dhierarchy_variation.phpt13 <child><testelement/></child>
/php-src/ext/simplexml/tests/
H A Dbug42259.phpt27 foreach ($rit as $child) {
29 $ancestry = $child->xpath('ancestor-or-self::*');
H A DgetDocNamespaces_no_internal_declaration.phpt11 <child xmlns="urn:a">
15 </child>
/php-src/Zend/
H A Dzend_enum.c542 ast->child[0] = (zend_ast *) p; p += sizeof(zend_ast_zval); in create_enum_case_ast()
543 ast->child[0]->kind = ZEND_AST_ZVAL; in create_enum_case_ast()
544 ast->child[0]->attr = 0; in create_enum_case_ast()
546 ZVAL_STR(zend_ast_get_zval(ast->child[0]), class_name); in create_enum_case_ast()
549 ast->child[1]->kind = ZEND_AST_ZVAL; in create_enum_case_ast()
550 ast->child[1]->attr = 0; in create_enum_case_ast()
552 ZVAL_STR(zend_ast_get_zval(ast->child[1]), case_name); in create_enum_case_ast()
556 ast->child[2]->kind = ZEND_AST_ZVAL; in create_enum_case_ast()
557 ast->child[2]->attr = 0; in create_enum_case_ast()
559 ZVAL_COPY_VALUE(zend_ast_get_zval(ast->child[2]), value); in create_enum_case_ast()
[all …]
H A Dzend_ast.h185 zend_ast *child[1]; /* Array of children (using struct hack) */ member
194 zend_ast *child[1]; member
213 zend_ast *child[5]; member
239 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_1(zend_ast_kind kind, zend_ast *child);
250 …s_inline zend_ast * zend_ast_create_ex_1(zend_ast_kind kind, zend_ast_attr attr, zend_ast *child) { in zend_ast_create_ex_1() argument
251 zend_ast *ast = zend_ast_create_1(kind, child); in zend_ast_create_ex_1()
277 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_1(zend_ast_kind kind, zend_ast *child);
316 return XtOffsetOf(zend_ast, child) + (sizeof(zend_ast *) * children); in zend_ast_size()
377 if (list->children && list->child[list->children - 1] == NULL) { in zend_ast_list_rtrim()
H A Dzend_inheritance.c1035 zend_error_at(E_COMPILE_ERROR, func_filename(child), func_lineno(child), in emit_incompatible_method_error()
1040 child->common.attributes, in emit_incompatible_method_error()
1046 zend_error_at(E_DEPRECATED, func_filename(child), func_lineno(child), in emit_incompatible_method_error()
1056 zend_error_at(E_COMPILE_ERROR, func_filename(child), func_lineno(child), in emit_incompatible_method_error()
1122 zend_error_at_noreturn(E_COMPILE_ERROR, func_filename(child), func_lineno(child), in do_inheritance_check_on_method()
1136 zend_error_at_noreturn(E_COMPILE_ERROR, func_filename(child), func_lineno(child), in do_inheritance_check_on_method()
1140 zend_error_at_noreturn(E_COMPILE_ERROR, func_filename(child), func_lineno(child), in do_inheritance_check_on_method()
1152 zend_error_at_noreturn(E_COMPILE_ERROR, func_filename(child), func_lineno(child), in do_inheritance_check_on_method()
1187 zend_error_at_noreturn(E_COMPILE_ERROR, func_filename(child), func_lineno(child), in do_inheritance_check_on_method()
1215 if (child) { in do_inherit_method()
[all …]
H A Dzend_generators.c178 node->child.single = NULL; in zend_generator_remove_child()
180 HashTable *ht = node->child.ht; in zend_generator_remove_child()
181 zend_hash_index_del(ht, (zend_ulong) child); in zend_generator_remove_child()
185 node->child.single = other_child; in zend_generator_remove_child()
341 zend_hash_destroy(generator->node.child.ht); in zend_generator_free_storage()
342 efree(generator->node.child.ht); in zend_generator_free_storage()
492 node->child.single = child; in zend_generator_add_child()
498 (zend_ulong) node->child.single, node->child.single); in zend_generator_add_child()
499 node->child.ht = ht; in zend_generator_add_child()
502 zend_hash_index_add_new_ptr(node->child.ht, (zend_ulong) child, child); in zend_generator_add_child()
[all …]
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c48 if (rb->child) { in ResourceBundle_object_free()
49 ures_close( rb->child ); in ResourceBundle_object_free()
68 rb->child = NULL; in ResourceBundle_object_create()
196 rb->child = ures_getByKey(rb->me, key, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resource_bundle_array_fetch()
207 rb->child = ures_getByIndex(rb->me, index, rb->child, &INTL_DATA_ERROR_CODE(rb)); in resource_bundle_array_fetch()
H A Dresourcebundle_iterator.c35 rb->child = ures_getByIndex( rb->me, iterator->i, rb->child, &icuerror ); in resourcebundle_iterator_read()
40 iterator->currentkey = estrdup( ures_getKey( rb->child ) ); in resourcebundle_iterator_read()
/php-src/ext/dom/tests/
H A Dcanonicalization.phpt24 /* inclusive/without comments first child element of doc element is context. */
27 /* exclusive/without comments first child element of doc element is context. */
30 /* inclusive/with comments first child element of doc element is context. */
33 /* exclusive/with comments first child element of doc element is context. */
39 /* exclusive/without comments first child element of doc element is context.
47 /* exclusive/without comments first child element of doc element is context.
H A DDOMNode_insertBefore_error5.phpt5 DOM_NOT_FOUND is raised if refnode is not a child
6 This test checks the error message is raised when the refnode is a descendant but not a child
/php-src/Zend/tests/type_declarations/intersection_types/redundant_types/
H A Dinheritence.phpt2 Intersection with child class
/php-src/ext/opcache/jit/ir/
H A Dir_ra.c505 ir_ref *p, child; in ir_add_fusion_ranges() local
544 child = *p; in ir_add_fusion_ranges()
545 if (child > 0) { in ir_add_fusion_ranges()
867 uint32_t child; in ir_compute_live_ranges() local
879 child = b; in ir_compute_live_ranges()
892 while (child) { in ir_compute_live_ranges()
1161 ir_ref *p, child; in ir_add_fusion_ranges() local
1202 child = *p; in ir_add_fusion_ranges()
1556 child = child->next; in ir_ivals_inside()
1557 } while (child); in ir_ivals_inside()
[all …]
/php-src/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt32 * If a child miss SIGQUIT then reload process should stuck
39 …pid 21315, fpm_pctl_kill_all(), line 161: [pool unconfined] sending signal 9 SIGKILL to child 21337
40 …33471] DEBUG: pid 21315, fpm_children_bury(), line 259: [pool unconfined] child 21337 exited on si…
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_ns_imported_03.phpt9 $xml->documentElement->appendChild($xml->createElementNS('some:ns2', 'child'));
35 <child xmlns="some:ns2"/></container>
H A DHTMLDocument_serialize_ns_imported_04.phpt9 $xml->documentElement->appendChild($xml->createElementNS('some:ns2', 'child'));
35 <child xmlns="some:ns2"/></container>
/php-src/Zend/tests/type_declarations/dnf_types/redundant_types/
H A Dinheritence.phpt2 Intersection with child class
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_should_retain_properties_and_owner_01.phpt14 $child = $dom->documentElement;
19 $dom = $child->ownerDocument;

Completed in 68 milliseconds

12345678910>>...12