Home
last modified time | relevance | path

Searched refs:second (Results 101 – 125 of 396) sorted by path

12345678910>>...16

/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.h82 lxb_dom_attr_compare(lxb_dom_attr_t *first, lxb_dom_attr_t *second);
H A Delement.c475 lxb_dom_element_compare(lxb_dom_element_t *first, lxb_dom_element_t *second) in lxb_dom_element_compare() argument
478 lxb_dom_attr_t *s_attr = second->first_attr; in lxb_dom_element_compare()
480 if (first->node.local_name != second->node.local_name in lxb_dom_element_compare()
481 || first->node.ns != second->node.ns in lxb_dom_element_compare()
482 || first->qualified_name != second->qualified_name) in lxb_dom_element_compare()
501 s_attr = second->first_attr; in lxb_dom_element_compare()
H A Delement.h124 lxb_dom_element_compare(lxb_dom_element_t *first, lxb_dom_element_t *second);
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dbase.h83 lxb_char_t second; member
H A Ddecode.c1577 second = ctx->u.gb18030.second; in lxb_encoding_decode_gb18030()
1602 second = ctx->u.gb18030.second; in lxb_encoding_decode_gb18030()
1703 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030()
1733 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030()
1754 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030()
1767 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030()
2991 second = ctx->u.gb18030.second; in lxb_encoding_decode_gb18030_single()
3007 second = ctx->u.gb18030.second; in lxb_encoding_decode_gb18030_single()
3077 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030_single()
3099 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030_single()
[all …]
/php-src/ext/dom/tests/
H A DDOM4_DOMNode_after.phpt10 $dom->loadXML('<test><mark>first</mark><mark>second</mark></test>');
20 $secondMark->after('text inserted after second');
33 second
35 text inserted after second
H A DDOM4_DOMNode_before.phpt10 $dom->loadXML('<test><mark>first</mark><mark>second</mark></test>');
20 $secondMark->before('text inserted before second');
32 text inserted before second
34 second
H A DDOM4_DOMNode_remove.phpt10 $dom->loadXML('<test><one>first</one><two>second</two></test>');
27 Node Content: second
H A DDOM4_DOMNode_replaceWith.phpt10 $dom->loadXML('<test><mark>first</mark><mark>second</mark></test>');
26 second
H A DDOMComment_construct_basic_001.phpt13 $comment->__construct("This is the second comment.");
19 <root><!--This is the second comment.--></root>
H A DDOMDocument_loadXML_basic.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error1.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error1_gte2_12.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error2_gte2_11.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error2_gte2_12.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error2_pre2_11.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error3.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error4.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error5.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_variation1.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_variation2.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_variation3.phpt8 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_variation4.phpt8 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_basic.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error1.phpt11 - LOAD_OPTIONS: the second parameter to pass to the method

Completed in 46 milliseconds

12345678910>>...16