Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug41566.phpt2 Bug #41566 (SOAP Server not properly generating href attributes)
/PHP-7.4/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.inc99 echo "Pass one of the above four attributes!!!\n";
H A Dconn_attr_4.phpt2 Set and get of connection attributes with errors.
/PHP-7.4/ext/soap/
H A Dphp_sdl.c1392 type->attributes = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1393 zend_hash_init(type->attributes, i, NULL, delete_attribute, 0); in sdl_deserialize_type()
1397 sdl_deserialize_key(type->attributes, attr, in); in sdl_deserialize_type()
1994 if (type->attributes) { in sdl_serialize_type()
1995 i = zend_hash_num_elements(type->attributes); in sdl_serialize_type()
2004 ZEND_HASH_FOREACH_STR_KEY_PTR(type->attributes, key, tmp) { in sdl_serialize_type()
2801 if (ptype->attributes) { in make_persistent_sdl_type()
2804 ptype->attributes = malloc(sizeof(HashTable)); in make_persistent_sdl_type()
2805 …zend_hash_init(ptype->attributes, zend_hash_num_elements(type->attributes), NULL, delete_attribute… in make_persistent_sdl_type()
2807 ZEND_HASH_FOREACH_STR_KEY_PTR(type->attributes, key, tmp) { in make_persistent_sdl_type()
[all …]
H A Dsoap.c4735 if (type->attributes &&
4736 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType",
4759 if (type->attributes &&
4760 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
4777 if (type->attributes &&
4778 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
4816 if (type->attributes) {
4819 ZEND_HASH_FOREACH_PTR(type->attributes, attr) {
/PHP-7.4/ext/imap/
H A Dphp_imap.c1966 add_property_long(&mboxob, "attributes", cur->attributes); in PHP_FUNCTION()
2290 add_property_long(&mboxob, "attributes", cur->attributes); in PHP_FUNCTION()
5044 PHP_IMAP_EXPORT void mm_list(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) in mm_list() argument
5056 IMAPG(imap_folder_objects)->attributes = attributes; in mm_list()
5065 ocur->attributes = attributes; in mm_list()
5072 if (!(attributes & LATT_NOSELECT)) { in mm_list()
5090 PHP_IMAP_EXPORT void mm_lsub(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) in mm_lsub() argument
5102 IMAPG(imap_sfolder_objects)->attributes = attributes; in mm_lsub()
5111 ocur->attributes = attributes; in mm_lsub()
/PHP-7.4/win32/
H A Dioutil.h100 DWORD attributes; member
/PHP-7.4/win32/build/
H A Dconfig.w32326 ADD_FLAG("CFLAGS", "-Wno-ignored-attributes -Wno-deprecated-declarations -Wno-missing-braces " +
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1679 SXE_METHOD(attributes) in SXE_METHOD() argument
2684 SXE_ME(attributes, arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/ldap/
H A Dldap.c4479 ZEND_ARG_INFO(0, attributes)
4491 ZEND_ARG_INFO(0, attributes)
4503 ZEND_ARG_INFO(0, attributes)
/PHP-7.4/
H A DNEWS977 . Fixed bug #61597 (SXE properties may lack attributes and content). (cmb)
1607 . Support Oracle Database tracing attributes ACTION, MODULE,
2253 . Support Oracle Database tracing attributes ACTION, MODULE,
H A Dconfigure.ac566 dnl Checks for GCC function attributes on all systems except ones without glibc
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます108 # attributes (bits: 0~owner read,1~owner write,3~no delete,4~public read,5~public write)
109 >>>>&9 ulelong x \b, attributes 0x%x
6217 # attributes
15142 # vendor specific device attributes 1~srgb.icc
15145 # ICC device attributes bits 0-7 used
20808 # DOS device driver attributes
23157 # Word attributes;
28734 >>>0x408 ulequad !0 0x%llx attributes
28744 >>>0x448 ulequad !0 0x%llx attributes
29277 # BIT4-BIT15, BIT18-BIT31 of block attributes are unused
H A Dmagic108 # attributes (bits: 0~owner read,1~owner write,3~no delete,4~public read,5~public write)
109 >>>>&9 ulelong x \b, attributes 0x%x
6217 # attributes
15142 # vendor specific device attributes 1~srgb.icc
15145 # ICC device attributes bits 0-7 used
20808 # DOS device driver attributes
23157 # Word attributes;
28734 >>>0x408 ulequad !0 0x%llx attributes
28744 >>>0x448 ulequad !0 0x%llx attributes
29277 # BIT4-BIT15, BIT18-BIT31 of block attributes are unused
/PHP-7.4/build/
H A Dlibtool.m41227 # Check hardcoding attributes.

Completed in 221 milliseconds

12345