Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/oci8/tests/
H A Dconn_attr_1.phpt2 Set and get of connection attributes with all types of connections.
27 echo"**Test 1.1 - Default values for the attributes **************\n";
33 echo"**Test 1.2 - Set and get values for the attributes **************\n";
65 **Test 1.1 - Default values for the attributes **************
71 **Test 1.2 - Set and get values for the attributes **************
H A Dconn_attr_3.phpt2 Set and get of connection attributes with oci_close().
24 echo"**Test Set and get values for the attributes with oci_close() ************\n";
65 **Test Set and get values for the attributes with oci_close() ************
/PHP-7.4/ext/simplexml/tests/
H A Dbug62639.phpt47 ["@attributes"]=>
56 ["@attributes"]=>
H A D003.phpt35 ["@attributes"]=>
42 ["@attributes"]=>
H A D018.phpt2 SimpleXML: iteration through subnodes and attributes
33 foreach($node->attributes() as $attr => $value) {
H A Dbug45553.phpt2 Bug #45553 (Using XPath to return values for attributes with a namespace does not work)
20 echo $atts[0]->attributes() . "\n";
H A Dprofile06.phpt14 $attr = $root->child->attributes('reserved-ns');
H A D016a.phpt2 SimpleXML: concatenating attributes
/PHP-7.4/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.
H A Dbug41884.phpt2 Bug #41884 (ReflectionClass::getDefaultProperties() does not handle static attributes)
/PHP-7.4/ext/ffi/
H A Dffi.g93 attributes(&dcl)?
99 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-7.4/ext/dom/tests/
H A DDOMDocument_loadXML_error2.phpt4 This test verifies the method detects attributes values not closed between " or '
24 Warning: DOMDocument::load%r(XML){0,1}%r(): attributes construct error %s
H A DDOMDocument_load_error2.phpt4 This test verifies the method detects attributes values not closed between " or '
24 Warning: DOMDocument::load%r(XML){0,1}%r(): attributes construct error %s
H A Dbug69846.phpt62 ["attributes"]=>
105 ["attributes"]=>
152 ["attributes"]=>
H A Dbug45251.phpt21 foreach ($bbb->attributes as $attr)
H A Ddom001.phpt61 print "Removed " . $attr . " attributes.\n";
63 echo "--------- attributes of rootnode\n";
64 $attrs = $rootnode->attributes;
172 Removed 1 attributes.
173 --------- attributes of rootnode
/PHP-7.4/sapi/phpdbg/
H A Dxml.md4 Common attributes
74 ### attributes ### subsection
91 ### attributes ### subsection
100 ### attributes ### subsection
113 ### possible attributes ###
156 ### attributes ### subsection
165 ### possible attributes ###
199 - attributes:
576 ### attributes ### subsection
592 ### attributes ### subsection
[all …]
/PHP-7.4/ext/ldap/tests/
H A Dldap_read_variation1.phpt2 ldap_read() does not modify $attributes array
/PHP-7.4/Zend/tests/
H A Daccess_modifiers_002.phpt2 using multiple access modifiers (attributes)
/PHP-7.4/build/
H A Dax_gcc_func_attribute.m412 # attributes; many other compilers also provide function attributes with
14 # attributes as unsupported ones are ignored by default so quieting
24 # The macro currently supports the following function attributes:
67 # Unsupported function attributes will be tested with a prototype
/PHP-7.4/ext/xmlreader/tests/
H A D003-mb.phpt2 XMLReader: libxml2 XML Reader, attributes test
56 // Numeric positions of attributes
/PHP-7.4/ext/xml/tests/
H A Dbug26528.phpt25 ["attributes"]=>
H A Dbug30875.phpt33 ["attributes"]=>
/PHP-7.4/ext/tidy/tests/
H A D011.phpt2 Accessing attributes of a node
/PHP-7.4/ext/soap/
H A Dphp_schema.c171 if (!ctx->attributes) { in load_schema()
1785 addHash = ctx->attributes; in schema_attribute()
2140 if (tmp->attributes) { in schema_attributegroup_fixup()
2264 if (type->attributes) { in schema_type_fixup()
2285 if (ctx->attributes) { in schema_pass2()
2310 if (ctx->attributes) { in schema_pass2()
2312 efree(ctx->attributes); in schema_pass2()
2388 if (type->attributes) { in delete_type()
2390 efree(type->attributes); in delete_type()
2437 if (type->attributes) { in delete_type_persistent()
[all …]

Completed in 35 milliseconds

12345