Home
last modified time | relevance | path

Searched refs:attribute (Results 51 – 75 of 140) sorted by relevance

123456

/PHP-5.6/ext/tidy/examples/
H A Durlgrab5.php21 $urls[] = $node->attribute['href'];
/PHP-5.6/Zend/tests/
H A Dbug38461.phpt2 Bug #38461 (setting private attribute with __set() produces segfault)
/PHP-5.6/ext/soap/
H A Dphp_xml.h43 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, …
44 …ttribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, ch…
/PHP-5.6/ext/simplexml/tests/
H A Dbug41175.phpt2 Bug #41175 (addAttribute() fails to add an attribute with an empty value)
H A Dbug36611.phpt2 Bug #36611 (assignment to SimpleXML object attribute changes argument type to string)
H A Dbug37076_1.phpt2 Bug #37076 (SimpleXML ignores .=) (appending to unnamed attribute)
H A DSimpleXMLElement_addAttribute_required_attribute_name.phpt2 SimpleXMLElement: Test to ensure that the required attribute name correctly is giving a warning
H A Dbug38424.phpt2 Bug #38424 (Different attribute assignment if new or exists)
/PHP-5.6/ext/intl/doc/
H A DTutorial.txt31 The Variable_Top attribute is only meaningful if the Alternate attribute is not set to NonIgnorable.
102 The Locale attribute is typically the most important attribute for correct sorting and matching,
112 In short attribute names, <language>_<script>_<region>_<keyword>.
173 FRENCH_COLLATION - Sort strings with different accents from the back of the string. This attribute
175 not need to explicitly set this attribute. There is a string comparison performance cost when
181 CASE_FIRST - The Case_First attribute is used to control whether uppercase letters come before
196 There is a small string comparison performance and sort key impact if this attribute is set to be O…
206 cost if this attribute is On, depending on the frequency of sequences that require normalization.
212 ALTERNATE_HANDLING - The Alternate attribute is used to control the handling of the socalled
234 then this attribute should be set On, and the strength set to Quaternary. This will affect sort key
[all …]
/PHP-5.6/ext/reflection/tests/
H A Dbug30209.phpt2 Reflection Bug #30209 (ReflectionClass::getMethod() lowercases attribute)
H A Dbug37816.phpt2 Bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute)
/PHP-5.6/ext/dom/tests/
H A Dbug67949.phpt45 echo "testing attribute access\n";
84 testing attribute access
H A DDOMDocument_schemaValidateSource_addAttrs.phpt2 DomDocument::schemaValidateSource() - Add missing attribute default values from schema
H A DDOMDocument_schemaValidateSource_missingAttrs.phpt2 DomDocument::schemaValidateSource() - Don't add missing attribute default values from schema
H A DDOMDocument_schemaValidate_addAttrs.phpt2 DomDocument::schemaValidate() - Add missing attribute default values from schema
H A DDOMDocument_schemaValidate_missingAttrs.phpt2 DomDocument::schemaValidate() - Don't add missing attribute default values from schema
H A Dbug38949.phpt2 Bug #38949 (Cannot get xmlns value attribute)
H A Dbug47848.phpt2 Bug #47848 (importNode doesn't preserve attribute namespaces)
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_stmt_attr_get.phpt48 printf("[006] Expecting any type, but not boolean/false, got %s/%s for attribute %s/%s\n",
57 printf("[007] Expecting NULL/NULL, got %s/%s for attribute %s/%s\n",
H A Dmysqli_stmt_attr_get_prefetch.phpt17 printf("[001] Expecting int/1, got %s/%s for attribute %s/%s\n",
/PHP-5.6/ext/wddx/tests/
H A Dbug37587.phpt2 Bug #37587 (var without attribute causes segfault)
/PHP-5.6/ext/ldap/
H A Dldap.c1040 char *attribute; in PHP_FUNCTION() local
1076 while (attribute != NULL) { in PHP_FUNCTION()
1094 ldap_memfree(attribute); in PHP_FUNCTION()
1135 char *attribute; in PHP_FUNCTION() local
1150 ldap_memfree(attribute); in PHP_FUNCTION()
1163 char *attribute; in PHP_FUNCTION() local
1189 ldap_memfree(attribute); in PHP_FUNCTION()
1203 char *attribute; in PHP_FUNCTION() local
1219 while (attribute != NULL) { in PHP_FUNCTION()
1236 ldap_memfree(attribute); in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/session/tests/
H A D018.phpt2 rewriter correctly handles attribute names which contain dashes
/PHP-5.6/ext/intl/tests/
H A Dcollator_get_set_attribute.phpt9 * Try to set/get a collation attribute.
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_prefetch.phpt18 …01]: Driver does not support this function: driver does not support that attribute in %s on line %d

Completed in 30 milliseconds

123456