Home
last modified time | relevance | path

Searched refs:attributes (Results 26 – 50 of 212) sorted by relevance

123456789

/php-src/ext/simplexml/tests/
H A D022.phpt34 ["@attributes"]=>
43 ["@attributes"]=>
51 ["@attributes"]=>
H A DSimpleXMLElement_addAttribute_basic.phpt10 var_dump($simple->attributes());
15 ["@attributes"]=>
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
18 [@attributes] => Array
H A D001-mb.phpt13 ["@attributes"]=>
20 ["@attributes"]=>
H A D001.phpt13 ["@attributes"]=>
20 ["@attributes"]=>
H A Dprofile07.phpt14 $rsattr = $root->child->attributes('reserved');
15 $myattr = $root->child->attributes('reserved-ns');
H A Dsxe_001.phpt31 ["@attributes"]=>
38 ["@attributes"]=>
H A D002.phpt34 ["@attributes"]=>
41 ["@attributes"]=>
H A D010.phpt34 ["@attributes"]=>
41 ["@attributes"]=>
H A Dbug55098.phpt21 test($nodes, "attributes", fn ($n) => $n->attributes());
45 --- attributes ---
H A D004.phpt37 ["@attributes"]=>
44 ["@attributes"]=>
H A Dbug62639.phpt45 ["@attributes"]=>
54 ["@attributes"]=>
H A D003.phpt34 ["@attributes"]=>
41 ["@attributes"]=>
/php-src/ext/xml/
H A Dcompat.c48 if (attributes) { in start_element_handler()
49 while (attributes[attno] != NULL) { in start_element_handler()
53 att_name = (char *)attributes[attno++]; in start_element_handler()
122 if (attributes) { in start_element_handler_ns()
127 att_name = (char *) attributes[y++]; in start_element_handler_ns()
128 att_prefix = (char *)attributes[y++]; in start_element_handler_ns()
130 att_value = (char *)attributes[y++]; in start_element_handler_ns()
155 if (attributes != NULL) { in start_element_handler_ns()
161 if (attributes[y+1] != NULL) { in start_element_handler_ns()
162 qualify_namespace(parser, attributes[y] , attributes[y + 2], &qualified_name_attr); in start_element_handler_ns()
[all …]
/php-src/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml6 attributes:
26 attributes:
33 attributes:
/php-src/ext/tidy/tests/
H A D030.phpt12 'indent-attributes' => true, // Boolean
18 var_dump($c['indent-attributes']);
/php-src/ext/dom/tests/modern/spec/
H A DElement_setAttributeNS.phpt27 echo "--- ns attributes with same namespace but different prefix ---\n";
37 echo "--- ns attributes with different namespace but same prefix ---\n";
57 --- ns attributes with same namespace but different prefix ---
63 --- ns attributes with different namespace but same prefix ---
H A DDocument_implementation_createDocumentType.phpt61 ["attributes"]=>
112 ["attributes"]=>
163 ["attributes"]=>
214 ["attributes"]=>
/php-src/ext/dom/tests/
H A Dxpath_domnamespacenode_advanced.phpt18 echo "-- All namespace attributes --\n";
25 echo "-- All namespace attributes with removal attempt --\n";
41 -- All namespace attributes --
56 -- All namespace attributes with removal attempt --
/php-src/ext/opcache/
H A Dzend_persist_calc.c158 if (!zend_shared_alloc_get_xlat_entry(attributes) in zend_persist_attributes_calc()
160 || !zend_accel_in_shm(attributes))) { in zend_persist_attributes_calc()
164 zend_shared_alloc_register_xlat_entry(attributes, attributes); in zend_persist_attributes_calc()
166 zend_hash_persist_calc(attributes); in zend_persist_attributes_calc()
168 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in zend_persist_attributes_calc()
290 if (op_array->attributes) { in zend_persist_op_array_calc_ex()
379 if (prop->attributes) { in zend_persist_property_info_calc()
412 if (c->attributes) { in zend_persist_class_constant_calc()
413 zend_persist_attributes_calc(c->attributes); in zend_persist_class_constant_calc()
507 if (ce->attributes) { in zend_persist_class_entry_calc()
[all …]
/php-src/ext/pdo_dblib/tests/
H A Dconfig.inc43 function getDbConnection(string $class = PDO::class, ?array $attributes = null) {
47 $db = new $class($dsn, $user, $pass, $attributes);
48 if ($attributes === null) {
/php-src/Zend/tests/attributes/
H A D009_doctrine_annotations_example.phpt2 Doctrine-like attributes usage
74 $attributes = $class->getAttributes();
76 foreach ($attributes as $attribute) {
81 $attributes = $property->getAttributes();
83 foreach ($attributes as $attribute) {
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_createFromString_namespaced_attributes.phpt2 HTMLDocument::createFromString() with namespaced attributes
22 foreach ($el->attributes as $attribute) {
/php-src/ext/ffi/
H A Dffi.g90 attributes(&dcl)?
96 attributes(&dcl)?
141 | attributes(dcl)
153 | attributes(dcl)
160 | attributes(dcl)
238 attributes(dcl)?
260 attributes(dcl)?+
286 attributes(field_dcl)?
301 attributes(dcl)?
309 attributes(dcl)?+
[all …]
/php-src/ext/reflection/tests/
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.

Completed in 29 milliseconds

123456789