Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 116) sorted by last modified time

12345

/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/xml/
H A Dxml.c733 void _xml_startElementHandler(void *userData, const XML_Char *name, const XML_Char **attributes) in _xml_startElementHandler() argument
736 const char **attrs = (const char **) attributes; in _xml_startElementHandler()
750 while (attributes && *attributes) { in _xml_startElementHandler()
753 att = _xml_decode_tag(parser, (const char *)attributes[0]); in _xml_startElementHandler()
754 val = xml_utf8_decode(attributes[1], strlen((char *)attributes[1]), parser->target_encoding); in _xml_startElementHandler()
759 attributes += 2; in _xml_startElementHandler()
785 attributes = (const XML_Char **) attrs; in _xml_startElementHandler()
787 while (attributes && *attributes) { in _xml_startElementHandler()
790 att = _xml_decode_tag(parser, (const char *)attributes[0]); in _xml_startElementHandler()
791 val = xml_utf8_decode(attributes[1], strlen((char *)attributes[1]), parser->target_encoding); in _xml_startElementHandler()
[all …]
H A Dcompat.c60 if (attributes) { in _start_element_handler()
61 while (attributes[attno] != NULL) { in _start_element_handler()
65 att_name = (char *)attributes[attno++]; in _start_element_handler()
138 if (attributes) { in _start_element_handler_ns()
143 att_name = (char *) attributes[y++]; in _start_element_handler_ns()
144 att_prefix = (char *)attributes[y++]; in _start_element_handler_ns()
146 att_value = (char *)attributes[y++]; in _start_element_handler_ns()
171 if (attributes != NULL) { in _start_element_handler_ns()
177 if (attributes[y+1] != NULL) { in _start_element_handler_ns()
178 _qualify_namespace(parser, attributes[y] , attributes[y + 2], &qualified_name_attr); in _start_element_handler_ns()
[all …]
/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/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/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/soap/
H A Dphp_encoding.c1496 if (sdlType->attributes) { in to_zval_object_ex()
1499 ZEND_HASH_FOREACH_PTR(sdlType->attributes, attr) { in to_zval_object_ex()
1865 sdlType->attributes == NULL && in to_xml_object()
1891 if (sdlType->attributes) { in to_xml_object()
1895 ZEND_HASH_FOREACH_PTR(sdlType->attributes, attr) { in to_xml_object()
2262 sdl_type->attributes && in to_xml_array()
2312 sdl_type->attributes && in to_xml_array()
2342 sdl_type->attributes && in to_xml_array()
2499 type->sdl_type->attributes != NULL && in to_zval_array()
2520 type->sdl_type->attributes != NULL && in to_zval_array()
[all …]
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) {
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 …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_connect_attr.phpt2 mysqli check the session_connect_attrs table for connection attributes
/PHP-7.4/build/
H A Dlibtool.m41227 # Check hardcoding attributes.
/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/win32/
H A Dioutil.h100 DWORD attributes; member
H A Dioutil.c80 opts->attributes = 0; in php_win32_ioutil_posix_to_open_opts()
108 opts->attributes &= ~FILE_FLAG_BACKUP_SEMANTICS; in php_win32_ioutil_posix_to_open_opts()
142 opts->attributes |= FILE_ATTRIBUTE_NORMAL; in php_win32_ioutil_posix_to_open_opts()
145 opts->attributes |= FILE_ATTRIBUTE_READONLY; in php_win32_ioutil_posix_to_open_opts()
150 opts->attributes |= FILE_FLAG_DELETE_ON_CLOSE | FILE_ATTRIBUTE_TEMPORARY; in php_win32_ioutil_posix_to_open_opts()
155 opts->attributes |= FILE_ATTRIBUTE_TEMPORARY; in php_win32_ioutil_posix_to_open_opts()
162 opts->attributes |= FILE_FLAG_SEQUENTIAL_SCAN; in php_win32_ioutil_posix_to_open_opts()
165 opts->attributes |= FILE_FLAG_RANDOM_ACCESS; in php_win32_ioutil_posix_to_open_opts()
216 open_opts.attributes, in php_win32_ioutil_open_w()
/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/tests/
H A Dbug51615.phpt26 ["@attributes"]=>
H A D000.phpt46 ["@attributes"]=>
57 ["@attributes"]=>
81 ["@attributes"]=>
93 ["@attributes"]=>
116 ["@attributes"]=>
128 ["@attributes"]=>
151 ["@attributes"]=>
191 ["@attributes"]=>
H A D009b.phpt25 ["@attributes"]=>
/PHP-7.4/ext/dom/tests/
H A Dbug69846.phpt62 ["attributes"]=>
105 ["attributes"]=>
152 ["attributes"]=>
/PHP-7.4/ext/xml/tests/
H A Dbug30875.phpt33 ["attributes"]=>
/PHP-7.4/ext/xmlreader/tests/
H A D003-mb.phpt2 XMLReader: libxml2 XML Reader, attributes test
56 // Numeric positions of attributes
H A D004.phpt2 XMLReader: libxml2 XML Reader, attributes test
H A D003.phpt2 XMLReader: libxml2 XML Reader, attributes test
56 // Numeric positions of attributes

Completed in 146 milliseconds

12345