Home
last modified time | relevance | path

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

123456

/PHP-5.4/Zend/tests/
H A Dbug38461.phpt2 Bug #38461 (setting private attribute with __set() produces segfault)
/PHP-5.4/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.4/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.4/ext/ldap/
H A Dldap.c963 char *attribute; in PHP_FUNCTION() local
999 while (attribute != NULL) { in PHP_FUNCTION()
1017 ldap_memfree(attribute); in PHP_FUNCTION()
1054 char *attribute; in PHP_FUNCTION() local
1069 ldap_memfree(attribute); in PHP_FUNCTION()
1082 char *attribute; in PHP_FUNCTION() local
1108 ldap_memfree(attribute); in PHP_FUNCTION()
1122 char *attribute; in PHP_FUNCTION() local
1138 while (attribute != NULL) { in PHP_FUNCTION()
1155 ldap_memfree(attribute); in PHP_FUNCTION()
[all …]
/PHP-5.4/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.4/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.4/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.4/ext/wddx/tests/
H A Dbug37587.phpt2 Bug #37587 (var without attribute causes segfault)
/PHP-5.4/ext/dom/tests/
H A Dbug38949.phpt2 Bug #38949 (Cannot get xmlns value attribute)
H A Dbug47848.phpt2 Bug #47848 (importNode doesn't preserve attribute namespaces)
H A Ddom001.phpt44 echo "--------- creating a new attribute\n";
67 echo "--------- children of an attribute\n";
163 --------- creating a new attribute
179 --------- children of an attribute
/PHP-5.4/ext/session/tests/
H A D018.phpt2 rewriter correctly handles attribute names which contain dashes
/PHP-5.4/ext/intl/tests/
H A Dcollator_get_set_attribute.phpt9 * Try to set/get a collation attribute.
/PHP-5.4/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
/PHP-5.4/ext/ldap/tests/
H A Dldap_modify_batch_error.phpt60 // invalid attribute
102 Warning: ldap_modify_batch(): Batch Modify: Undefined attribute type in %s on line %d
H A Dldap_next_attribute_basic.phpt17 $attribute = ldap_first_attribute($link, $entry);
/PHP-5.4/ext/xmlwriter/tests/
H A D003.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush, attribute
H A DOO_003.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush, text, attribute
/PHP-5.4/ext/soap/tests/schema/
H A Dschema071.phpt12 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>

Completed in 35 milliseconds

123456