Home
last modified time | relevance | path

Searched refs:attributes (Results 76 – 100 of 100) sorted by relevance

1234

/PHP-5.5/ext/simplexml/tests/
H A D007.phpt52 ["@attributes"]=>
H A D027.phpt15 foreach($xml->attributes() as $attr => $value)
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt42 …ver does not support this function: This driver doesn't support setting attributes in %s on line %d
/PHP-5.5/ext/xml/tests/
H A Dbug50576.phpt69 [attributes] => Array
/PHP-5.5/ext/intl/tests/
H A Dformatter_get_set_attribute.phpt10 * Get/set various number formatting attributes.
17 $attributes = array(
44 foreach( $attributes as $attr_name => $args )
/PHP-5.5/ext/simplexml/
H A DREADME7 3) non numeric indices denote attributes
H A Dsimplexml.c1606 SXE_METHOD(attributes) in SXE_METHOD() argument
2606 SXE_ME(attributes, arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/xmlreader/tests/
H A D012.phpt2 XMLReader: accessing empty and non existing attributes
/PHP-5.5/ext/ldap/tests/
H A Dldap_mod_del_error.phpt29 // Invalid attributes
H A Dldap_mod_replace_error.phpt29 // Invalid attributes
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1604 if (sdlType->attributes) { in to_zval_object_ex()
1636 zend_hash_move_forward_ex(sdlType->attributes, &pos); in to_zval_object_ex()
1980 sdlType->attributes == NULL && in to_xml_object()
2007 if (sdlType->attributes) { in to_xml_object()
2041 zend_hash_move_forward_ex(sdlType->attributes, &pos); in to_xml_object()
2387 sdl_type->attributes && in to_xml_array()
2436 sdl_type->attributes && in to_xml_array()
2468 sdl_type->attributes && in to_xml_array()
2633 type->sdl_type->attributes != NULL && in to_zval_array()
2655 type->sdl_type->attributes != NULL && in to_zval_array()
[all …]
H A Dphp_sdl.c1386 type->attributes = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1391 sdl_deserialize_key(type->attributes, attr, in); in sdl_deserialize_type()
1995 if (type->attributes) { in sdl_serialize_type()
1996 i = zend_hash_num_elements(type->attributes); in sdl_serialize_type()
2003 zend_hash_internal_pointer_reset(type->attributes); in sdl_serialize_type()
2005 sdl_serialize_key(type->attributes, out); in sdl_serialize_type()
2007 zend_hash_move_forward(type->attributes); in sdl_serialize_type()
2819 if (ptype->attributes) { in make_persistent_sdl_type()
2822 ptype->attributes = malloc(sizeof(HashTable)); in make_persistent_sdl_type()
2823 …zend_hash_init(ptype->attributes, zend_hash_num_elements(type->attributes), NULL, delete_attribute… in make_persistent_sdl_type()
[all …]
H A Dsoap.c4769 if (type->attributes &&
4770 zend_hash_find(type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType",
4794 if (type->attributes &&
4795 zend_hash_find(type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
4814 if (type->attributes &&
4815 zend_hash_find(type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
4852 if (type->attributes) {
4855 zend_hash_internal_pointer_reset_ex(type->attributes, &pos);
4856 while (zend_hash_get_current_data_ex(type->attributes, (void **)&attr, &pos) != FAILURE) {
4867 zend_hash_move_forward_ex(type->attributes, &pos);
/PHP-5.5/ext/imap/
H A Dphp_imap.h83 long attributes; member
H A Dphp_imap.c1908 add_property_long(mboxob, "attributes", cur->attributes); in PHP_FUNCTION()
2214 add_property_long(mboxob, "attributes", cur->attributes); in PHP_FUNCTION()
4906 PHP_IMAP_EXPORT void mm_list(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) in mm_list() argument
4919 IMAPG(imap_folder_objects)->attributes = attributes; in mm_list()
4928 ocur->attributes = attributes; in mm_list()
4935 if (!(attributes & LATT_NOSELECT)) { in mm_list()
4953 PHP_IMAP_EXPORT void mm_lsub(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) in mm_lsub() argument
4966 IMAPG(imap_sfolder_objects)->attributes = attributes; in mm_lsub()
4975 ocur->attributes = attributes; in mm_lsub()
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt109 all of the attributes to something that is reasonable for that locale. Thus most of the time the
110 other attributes do not need to be explicitly set. In some cases, the choice of locale will make a
125 and the values of the ICU Collation Service attributes.
126 Collator have followed attributes:
171 Description of all of this attributes:
/PHP-5.5/ext/oci8/tests/
H A Dconn_attr_2.phpt2 Set and get of connection attributes across persistent connections and sysdba connection.
H A Dconn_attr_4.phpt2 Set and get of connection attributes with errors.
H A Dconn_attr.inc101 echo "Pass one of the above four attributes!!!\n";
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug41566.phpt2 Bug #41566 (SOAP Server not properly generating href attributes)
/PHP-5.5/ext/ldap/
H A Dldap.c2799 ZEND_ARG_INFO(0, attributes)
2810 ZEND_ARG_INFO(0, attributes)
2821 ZEND_ARG_INFO(0, attributes)
/PHP-5.5/
H A DNEWS6001 - Added Firebird specific attributes that can be set via PDO::setAttribute()
6243 - Fixed bug #46048 (SimpleXML top-level @attributes not part of iterator).
6768 - Fixed bug #45553 (Using XPath to return values for attributes with a
7201 handle static attributes). (Tony)
7378 - Fixed bug #41566 (SOAP Server not properly generating href attributes).
7716 - Fixed bug #38406 (crash when assigning objects to SimpleXML attributes). (Tony)
8511 attributes. Incompatibility with libxml2-2.6.24). (Dmitry)
8619 . Added ability to delete specific elements and attributes by offset.
/PHP-5.5/build/
H A Dlibtool.m41231 # Check hardcoding attributes.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3732 # attributes
13163 # DOS device driver attributes
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog756 attributes.

Completed in 198 milliseconds

1234