Home
last modified time | relevance | path

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

123456789

/php-src/ext/simplexml/tests/
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 Dbug55098.phpt21 test($nodes, "attributes", fn ($n) => $n->attributes());
45 --- attributes ---
H A D002.phpt34 ["@attributes"]=>
41 ["@attributes"]=>
H A D010.phpt34 ["@attributes"]=>
41 ["@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.c59 if (attributes) { in _start_element_handler()
60 while (attributes[attno] != NULL) { in _start_element_handler()
64 att_name = (char *)attributes[attno++]; in _start_element_handler()
137 if (attributes) { in _start_element_handler_ns()
142 att_name = (char *) attributes[y++]; in _start_element_handler_ns()
143 att_prefix = (char *)attributes[y++]; in _start_element_handler_ns()
145 att_value = (char *)attributes[y++]; in _start_element_handler_ns()
170 if (attributes != NULL) { in _start_element_handler_ns()
176 if (attributes[y+1] != NULL) { in _start_element_handler_ns()
177 _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/opcache/
H A Dzend_persist_calc.c157 if (!zend_shared_alloc_get_xlat_entry(attributes) in zend_persist_attributes_calc()
159 || !zend_accel_in_shm(attributes))) { in zend_persist_attributes_calc()
163 zend_shared_alloc_register_xlat_entry(attributes, attributes); in zend_persist_attributes_calc()
165 zend_hash_persist_calc(attributes); in zend_persist_attributes_calc()
167 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in zend_persist_attributes_calc()
289 if (op_array->attributes) { in zend_persist_op_array_calc_ex()
379 if (prop->attributes) { in zend_persist_property_info_calc()
399 if (c->attributes) { in zend_persist_class_constant_calc()
400 zend_persist_attributes_calc(c->attributes); in zend_persist_class_constant_calc()
494 if (ce->attributes) { in zend_persist_class_entry_calc()
[all …]
/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/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/Zend/
H A Dzend_opcode.c68 op_array->attributes = NULL; in init_op_array()
160 if (function->common.attributes) { in zend_function_dtor()
349 if (ce->attributes) { in destroy_zend_class()
395 if (prop_info->attributes) { in destroy_zend_class()
412 if (c->attributes) { in destroy_zend_class()
459 if (prop_info->attributes) { in destroy_zend_class()
475 if (fn->common.attributes) { in destroy_zend_class()
477 fn->common.attributes = NULL; in destroy_zend_class()
499 if (c->attributes) { in destroy_zend_class()
519 if (ce->attributes) { in destroy_zend_class()
[all …]
/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.g89 attributes(&dcl)?
95 attributes(&dcl)?
137 | attributes(dcl)
149 | attributes(dcl)
156 | attributes(dcl)
234 attributes(dcl)?
256 attributes(dcl)?+
282 attributes(field_dcl)?
297 attributes(dcl)?
305 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 35 milliseconds

123456789