Home
last modified time | relevance | path

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

123456789

/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug68371.phpt2 PDO MySQL Bug #38671 (PDO#getAttribute() cannot be called with platform-specific attribute names)
H A Dpdo_mysql_errorinfo.phpt76 // lets hope this is an invalid attribute code
H A Dpdo_mysql_multi_stmt_nextrowset.phpt65 // Switch back to emulated prepares to verify multi statement attribute.
/PHP-8.1/ext/dom/tests/
H A Dbug80332_1.phpt35 // This one should fail because there is no 'hi' attribute
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug68371.phpt2 PDO PgSQL Bug #38671 (PDO#getAttribute() cannot be called with platform-specific attribute names)
/PHP-8.1/Zend/tests/attributes/
H A D006_filter.phpt110 …ctionFunctionAbstract::getAttributes(): Argument #2 ($flags) must be a valid attribute filter flag"
/PHP-8.1/ext/intl/
H A Dphp_intl_arginfo.h216 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
221 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
404 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
410 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
415 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
421 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
/PHP-8.1/ext/intl/tests/
H A Dlocale_get_display_name7.phpt316 disp_locale=en : display_name=English #United States, attribute=islamcal#
317 disp_locale=fr : display_name=anglais #États-Unis, attribute=islamcal#
318 disp_locale=de : display_name=Englisch #Vereinigte Staaten, attribute=islamcal#
H A Dlocale_get_display_name8.phpt315 disp_locale=en : display_name=English #United States, attribute=islamcal#
316 disp_locale=fr : display_name=anglais #États-Unis, attribute=islamcal#
317 disp_locale=de : display_name=Englisch #Vereinigte Staaten, attribute=islamcal#
H A Dlocale_get_display_name2.phpt315 disp_locale=en : display_name=English #United States, attribute=islamcal#
316 disp_locale=fr : display_name=anglais #États-Unis, attribute=islamcal#
317 disp_locale=de : display_name=Englisch #Vereinigte Staaten, attribute=islamcal#
H A Dlocale_get_display_name3.phpt315 disp_locale=en : display_name=English #United States, attribute=islamcal#
316 disp_locale=fr : display_name=anglais #États-Unis, attribute=islamcal#
317 disp_locale=de : display_name=Englisch #Vereinigte Staaten, attribute=islamcal#
H A Dlocale_get_display_name4.phpt316 disp_locale=en : display_name=English #United States, attribute=islamcal#
317 disp_locale=fr : display_name=anglais #États-Unis, attribute=islamcal#
318 disp_locale=de : display_name=Englisch #Vereinigte Staaten, attribute=islamcal#
H A Dlocale_get_display_name5.phpt316 disp_locale=en : display_name=English #United States, attribute=islamcal#
317 disp_locale=fr : display_name=anglais #États-Unis, attribute=islamcal#
318 disp_locale=de : display_name=Englisch #Vereinigte Staaten, attribute=islamcal#
H A Dlocale_get_display_name6.phpt316 disp_locale=en : display_name=English #United States, attribute=islamcal#
317 disp_locale=fr : display_name=anglais #États-Unis, attribute=islamcal#
318 disp_locale=de : display_name=Englisch #Vereinigte Staaten, attribute=islamcal#
H A Dlocale_get_keywords2.phpt139 en-US-u-islamCal: Key is attribute and Value is islamcal
H A Dformatter_get_set_symbol2.phpt75 // Restore attribute's symbol.
/PHP-8.1/ext/pdo/
H A Dpdo_stmt_arginfo.h78 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
/PHP-8.1/ext/soap/tests/
H A Dbug68361.phpt16 <xsd:attribute ref="soapenc:arrayType" arrayType="ns:Employee[]"/>
/PHP-8.1/ext/oci8/tests/
H A Dedition_1.phpt2 Basic test for setting Oracle 11gR2 "edition" attribute
/PHP-8.1/ext/tidy/
H A Dtidy.c621 zval attribute, children, temp; in tidy_add_default_properties() local
656 array_init(&attribute); in tidy_add_default_properties()
662 add_assoc_string(&attribute, name, val); in tidy_add_default_properties()
666 ZVAL_NULL(&attribute); in tidy_add_default_properties()
668 zend_hash_str_update(obj->std.properties, "attribute", sizeof("attribute") - 1, &attribute); in tidy_add_default_properties()
/PHP-8.1/ext/imap/
H A Dphp_imap.c2929 if (par->attribute) { in PHP_FUNCTION()
2930 add_property_string(&param, "attribute", par->attribute); in PHP_FUNCTION()
3147 custom_headers_param->attribute = NULL; in PHP_FUNCTION()
3191 tmp_param->attribute = cpystr("CHARSET"); in PHP_FUNCTION()
3203 disp_param->attribute = cpystr(ZSTR_VAL(key)); in PHP_FUNCTION()
3243 disp_param->attribute = cpystr(ZSTR_VAL(key)); in PHP_FUNCTION()
3313 tmp_param->attribute = cpystr("CHARSET"); in PHP_FUNCTION()
3325 disp_param->attribute = cpystr(ZSTR_VAL(key)); in PHP_FUNCTION()
3365 disp_param->attribute = cpystr(ZSTR_VAL(key)); in PHP_FUNCTION()
3455 if (!strcmp (param->attribute, "BOUNDARY")) { in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/ldap/
H A Dldap_arginfo.h108 ZEND_ARG_TYPE_INFO(0, attribute, IS_STRING, 0)
186 ZEND_ARG_TYPE_INFO(0, attribute, IS_STRING, 0)
/PHP-8.1/Zend/
H A Dzend_language_parser.y278 %type <ast> attribute_decl attribute attributes attribute_group namespace_declaration_name
371 attribute:
376 attribute { $$ = zend_ast_create_list(1, ZEND_AST_ATTRIBUTE_LIST, $1); }
377 | attributes attribute { $$ = zend_ast_list_add($1, $2); }
/PHP-8.1/ext/mysqli/
H A Dmysqli_arginfo.h289 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
294 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
657 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
661 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
/PHP-8.1/
H A DUPGRADING65 attribute can be added to silence the deprecation notice.
103 for details of behavior changes and how to explicitly set this attribute. To
200 as attribute arguments. Objects can also be passed to `define()` now.
310 . The PDO::MYSQL_ATTR_LOCAL_INFILE_DIRECTORY attribute has been added, which

Completed in 63 milliseconds

123456789