Home
last modified time | relevance | path

Searched refs:container (Results 1 – 25 of 61) sorted by relevance

123

/PHP-8.2/ext/dom/tests/
H A DreplaceWith_non_viable_next_sibling.phpt10 <container>
14 </container>
17 $container = $doc->documentElement;
18 $child = $container->firstElementChild;
28 <container>
32 </container>
34 <container>
36 </container>
H A Dgh11906.phpt10 <container>
12 </container>
15 $container = $doc->documentElement;
16 $child = $container->firstElementChild;
34 <container>
36 </container>
41 <container>
43 </container>
H A Dgh12616_1.phpt11 <container xmlns="http://symfony.com/schema/dic/services">
13 </container>
30 <container>
32 </container>
34 <container>
36 </container>
H A DDOMCharacterData_replaceWith_self.phpt8 $dom->loadXML('<?xml version="1.0"?><container><![CDATA[Hello]]></container>');
15 <container><![CDATA[Hello]]></container>
H A Dgh12616_2.phpt11 <container xmlns:test="urn:test" xmlns:symfony="http://symfony.com/schema/dic/services">
15 </container>
25 $result = $xpath->query('//container/services/test:service[@id="hello"]');
31 <container xmlns:test="urn:test">
35 </container>
H A Dgh12616_3.phpt11 <container>
20 </container>
31 foreach ($xpath->query("/container/child1/namespace::*") as $ns) {
37 foreach ($xpath->query("/container/child1/foo/namespace::*") as $ns) {
43 foreach ($xpath->query("/container/child2/namespace::*") as $ns) {
50 <container>
59 </container>
/PHP-8.2/ext/dom/tests/gh11830/
H A Dhierarchy_variation.phpt10 <container>
13 </container>
16 $container = $doc->documentElement;
17 $alone = $container->firstElementChild;
21 $testElement->prepend($alone, $container);
27 $testElement->append($alone, $container);
33 $testElement->before($alone, $container);
39 $testElement->after($alone, $container);
45 $testElement->replaceWith($alone, $container);
59 <container>
[all …]
H A Dattribute_variation.phpt10 <container x="foo">
12 </container>
54 <container x="foo">
56 </container>
H A Ddocument_variation.phpt18 <container>
21 </container>
68 <container>
71 </container>
/PHP-8.2/Zend/tests/
H A Ddereference_005.phpt9 private $container = array();
11 $this->container = array(
18 $this->container[$offset] = $value;
21 return isset($this->container[$offset]);
24 unset($this->container[$offset]);
27 return isset($this->container[$offset]) ? $this->container[$offset] : null;
H A Dbug64417.phpt6 private $container = array();
9 $this->container[] = $value;
11 $this->container[$offset] = $value;
15 return isset($this->container[$offset]);
18 unset($this->container[$offset]);
22 if (isset($this->container[$offset])) {
23 $result = &$this->container[$offset];
/PHP-8.2/ext/spl/tests/
H A Dbug74669.phpt8 public $container;
13 $this->container = new ArrayObject();
19 $this->container->append($element);
56 $container = new Container();
57 $container->append('test1');
58 $container->append('test2');
59 $container->valid();
60 $serialized = serialize($container);
61 unset($container);
63 $container = unserialize($serialized);
[all …]
/PHP-8.2/ext/dom/tests/manually_call_constructor/
H A Dentityreference.phpt16 <container/>
32 <container>&foo2;</container>
34 <container>&foo2;&foo3;</container>
H A Dprocessinginstruction.phpt16 <container/>
32 <container><?name2 value2?></container>
34 <container><?name2 value2?><?name3 value3?></container>
H A Dtext.phpt16 <container/>
30 <container>my new value</container>
32 <container>my new value
33 my new new value</container>
H A Dcdatasection.phpt16 <container/>
30 <container><![CDATA[my new value]]></container>
32 <container><![CDATA[my new value]]><![CDATA[my even newer value]]></container>
H A Dcomment.phpt16 <container/>
32 <container><!--my new value--></container>
34 <container><!--my new value--><!--my even newer value--></container>
H A Delement.phpt16 <container/>
32 <container><foo2>my new value</foo2></container>
34 <container><foo2>my new value</foo2><foo3>my new new value</foo3></container>
H A Ddocumentfragment.phpt16 <container/>
30 <container/>
32 <container/>
H A Dattribute.phpt16 <container/>
32 <container newattribute="my new value"/>
34 <container newattribute="my new value" newnewattribute="my even newer value"/>
/PHP-8.2/ext/opcache/tests/jit/
H A Dgh12748.phpt8 $container = "string";
12 var_dump(isset($container[new stdClass()]));
18 var_dump(empty($container[new stdClass()]));
24 var_dump($container[new stdClass()] ?? 'default');
H A Dgh12812.phpt9 $container = [];
13 var_dump($container['7']);
18 var_dump($container[$dimension]);
/PHP-8.2/ext/sockets/
H A Dconversions.h60 void from_zval_write_in6_pktinfo(const zval *container, char *in6_pktinfo_c, ser_context *ctx);
65 void from_zval_write_ucred(const zval *container, char *ucred_c, ser_context *ctx);
75 void from_zval_write_msghdr_send(const zval *container, char *msghdr_c, ser_context *ctx);
76 void from_zval_write_msghdr_recv(const zval *container, char *msghdr_c, ser_context *ctx);
80 void *from_zval_run_conversions(const zval *container,
/PHP-8.2/ext/standard/tests/serialize/
H A Dserialization_arrays_004.phpt20 echo "\n\n--- 1 refs container:\n";
27 echo "\n\n--- 1,2 ref container:\n";
34 echo "\n\n--- 1,2,3 ref container:\n";
44 --- 1 refs container:
95 --- 1,2 ref container:
153 --- 1,2,3 ref container:
/PHP-8.2/ext/xml/tests/
H A Dgh12254.phpt12 var_dump(xml_parse_into_struct($parser, "<container/>", $values, $tags));
17 xml_parse_into_struct($parser, "<container/>", $values, $tags);
19 xml_parse_into_struct($parser, "<container/>", $values, $tags);

Completed in 44 milliseconds

123