Home
last modified time | relevance | path

Searched refs:attr (Results 176 – 200 of 208) sorted by relevance

123456789

/php-src/ext/dom/
H A Dconfig.w3210 EXTENSION("dom", "php_dom.c attr.c document.c \
23 …ADD_SOURCES("ext/dom/lexbor/lexbor/dom/interfaces", "attr.c cdata_section.c character_data.c comme…
H A Ddocument.c1078 for (xmlAttrPtr attr = node->properties; attr != NULL; attr = attr->next) { in php_dom_transfer_document_ref() local
1079 php_dom_transfer_document_ref_single_node((xmlNodePtr) attr, new_document); in php_dom_transfer_document_ref()
1115 for (xmlAttrPtr attr = node->properties; attr != NULL; attr = attr->next) { in libxml_fixup_name_and_content_element() local
1116 libxml_fixup_name_and_content(src_doc, dst_doc, (xmlNodePtr) attr); in libxml_fixup_name_and_content_element()
H A Dconfig.m419 …$LEXBOR_DIR/dom/interface.c $LEXBOR_DIR/dom/interfaces/attr.c $LEXBOR_DIR/dom/interfaces/cdata_sec…
28 PHP_NEW_EXTENSION(dom, [php_dom.c attr.c document.c \
H A Dphp_dom.h178 bool dom_compare_value(const xmlAttr *attr, const xmlChar *value);
/php-src/Zend/
H A Dzend_enum.c539 ast->attr = 0; in create_enum_case_ast()
544 ast->child[0]->attr = 0; in create_enum_case_ast()
550 ast->child[1]->attr = 0; in create_enum_case_ast()
557 ast->child[2]->attr = 0; in create_enum_case_ast()
/php-src/ext/mysqlnd/
H A Dmysqlnd.h241 #define mysqlnd_stmt_attr_get(stmt, attr, value) (stmt)->m->get_attribute((stmt), (attr), (value)) argument
242 #define mysqlnd_stmt_attr_set(stmt, attr, value) (stmt)->m->set_attribute((stmt), (attr), (value)) argument
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c270 static int pdo_sqlite_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value) in pdo_sqlite_get_attribute() argument
272 switch (attr) { in pdo_sqlite_get_attribute()
285 static bool pdo_sqlite_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in pdo_sqlite_set_attr() argument
290 switch (attr) { in pdo_sqlite_set_attr()
/php-src/ext/xml/tests/
H A Dset_element_handler_trampoline.phpt10 public function startHandler($XmlParser, $tag, $attr)
/php-src/ext/intl/tests/
H A Dformatter_get_set_symbol2.phpt45 list( $symb, $new_val, $number, $attr ) = $data;
47 $fmt = ut_nfmt_create( 'en_US', $attr);
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c765 static int odbc_stmt_set_param(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_set_param() argument
770 switch (attr) { in odbc_stmt_set_param()
792 static int odbc_stmt_get_attr(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_get_attr() argument
797 switch (attr) { in odbc_stmt_get_attr()
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c799 static int pdo_firebird_stmt_set_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in pdo_firebird_stmt_set_attribute() argument
803 switch (attr) { in pdo_firebird_stmt_set_attribute()
822 static int pdo_firebird_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in pdo_firebird_stmt_get_attribute() argument
826 switch (attr) { in pdo_firebird_stmt_get_attribute()
H A Dfirebird_driver.c963 static bool pdo_firebird_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in pdo_firebird_set_attribute() argument
969 switch (attr) { in pdo_firebird_set_attribute()
1142 static int pdo_firebird_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in pdo_firebird_get_attribute() argument
1146 switch (attr) { in pdo_firebird_get_attribute()
/php-src/ext/zip/
H A Dphp_zip.c2221 zend_long flags=0, opsys, attr; local
2225 &name, &name_len, &opsys, &attr, &flags) == FAILURE) {
2242 (zip_uint8_t)(opsys&0xff), (zip_uint32_t)attr) < 0) {
2254 zend_long index, flags=0, opsys, attr; local
2258 &index, &opsys, &attr, &flags) == FAILURE) {
2282 zip_uint32_t attr; local
2303 (zip_flags_t)flags, &opsys, &attr) < 0) {
2307 ZEND_TRY_ASSIGN_REF_LONG(z_attr, attr);
2319 zip_uint32_t attr; local
2331 (zip_flags_t)flags, &opsys, &attr) < 0) {
[all …]
H A Dphp_zip_arginfo.h235 ZEND_ARG_TYPE_INFO(0, attr, IS_LONG, 0)
244 ZEND_ARG_TYPE_INFO(0, attr, IS_LONG, 0)
253 ZEND_ARG_INFO(1, attr)
262 ZEND_ARG_INFO(1, attr)
/php-src/ext/mysqli/
H A Dmysqli_api.c1724 zend_long attr; in PHP_FUNCTION() local
1727 …ZEND_NUM_ARGS(), getThis(), "Oll", &mysql_stmt, mysqli_stmt_class_entry, &attr, &mode_in) == FAILU… in PHP_FUNCTION()
1733 switch (attr) { in PHP_FUNCTION()
1772 if (FAIL == mysql_stmt_attr_set(stmt->stmt, attr, mode_p)) { in PHP_FUNCTION()
1786 zend_long attr; in PHP_FUNCTION() local
1789 …meters(ZEND_NUM_ARGS(), getThis(), "Ol", &mysql_stmt, mysqli_stmt_class_entry, &attr) == FAILURE) { in PHP_FUNCTION()
1795 if ((rc = mysql_stmt_attr_get(stmt->stmt, attr, &value))) { in PHP_FUNCTION()
1804 if (attr == STMT_ATTR_UPDATE_MAX_LENGTH) in PHP_FUNCTION()
/php-src/ext/pdo/
H A Dpdo_stmt.c1570 zend_long attr; in PHP_METHOD() local
1574 Z_PARAM_LONG(attr) in PHP_METHOD()
1587 if (stmt->methods->set_attribute(stmt, attr, value)) { in PHP_METHOD()
1599 static bool generic_stmt_attr_get(pdo_stmt_t *stmt, zval *return_value, zend_long attr) in generic_stmt_attr_get() argument
1601 switch (attr) { in generic_stmt_attr_get()
1611 zend_long attr; in PHP_METHOD() local
1614 Z_PARAM_LONG(attr) in PHP_METHOD()
1619 if (!generic_stmt_attr_get(stmt, return_value, attr)) { in PHP_METHOD()
1628 switch (stmt->methods->get_attribute(stmt, attr, return_value)) { in PHP_METHOD()
1634 if (!generic_stmt_attr_get(stmt, return_value, attr)) { in PHP_METHOD()
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_body.c1211 lxb_dom_attr_t *attr; in lxb_html_tree_insertion_mode_in_body_input() local
1229 attr = lxb_dom_element_attr_is_exist(lxb_dom_interface_element(element), in lxb_html_tree_insertion_mode_in_body_input()
1231 if (attr != NULL) { in lxb_html_tree_insertion_mode_in_body_input()
1232 if (attr->value == NULL || attr->value->length != 6 in lxb_html_tree_insertion_mode_in_body_input()
1233 || lexbor_str_data_cmp(attr->value->data, (lxb_char_t *) "hidden") == false) in lxb_html_tree_insertion_mode_in_body_input()
/php-src/ext/dom/tests/delayed_freeing/
H A Ddirect_construction.phpt93 $test = new DOMAttr("attr", "value");
/php-src/ext/libxml/
H A Dphp_libxml.h175 PHP_LIBXML_API xmlChar *php_libxml_attr_value(const xmlAttr *attr, bool *free);
/php-src/ext/ldap/
H A Dldap.c507 zval* attr; in _php_ldap_control_from_array() local
515 if ((attr = zend_hash_index_find(Z_ARRVAL_P(tmp), i)) == NULL) { in _php_ldap_control_from_array()
521 tmpstrings1[num_tmpstrings1] = zval_get_string(attr); in _php_ldap_control_from_array()
1431 zval *link, *attrs = NULL, *attr, *serverctrls = NULL; in php_ldap_do_search() local
1478 if ((attr = zend_hash_index_find(Z_ARRVAL_P(attrs), i)) == NULL) { in php_ldap_do_search()
1484 convert_to_string(attr); in php_ldap_do_search()
1489 ldap_attrs[i] = Z_STRVAL_P(attr); in php_ldap_do_search()
2058 char *attr; in PHP_FUNCTION() local
2072 if ((ldap_value_len = ldap_get_values_len(ld->link, resultentry->data, attr)) == NULL) { in PHP_FUNCTION()
2906 char *dn, *attr, *value; in PHP_FUNCTION() local
[all …]
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.c618 lxb_html_token_attr_t *attr; in lxb_html_tokenizer_state_before_attribute_name() local
638 lxb_html_tokenizer_state_token_attr_add_m(tkz, attr, end); in lxb_html_tokenizer_state_before_attribute_name()
668 lxb_html_tokenizer_state_token_attr_add_m(tkz, attr, end); in lxb_html_tokenizer_state_before_attribute_name()
777 lxb_html_token_attr_t *attr; in lxb_html_tokenizer_state_after_attribute_name() local
822 lxb_html_tokenizer_state_token_attr_add_m(tkz, attr, end); in lxb_html_tokenizer_state_after_attribute_name()
/php-src/ext/ffi/
H A Dffi_parser.c2212 dcl->attr |= ZEND_FFI_ATTR_CONST; in parse_type_qualifier()
2679 uint32_t attr = 0; in parse_array_or_function_declarators() local
2765 attr |= ZEND_FFI_ATTR_INCOMPLETE_ARRAY; in parse_array_or_function_declarators()
2768 attr |= ZEND_FFI_ATTR_VLA; in parse_array_or_function_declarators()
2776 attr |= ZEND_FFI_ATTR_INCOMPLETE_ARRAY; in parse_array_or_function_declarators()
2779 attr |= ZEND_FFI_ATTR_VLA; in parse_array_or_function_declarators()
2793 dcl->attr |= attr; in parse_array_or_function_declarators()
2841 attr |= ZEND_FFI_ATTR_VARIADIC; in parse_array_or_function_declarators()
2845 attr |= ZEND_FFI_ATTR_VARIADIC; in parse_array_or_function_declarators()
2855 dcl->attr |= attr; in parse_array_or_function_declarators()
H A Dphp_ffi.h167 uint16_t attr; member
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c423 static int pdo_pgsql_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value) in pdo_pgsql_get_attribute() argument
427 switch (attr) { in pdo_pgsql_get_attribute()
1237 static bool pdo_pgsql_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in pdo_pgsql_set_attr() argument
1242 switch (attr) { in pdo_pgsql_set_attr()
/php-src/ext/zend_test/
H A Dtest.c798 void zend_attribute_validate_zendtestattribute(zend_attribute *attr, uint32_t target, zend_class_en… in zend_attribute_validate_zendtestattribute() argument
1140 zend_internal_attribute *attr = zend_mark_internal_attribute(zend_test_attribute); in PHP_MINIT_FUNCTION() local
1141 attr->validator = zend_attribute_validate_zendtestattribute; in PHP_MINIT_FUNCTION()

Completed in 125 milliseconds

123456789