Home
last modified time | relevance | path

Searched refs:root (Results 76 – 100 of 274) sorted by path

1234567891011

/PHP-7.4/ext/dom/tests/
H A Dbug75451.phpt10 $dom->loadXML('<root><child/></root>');
12 foreach($xpath->query('/root/noexist') as $child) {
H A Dbug76738.phpt44 …$path = '//*[contains(concat(" ", normalize-space(@class), " "), "tinymce-generated-root-block")]';
76 …$path = '//*[contains(concat(" ", normalize-space(@class), " "), "tinymce-generated-root-block")]';
82 $root_div->setAttribute('class', 'tinymce-generated-root-block');
107 return $this->remove_block($content, 'tinymce-generated-root-block');
112 return $this->remove_block($content, 'tinymce-garbage-root-block');
197 …private function remove_block(string $content, string $class='tinymce-generated-root-block'): stri…
H A Dbug81433.phpt11 $element = $dom->createElement('test', 'root');
H A Ddom001.phpt21 echo "--------- root\n";
25 echo "--------- children of root\n";
34 // The parent of this last node is the root again
71 echo "--------- Add child to root\n";
102 --------- root
107 --------- children of root
185 --------- Add child to root
H A Ddom_comment_basic.phpt19 $root = $dom->documentElement;
20 var_dump($root->hasChildNodes());
21 $children = $root->childNodes;
H A Ddom_comment_variation.phpt16 $root = $dom->documentElement;
17 var_dump($root->hasChildNodes());
18 $children = $root->childNodes;
H A Ddom_set_attr_node.phpt10 <root a="b" />
20 $root = $dom->documentElement;
21 $attr = $root->getAttributeNode('a');
H A Ddomxpath.phpt24 $dom->loadXML('<root xmlns="urn::default"><child>myval</child></root>');
45 $root = $dom->documentElement;
46 $root->appendChild($dom->createElementNS("urn::default", "testnode", 3));
47 $root->appendChild($dom->createElementNS("urn::default", "testnode", 4));
48 $root->appendChild($dom->createElementNS("urn::default", "testnode", 4));
49 $root->appendChild($dom->createElementNS("urn::default", "testnode", 5));
H A Dregsiter_node_class.phpt18 $doc->appendChild(new DOMElement('root'));
19 $root = $doc->documentElement;
20 $root->setAttribute('a', 'a1');
21 echo get_class($root), "\n";
22 print $root->testit()."\n";
23 $attr = $root->getAttributeNode('a');
28 $attr = $root->getAttributeNode('a');
H A DtoString_exceptions.phpt18 '<root xmlns:ns="foo"><node attr="foo" /><node>Text</node><ns:node/><?pi foobar?></root>');
23 $root = $doc->childNodes[0];
25 $node = $root->childNodes[0];
31 $node2 = $root->childNodes[1];
37 $node3 = $root->childNodes[2];
40 $pi = $root->childNodes[3];
58 <root xmlns:ns="foo"><node attr="foo"/><node>Text</node><ns:node/><?pi foobar?></root>
/PHP-7.4/ext/ffi/tests/
H A Dlist.phpt11 private $root;
29 $this->root = $node;
33 $root = $this->root;
34 $node = $root->next;
35 while ($node != $root) {
40 FFI::free($root);
53 $root = $this->root;
54 $node = $root->next;
55 while ($node != $root) {
69 $root = $this->root;
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1305 "user stream", "lockbytes", "property", "root storage" };
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c749 const cdf_directory_t **root) in cdf_read_short_stream() argument
754 *root = NULL; in cdf_read_short_stream()
765 *root = d; in cdf_read_short_stream()
1554 const cdf_directory_t *root; in main() local
1591 if (cdf_read_short_stream(&info, &h, &sat, &dir, &sst, &root) in main()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic103 >>>9 string x \b, root "%s"
2023 >>>8 byte&0x0F 0x00 \b, root type: null
2027 >>8 byte&0xF0 0x20 \b, root type: real
2028 >>8 byte&0xF0 0x30 \b, root type: date
2033 >>8 byte&0xF0 0xa0 \b, root type: array
8343 0 string root\0 ROOT file
11499 # 0 root entries
12310 >32 ulequad >0 \b root at %lld,
17996 >>508 leshort >0 root=0x%X
18300 >16 string x \b, root %s
[all …]
H A Dmagic私はガラスを食べられます103 >>>9 string x \b, root "%s"
2023 >>>8 byte&0x0F 0x00 \b, root type: null
2027 >>8 byte&0xF0 0x20 \b, root type: real
2028 >>8 byte&0xF0 0x30 \b, root type: date
2033 >>8 byte&0xF0 0xa0 \b, root type: array
8343 0 string root\0 ROOT file
11499 # 0 root entries
12310 >32 ulequad >0 \b root at %lld,
17996 >>508 leshort >0 root=0x%X
18300 >16 string x \b, root %s
[all …]
/PHP-7.4/ext/filter/tests/
H A D041.phpt9 abc=dir; def=true; abc=root; xyz="foo bar";
/PHP-7.4/ext/gmp/tests/
H A Dgmp_remroot.phpt87 Warning: gmp_rootrem(): Can't take even root of negative number in %s on line %d
102 Warning: gmp_rootrem(): The root must be positive in %s on line %d
105 Warning: gmp_rootrem(): The root must be positive in %s on line %d
H A Dgmp_root.phpt47 Warning: gmp_root(): Can't take even root of negative number in %s on line %d
54 Warning: gmp_root(): The root must be positive in %s on line %d
57 Warning: gmp_root(): The root must be positive in %s on line %d
/PHP-7.4/ext/imap/tests/
H A DREADME.md46 user = root
/PHP-7.4/ext/intl/tests/_files/
H A Dres_index.txt4 root {""}
H A Dresourcebundle.txt1 root {
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_getLocale_basic.phpt18 string(4) "root"
19 string(4) "root"
H A Dbreakiter_getLocale_basic2.phpt19 string(4) "root"
H A Dcollator_create2.phpt23 'root',
61 ULOC_ACTUAL_LOCALE = 'root'
74 Locale: 'root'
75 ULOC_REQUESTED_LOCALE = 'root'
76 ULOC_VALID_LOCALE = 'root'
77 ULOC_ACTUAL_LOCALE = 'root'
H A Dcollator_create3.phpt24 'root',
62 ULOC_ACTUAL_LOCALE = 'root'
69 ULOC_VALID_LOCALE = 'root'
70 ULOC_ACTUAL_LOCALE = 'root'
75 Locale: 'root'
76 ULOC_REQUESTED_LOCALE = 'root'
77 ULOC_VALID_LOCALE = 'root'
78 ULOC_ACTUAL_LOCALE = 'root'

Completed in 359 milliseconds

1234567891011