Home
last modified time | relevance | path

Searched refs:atts (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/simplexml/tests/
H A Dbug45553.phpt17 $atts = $x->xpath("/xml/data/@a:label");
18 echo $atts[0] . "\n";
19 $atts = $x->xpath("/xml/a:data");
20 echo $atts[0]->attributes() . "\n";
21 $atts = $x->xpath("/xml/a:data/@a:label");
22 echo $atts[0] . "\n";
23 $atts = $x->xpath("/xml/a:data/@label");
24 echo $atts[0] . "\n";
25 $atts = $x->xpath("/xml/data/@label");
26 echo $atts[0] . "\n";
H A D030.phpt26 $atts = $sxe->attributes("urn::test");
27 var_dump(isset($atts[0]));
28 unset($atts[0]);
29 var_dump(isset($atts[0]));
30 var_dump(isset($atts[TRUE]));
/PHP-7.1/ext/wddx/
H A Dwddx.c730 if (atts) for (i=0; atts[i]; i++) { in php_wddx_push_element()
750 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
751 if (!strcmp((char *)atts[i], EL_CHAR_CODE) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
770 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
771 if (!strcmp((char *)atts[i], EL_VALUE) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
802 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
803 if (!strcmp((char *)atts[i], EL_NAME) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
816 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
817 if (!strcmp((char *)atts[i], "fieldNames") && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
851 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
[all …]

Completed in 11 milliseconds