Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/wddx/
H A Dwddx.c747 if (atts) for (i=0; atts[i]; i++) { in php_wddx_push_element()
775 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
776 if (!strcmp(atts[i], EL_CHAR_CODE) && atts[++i] && atts[i][0]) { in php_wddx_push_element()
796 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
797 if (!strcmp(atts[i], EL_VALUE) && atts[++i] && atts[i][0]) { in php_wddx_push_element()
837 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
838 if (!strcmp(atts[i], EL_NAME) && atts[++i] && atts[i][0]) { in php_wddx_push_element()
851 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
852 if (!strcmp(atts[i], "fieldNames") && atts[++i] && atts[i][0]) { in php_wddx_push_element()
887 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
[all …]

Completed in 13 milliseconds