Home
last modified time | relevance | path

Searched refs:sxe (Results 26 – 49 of 49) sorted by relevance

12

/PHP-8.0/ext/xmlwriter/tests/
H A DOO_008.phpt14 $xw->writeDtdElement('sxe', '(elem1+, elem11, elem22*)');
15 $xw->writeDtdAttlist('sxe', 'id CDATA #implied');
30 <!ELEMENT sxe (elem1+, elem11, elem22*)>
31 <!ATTLIST sxe id CDATA #implied>
H A D008.phpt17 xmlwriter_write_dtd_element($xw, 'sxe', '(elem1+, elem11, elem22*)');
18 xmlwriter_write_dtd_attlist($xw, 'sxe', 'id CDATA #implied');
35 <!ELEMENT sxe (elem1+, elem11, elem22*)>
36 <!ATTLIST sxe id CDATA #implied>
/PHP-8.0/ext/simplexml/tests/
H A D023.phpt18 $sxe = simplexml_load_string($xml);
20 var_dump($sxe);
21 var_dump($sxe['attr']);
H A D037.phpt9 $sxe = new SimpleXmlElement($str);
10 var_dump($sxe instanceof Countable);
H A D010.phpt14 <!DOCTYPE sxe SYSTEM "notfound.dtd">
15 <sxe id="elem1">
26 </sxe>
H A Dsxe_001.phpt13 <!DOCTYPE sxe SYSTEM "notfound.dtd">
14 <sxe id="elem1">
25 </sxe>
H A D013.phpt15 $sxe = simplexml_load_string($xml);
17 var_dump((string)$sxe);
H A D003.phpt10 <!DOCTYPE sxe SYSTEM "notfound.dtd" [
13 <sxe id="elem1">
26 </sxe>
H A Dbug27010.phpt17 $sxe = simplexml_load_string($xml);
19 foreach ($sxe as $element_name => $element) {
23 foreach ($sxe->children('http://www.example.com/hot') as $element_name => $element) {
H A Dbug48601.phpt8 $sxe = simplexml_load_string('<root><node1>1</node1></root>');
10 $nodes = $sxe->xpath("/root/node2/@test");
H A D036.phpt15 $sxe = new SXE($str);
16 var_dump(count($sxe));
H A Dsxe_004.phpt13 <!DOCTYPE sxe SYSTEM "notfound.dtd">
14 <sxe id="elem1">
35 </sxe>
77 $sxe = new SXETest($xml);
78 $rit = new RecursiveIteratorIterator($sxe, RecursiveIteratorIterator::SELF_FIRST);
H A D024.phpt17 $sxe = simplexml_load_string($xml);
21 global $sxe;
24 var_dump($sxe->xpath($xpath));
H A Dbug42259.phpt28 $sxe = new SimpleXMLIterator($xml);
29 $rit = new RecursiveIteratorIterator($sxe, RecursiveIteratorIterator::LEAVES_ONLY);
H A Dbug79971_1.phpt17 $sxe = simplexml_load_file($uri);
18 var_dump($sxe->asXML("$uri.out%00foo"));
H A Dbug67116.phpt24 $sxe = simplexml_load_string($xml);
25 print_r($sxe);
H A D001-mb.phpt8 var_dump(simplexml_load_file(__DIR__.'/sxe私はガラスを食べられます.xml'));
H A D001.phpt8 var_dump(simplexml_load_file(__DIR__.'/sxe.xml'));
/PHP-8.0/ext/soap/tests/
H A Dtypemap003.phpt31 $sxe = simplexml_load_string($xml);
33 $obj->a = (string)$sxe->a;
34 $obj->b = (string)$sxe->b;
H A Dtypemap007.phpt31 $sxe = simplexml_load_string($xml);
33 $obj->a = (string)$sxe->a;
34 $obj->b = (string)$sxe->b;
H A Dtypemap001.phpt29 $sxe = simplexml_load_string($xml);
31 $obj->a = (string)$sxe->a;
32 $obj->b = (string)$sxe->b;
H A Dtypemap005.phpt29 $sxe = simplexml_load_string($xml);
31 $obj->a = (string)$sxe->a;
32 $obj->b = (string)$sxe->b;
/PHP-8.0/ext/libxml/tests/
H A Dbug51903.phpt29 $sxe = simplexml_load_file($uri);
30 echo "$sxe\n";
/PHP-8.0/Zend/
H A Dzend_strtod.c2187 ULong *bx, *bxe, q, *sx, *sxe; local
2205 sxe = sx + --n;
2208 q = *bxe / (*sxe + 1); /* ensure q <= true quotient */
2249 while(sx <= sxe);
2290 while(sx <= sxe);

Completed in 25 milliseconds

12