Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/wddx/
H A Dwddx.c744 if (atts) for (i=0; atts[i]; i++) { in php_wddx_push_element()
772 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
773 if (!strcmp(atts[i], EL_CHAR_CODE) && atts[++i] && atts[i][0]) { in php_wddx_push_element()
793 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
794 if (!strcmp(atts[i], EL_VALUE) && atts[++i] && atts[i][0]) { in php_wddx_push_element()
834 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
835 if (!strcmp(atts[i], EL_NAME) && atts[++i] && atts[i][0]) { in php_wddx_push_element()
848 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
849 if (!strcmp(atts[i], "fieldNames") && atts[++i] && atts[i][0]) { in php_wddx_push_element()
884 if (atts) for (i = 0; atts[i]; i++) { in php_wddx_push_element()
[all …]

Completed in 14 milliseconds