Home
last modified time | relevance | path

Searched refs:attributes (Results 151 – 175 of 202) sorted by last modified time

123456789

/php-src/ext/simplexml/tests/
H A Dsxe_001.phpt31 ["@attributes"]=>
38 ["@attributes"]=>
H A D000.phpt44 ["@attributes"]=>
55 ["@attributes"]=>
79 ["@attributes"]=>
91 ["@attributes"]=>
114 ["@attributes"]=>
126 ["@attributes"]=>
149 ["@attributes"]=>
189 ["@attributes"]=>
H A D002.phpt34 ["@attributes"]=>
41 ["@attributes"]=>
H A D010.phpt34 ["@attributes"]=>
41 ["@attributes"]=>
H A D014.phpt2 SimpleXML: adding/removing attributes (direct)
H A D014a.phpt2 SimpleXML: adding/removing attributes (single)
H A D016.phpt2 SimpleXML: modifying attributes of singular subnode
H A D016a.phpt2 SimpleXML: concatenating attributes
H A D022.phpt34 ["@attributes"]=>
43 ["@attributes"]=>
51 ["@attributes"]=>
H A D024.phpt2 SimpleXML: XPath and attributes
38 ["@attributes"]=>
46 ["@attributes"]=>
54 ["@attributes"]=>
65 ["@attributes"]=>
73 ["@attributes"]=>
81 ["@attributes"]=>
92 ["@attributes"]=>
100 ["@attributes"]=>
108 ["@attributes"]=>
[all …]
H A D028.phpt15 foreach($xml->attributes() as $attr => $value)
H A D030.phpt26 $atts = $sxe->attributes("urn::test");
H A D031.phpt27 $d = $sxe->attributes();
49 Warning: SimpleXMLElement::addChild(): Cannot add element to attributes in %s031.php on line %d
H A DSimpleXMLElement_addAttribute_basic.phpt10 var_dump($simple->attributes());
15 ["@attributes"]=>
H A Dbug38406.phpt2 Bug #38406 (crash when assigning objects to SimpleXML attributes)
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
18 [@attributes] => Array
H A Dbug51615.phpt25 ["@attributes"]=>
H A Dbug69169.phpt23 [@attributes] => Array
32 [@attributes] => Array
39 [@attributes] => Array
50 [@attributes] => Array
57 [@attributes] => Array
/php-src/ext/reflection/tests/
H A Dbug41884.phpt2 Bug #41884 (ReflectionClass::getDefaultProperties() does not handle static attributes)
H A Dbug76936.phpt2 Bug #76936: Objects cannot access their private attributes while handling reflection errors
26 // objects and their private attributes once we reach in this state.
/php-src/ext/phar/tests/files/
H A Dopenssl.cnf5 attributes = req_attributes
/php-src/ext/openssl/tests/
H A Dopenssl.cnf13 attributes = req_attributes
/php-src/ext/opcache/tests/opt/
H A Dblock_pass_002.phpt11 function foo($key, $value, array $attributes) {
13 ? [$key, array_merge($value, $attributes)]
14 : [$value, $attributes];
/php-src/ext/ldap/tests/
H A Dldap_read_variation1.phpt2 ldap_read() does not modify $attributes array
H A Dldap_explode_dn.phpt8 /* Explode with attributes */
11 /* Explode with attributes */
14 /* Explode without attributes */
17 /* Explode without attributes */
20 /* Explode with attributes and < > characters */
23 /* Explode without attributes and < > characters */
26 /* Bad DN value with attributes */
29 /* Bad DN value without attributes */

Completed in 55 milliseconds

123456789