Home
last modified time | relevance | path

Searched refs:second (Results 126 – 150 of 396) sorted by path

12345678910>>...16

/php-src/ext/dom/tests/
H A DDOMDocument_load_error1_gte2_12.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error2_gte2_11.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error2_gte2_12.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error2_pre2_11.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error3.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error4.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error5.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_variation1.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_variation2.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_variation3.phpt8 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_variation4.phpt8 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMNode_normalize_basic.phpt37 // add a second text node to title
38 $text = $doc->createTextNode('This is the second title');
41 echo "Number of child nodes of title after adding second title = ";
51 // should concatenate first and second title text nodes
60 Number of child nodes of title after adding second title = int(2)
H A Dbug32615.phpt16 $frag->appendChild(new DOMElement('second'));
61 $frag->appendChild(new DOMElement('second'));
79 <root><first/><second/><third/><fourth/></root>
82 <root><second/><third/><fourth/></root>
H A Dbug47531_a.phpt12 <second>
32 </second>
45 <second>
65 </second>
H A Dbug47531_b.phpt12 <foo:second xmlns:foo="some:ns2">
32 </foo:second>
46 <foo:second xmlns:foo="some:ns2">
66 </foo:second>
H A Ddomelement.phpt58 $element_ns = new DOMElement('newns2:myelement', 'second default content', 'urn::dummyns');
H A DgetElementsByTagName_liveness_deallocated_document.phpt17 $second = $ps->item(1);
18 var_dump($second->textContent);
22 $dom = $second->ownerDocument;
24 $second->parentNode->appendChild($dom->createElement('p', '4'));
H A Dreconcile_reused_namespace.phpt25 echo "Add second\n";
38 Add second
/php-src/ext/dom/tests/delayed_freeing/
H A Dgh9628_2.phpt40 // This call will fail for the second `<span>`. It does not really
/php-src/ext/dom/tests/modern/spec/
H A DNode_normalize.phpt39 // add a second text node to title
40 $text = $doc->createTextNode('This is the second title');
43 echo "Number of child nodes of title after adding second title = ";
53 // should concatenate first and second title text nodes
62 Number of child nodes of title after adding second title = int(2)
/php-src/ext/dom/
H A Dtext.c105 xmlChar *second; in PHP_METHOD() local
138 second = xmlUTF8Strsub(cur, (int)offset, (int)(length - offset)); in PHP_METHOD()
141 nnode = xmlNewDocText(node->doc, second); in PHP_METHOD()
144 xmlFree(second); in PHP_METHOD()
/php-src/ext/fileinfo/tests/
H A Dmagic606 >24 lelong >0 \b, second stage
5918 # second of release (0-59)
18563 # second
22911 # No second checksum
25520 # second (0-59)
28392 # second member info
32666 # Match all possible second packets.
34207 # display second chunk for debugging
34280 # display second chunk for debugging
37535 >28 belong 1 \b, 1 leap second
[all …]
H A Dmagic私はガラスを食べられます606 >24 lelong >0 \b, second stage
5918 # second of release (0-59)
18563 # second
22911 # No second checksum
25520 # second (0-59)
28392 # second member info
32666 # Match all possible second packets.
34207 # display second chunk for debugging
34280 # display second chunk for debugging
37535 >28 belong 1 \b, 1 leap second
[all …]
/php-src/ext/gd/
H A Dconfig.m4144 dnl Png. If support for format Foo exists, the second argument (the name
/php-src/ext/gd/tests/
H A Dimageantialias_error2.phpt12 It seems the second argument passing is not being correctly checked.

Completed in 165 milliseconds

12345678910>>...16