Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 154) sorted by last modified time

1234567

/PHP-7.4/
H A DNEWS1532 . Fixed connect_attr issues and added the _server_host connection attribute.
1845 . Fixed connect_attr issues and added the _server_host connection attribute.
2246 attribute for pdo_mysql. (Darek Slusarczyk)
2415 . Added oci_set_db_operation() for the DBOP end-to-end-tracing attribute.
2574 . Fixed bug #76285 (DOMDocument::formatOutput attribute sometimes ignored).
2702 . Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO
H A Dphp.ini-development1392 ; Add SameSite attribute to cookie to help mitigate Cross-Site Request Forgery (CSRF/XSRF)
1473 ; to URLs. <form> tag's action attribute URL will not be modified
1485 ; <form> tags is special. PHP will check action attribute's URL regardless
H A Dphp.ini-production1392 ; Add SameSite attribute to cookie to help mitigate Cross-Site Request Forgery (CSRF/XSRF)
1473 ; to URLs. <form> tag's action attribute URL will not be modified
1485 ; <form> tags is special. PHP will check action attribute's URL regardless
/PHP-7.4/ext/imap/
H A Dphp_imap.c3454 if (par->attribute) { in PHP_FUNCTION()
3455 add_property_string(&param, "attribute", par->attribute); in PHP_FUNCTION()
3673 custom_headers_param->attribute = NULL; in PHP_FUNCTION()
3713 tmp_param->attribute = cpystr("CHARSET"); in PHP_FUNCTION()
3725 disp_param->attribute = cpystr(ZSTR_VAL(key)); in PHP_FUNCTION()
3765 disp_param->attribute = cpystr(ZSTR_VAL(key)); in PHP_FUNCTION()
3835 tmp_param->attribute = cpystr("CHARSET"); in PHP_FUNCTION()
3847 disp_param->attribute = cpystr(ZSTR_VAL(key)); in PHP_FUNCTION()
3887 disp_param->attribute = cpystr(ZSTR_VAL(key)); in PHP_FUNCTION()
3983 if (!strcmp (param->attribute, "BOUNDARY")) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/soap/
H A Dphp_xml.c271 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, … in get_node_with_attribute_ex() argument
283 attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_ex()
292 …ttribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, ch… in get_node_with_attribute_recursive_ex() argument
296 xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_recursive_ex()
302 …xmlNodePtr tmp = get_node_with_attribute_recursive_ex(node->children, name, name_ns, attribute, va… in get_node_with_attribute_recursive_ex()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_attr_get.phpt48 … printf("[006] Expecting any type, but not boolean/false, got %s/%s for attribute %s/%s\n",
57 printf("[007] Expecting false, got %s/%s for attribute %s/%s\n",
H A Dmysqli_stmt_attr_get_prefetch.phpt17 printf("[001] Expecting int/1, got %s/%s for attribute %s/%s\n",
H A Dmysqli_stmt_attr_set.phpt56 …printf("[006a] Expecting boolean/false for attribute %d, got %s/%s\n", $invalid_attr, gettype($tmp…
65 …printf("[006b] Expecting boolean/false for attribute %d, got %s/%s\n", $invalid_attr, gettype($tmp…
/PHP-7.4/ext/tidy/
H A Dtidy.c881 zval attribute, children, temp; in tidy_add_default_properties() local
916 array_init(&attribute); in tidy_add_default_properties()
922 add_assoc_string(&attribute, name, val); in tidy_add_default_properties()
926 ZVAL_NULL(&attribute); in tidy_add_default_properties()
928 zend_hash_str_update(obj->std.properties, "attribute", sizeof("attribute") - 1, &attribute); in tidy_add_default_properties()
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_display_name8.phpt314 disp_locale=en : display_name=English #United States, attribute=islamcal#
315 disp_locale=fr : display_name=anglais #États-Unis, attribute=islamcal#
316 disp_locale=de : display_name=Englisch #Vereinigte Staaten, attribute=islamcal#
H A Dlocale_get_display_name7.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#
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1215 ZEND_ARG_INFO(0, attribute)
1220 ZEND_ARG_INFO(0, attribute)
H A Dpdo_stmt.c90 ZEND_ARG_INFO(0, attribute) in ZEND_END_ARG_INFO()
95 ZEND_ARG_INFO(0, attribute) in ZEND_END_ARG_INFO()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug66528.phpt49 … mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.
50 … mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.
51 … mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.
H A Dpdo_mysql_get_attribute.phpt18 function set_and_get($offset, $db, $attribute, $value) {
23 if (!$db->setAttribute($attribute, $value)) {
24 printf("[%03d] Cannot set attribute '%s' to value '%s'\n",
25 $offset, $attribute, var_export($tmp, true));
30 …printf("[%03d] Call to PDO::setAttribute(int attribute, mixed value) has changed the type of value…
35 $tmp = $db->getAttribute($attribute);
38 …$offset, $attribute, var_export($value, true), gettype($value), var_export($tmp, true), gettype($t…
/PHP-7.4/ext/standard/
H A Dconfig.m4285 AC_CACHE_CHECK(whether the compiler supports aligned attribute, ac_cv_attribute_aligned,[
/PHP-7.4/ext/ldap/
H A Dldap.c234 char* attribute; in _php_ldap_control_to_array() local
244 if (attribute) { in _php_ldap_control_to_array()
246 ldap_memfree(attribute); in _php_ldap_control_to_array()
1837 char *attribute; in PHP_FUNCTION() local
1934 char *attribute; in PHP_FUNCTION() local
1954 ldap_memfree(attribute); in PHP_FUNCTION()
1967 char *attribute; in PHP_FUNCTION() local
1998 ldap_memfree(attribute); in PHP_FUNCTION()
2012 char *attribute; in PHP_FUNCTION() local
2214 zend_string *attribute; in php_ldap_do_modify() local
[all …]
/PHP-7.4/ext/simplexml/tests/
H A Dbug51615.phpt22 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
24 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
/PHP-7.4/ext/xmlwriter/tests/
H A D003.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush, attribute
H A DOO_003.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush, text, attribute
/PHP-7.4/ext/xmlreader/tests/
H A D003-get-errors.phpt2 XMLReader: libxml2 XML Reader, Get an attribute, with invalid arguments
40 // Test for call by name for an attribute that doesn't exist
47 // Test for call by number for an attribute that doesn't exist
H A D003-mb.phpt39 // Named attribute
H A D014.phpt28 // Try to set the value of the first "num" attribute from "1" to "num attribute 1"
30 $reader->value = 'num attribute 1';
31 // Try to set the name of the first attribute from "num" to "number"
H A D015-get-errors.phpt2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace, with invalid ar…
H A D015.phpt2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace
39 // Try moving to an attribute that doesn't exist
41 …// That move should return a result of false, because there is no elephpant attribute (in any name…

Completed in 75 milliseconds

1234567