Home
last modified time | relevance | path

Searched refs:attributes (Results 76 – 100 of 116) sorted by relevance

12345

/PHP-7.4/ext/openssl/tests/
H A Dopenssl.cnf12 attributes = req_attributes
/PHP-7.4/ext/simplexml/tests/
H A D014.phpt2 SimpleXML: adding/removing attributes (direct)
H A Dbug72588.phpt34 ["@attributes"]=>
H A D007.phpt52 ["@attributes"]=>
H A D027.phpt15 foreach($xml->attributes() as $attr => $value)
/PHP-7.4/ext/soap/tests/schema/
H A Dschema062.phpt2 SOAP XML Schema 62: NULL with attributes
H A Dschema037.phpt2 SOAP XML Schema 37: Structure with attributes
H A Dschema038.phpt2 SOAP XML Schema 38: Structure with attributes (ref)
H A Dschema039.phpt2 SOAP XML Schema 39: Structure with attributes (attributeGroup)
H A Dschema040.phpt2 SOAP XML Schema 40: Structure with attributes (inline types)
H A Dschema074.phpt2 SOAP XML Schema 74: Structure with attributes and qualified elements
/PHP-7.4/ext/ldap/tests/
H A Dldap_next_attribute_error.phpt36 Warning: ldap_next_attribute(): called before calling ldap_first_attribute() or no attributes found…
H A Dldap_mod_del_error.phpt29 // Invalid attributes
H A Dldap_mod_replace_error.phpt29 // Invalid attributes
/PHP-7.4/ext/intl/tests/
H A Dformatter_get_set_text_attribute.phpt18 $attributes = array(
34 foreach( $attributes as $attr_name => $data )
H A Dformatter_get_set_text_attribute_var2.phpt18 $attributes = array(
34 foreach( $attributes as $attr_name => $data )
/PHP-7.4/ext/xml/tests/
H A Dbug50576.phpt69 [attributes] => Array
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt42 …ver does not support this function: This driver doesn't support setting attributes in %s on line %d
/PHP-7.4/ext/xmlreader/tests/
H A D012.phpt2 XMLReader: accessing empty and non existing attributes
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_attr.phpt2 PDO_MYSQL: check the session_connect_attrs table for connection attributes
/PHP-7.4/ext/dom/tests/
H A DtoString_exceptions.phpt26 $attrs = $node->attributes;
H A Dbug67949.phpt49 var_dump($anchor->attributes[0]->name);
/PHP-7.4/ext/imap/
H A Dphp_imap.h98 long attributes; member
/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/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 …]

Completed in 29 milliseconds

12345