Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/simplexml/tests/
H A D023.phpt18 $sxe = simplexml_load_string($xml);
20 var_dump($sxe);
21 var_dump($sxe['attr']);
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 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 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 Dbug48601.phpt8 $sxe = simplexml_load_string('<root><node1>1</node1></root>');
10 $nodes = $sxe->xpath("/root/node2/@test");
H A Dsxe_004.phpt13 <!DOCTYPE sxe SYSTEM "notfound.dtd">
14 <sxe id="elem1">
35 </sxe>
77 $sxe = new SXETest((binary)$xml);
78 $rit = new RecursiveIteratorIterator($sxe, RecursiveIteratorIterator::SELF_FIRST);
H A D036.phpt15 $sxe = new SXE($str);
16 var_dump(count($sxe));
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 Dbug67116.phpt24 $sxe = simplexml_load_string($xml);
25 print_r($sxe);
H A D001.phpt8 var_dump(simplexml_load_file(dirname(__FILE__).'/sxe.xml'));
/PHP-5.5/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-5.5/ext/simplexml/
H A Dsxe.h28 PHP_MINIT_FUNCTION(sxe);
H A Dphp_simplexml_exports.h54 php_sxe_object *sxe; member
H A Dconfig.w329 EXTENSION("simplexml", "simplexml.c sxe.c");
H A Dconfig.m420 PHP_NEW_EXTENSION(simplexml, simplexml.c sxe.c, $ext_shared)
/PHP-5.5/Zend/
H A Dzend_strtod.c1287 ULong *bx, *bxe, *sx, *sxe; in quorem() local
1301 sxe = sx + --n; in quorem()
1304 q = *bxe / (*sxe + 1); /* ensure q <= true quotient */ in quorem()
1334 while(sx <= sxe); in quorem()
1370 while(sx <= sxe); in quorem()

Completed in 32 milliseconds

12