/PHP-5.5/ext/dom/tests/ |
H A D | bug38474.phpt | 2 Bug #38474 (getAttribute select attribute by order, even when prefixed) (OK to fail with libxml2 < …
|
/PHP-5.5/ext/soap/tests/bugs/ |
H A D | bug29839.wsdl | 9 <attribute ref="xml:lang" use="required"/>
|
H A D | bug34453.wsdl | 9 <attribute ref="xml:lang" use="required"/>
|
/PHP-5.5/ext/mysqli/ |
H A D | mysqli_fe.c | 316 ZEND_ARG_INFO(0, attribute) 320 ZEND_ARG_INFO(0, attribute) 325 ZEND_ARG_INFO(0, attribute) 330 ZEND_ARG_INFO(0, attribute)
|
/PHP-5.5/ext/pdo/tests/ |
H A D | bug_44159.phpt | 37 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: attribute value must be an integer in…
|
/PHP-5.5/ext/ldap/tests/ |
H A D | ldap_mod_del_error.phpt | 60 Warning: ldap_mod_del(): Unknown attribute in the data in %s on line %d
|
H A D | ldap_mod_replace_error.phpt | 60 Warning: ldap_mod_replace(): Unknown attribute in the data in %s on line %d
|
H A D | ldap_mod_add_error.phpt | 81 Warning: ldap_mod_add(): Modify: Undefined attribute type in %s on line %d
|
H A D | ldap_modify_error.phpt | 81 Warning: ldap_modify(): Modify: Undefined attribute type in %s on line %d
|
/PHP-5.5/ext/xmlreader/tests/ |
H A D | 003.phpt | 40 // Named attribute
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | bug68371.phpt | 2 PDO MySQL Bug #38671 (PDO#getAttribute() cannot be called with platform-specific attribute names)
|
H A D | pdo_mysql_errorcode.phpt | 65 // lets hope this is an invalid attribute code
|
H A D | pdo_mysql_errorinfo.phpt | 75 // lets hope this is an invalid attribute code
|
H A D | pdo_mysql_multi_stmt_nextrowset.phpt | 65 // Switch back to emulated prepares to verify multi statement attribute.
|
/PHP-5.5/ext/pdo_pgsql/tests/ |
H A D | bug68371.phpt | 2 PDO PgSQL Bug #38671 (PDO#getAttribute() cannot be called with platform-specific attribute names)
|
/PHP-5.5/ext/intl/tests/ |
H A D | locale_get_display_name2.phpt | 315 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 D | locale_get_display_name3.phpt | 314 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 D | locale_get_display_name4.phpt | 315 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 D | locale_get_display_name5.phpt | 314 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#
|
/PHP-5.5/ext/soap/tests/ |
H A D | bug68361.phpt | 16 <xsd:attribute ref="soapenc:arrayType" arrayType="ns:Employee[]"/>
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_stmt_attr_set.phpt | 56 …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-5.5/ext/soap/ |
H A D | php_schema.c | 2047 static void copy_extra_attribute(void *attribute) in copy_extra_attribute() argument 2049 sdlExtraAttributePtr *attr = (sdlExtraAttributePtr*)attribute; in copy_extra_attribute() 2479 void delete_extra_attribute(void *attribute) in delete_extra_attribute() argument 2481 sdlExtraAttributePtr attr = *((sdlExtraAttributePtr*)attribute); in delete_extra_attribute() 2492 void delete_extra_attribute_persistent(void *attribute) in delete_extra_attribute_persistent() argument 2494 sdlExtraAttributePtr attr = *((sdlExtraAttributePtr*)attribute); in delete_extra_attribute_persistent() 2505 void delete_attribute(void *attribute) in delete_attribute() argument 2507 sdlAttributePtr attr = *((sdlAttributePtr*)attribute); in delete_attribute() 2531 void delete_attribute_persistent(void *attribute) in delete_attribute_persistent() argument 2533 sdlAttributePtr attr = *((sdlAttributePtr*)attribute); in delete_attribute_persistent()
|
/PHP-5.5/ext/tidy/ |
H A D | tidy.c | 851 zval *attribute, *children, *temp; in tidy_add_default_properties() local 883 MAKE_STD_ZVAL(attribute); in tidy_add_default_properties() 887 array_init(attribute); in tidy_add_default_properties() 893 add_assoc_string(attribute, name, val, TRUE); in tidy_add_default_properties() 897 ZVAL_NULL(attribute); in tidy_add_default_properties() 899 …zend_hash_update(obj->std.properties, "attribute", sizeof("attribute"), (void *)&attribute, sizeof… in tidy_add_default_properties()
|
/PHP-5.5/ext/oci8/tests/ |
H A D | edition_1.phpt | 2 Basic test for setting Oracle 11gR2 "edition" attribute
|
/PHP-5.5/ext/imap/ |
H A D | php_imap.c | 3364 if (par->attribute) { in PHP_FUNCTION() 3365 add_property_string(param, "attribute", par->attribute, 1); in PHP_FUNCTION() 3547 custom_headers_param->attribute = NULL; in PHP_FUNCTION() 3578 tmp_param->attribute = cpystr("CHARSET"); in PHP_FUNCTION() 3588 disp_param->attribute = cpystr(key); in PHP_FUNCTION() 3622 disp_param->attribute = cpystr(key); in PHP_FUNCTION() 3691 tmp_param->attribute = cpystr("CHARSET"); in PHP_FUNCTION() 3701 disp_param->attribute = cpystr(key); in PHP_FUNCTION() 3735 disp_param->attribute = cpystr(key); in PHP_FUNCTION() 3823 if (!strcmp (param->attribute, "BOUNDARY")) { in PHP_FUNCTION() [all …]
|