Home
last modified time | relevance | path

Searched refs:attributes (Results 126 – 150 of 212) sorted by relevance

123456789

/php-src/ext/simplexml/tests/
H A D030.phpt26 $atts = $sxe->attributes("urn::test");
H A Dbug51615.phpt25 ["@attributes"]=>
H A D014b.phpt2 SimpleXML: adding/removing attributes (second)
H A D014a.phpt2 SimpleXML: adding/removing attributes (single)
H A D016.phpt2 SimpleXML: modifying attributes of singular subnode
H A D014.phpt2 SimpleXML: adding/removing attributes (direct)
H A Dbug72588.phpt32 ["@attributes"]=>
H A Dsimplexml_uninitialized.phpt36 var_dump($sxe->attributes());
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dattribute_order_same_element.phpt14 $attrs = $dom->documentElement->attributes;
/php-src/win32/
H A Dioutil.c78 opts->attributes = 0; in php_win32_ioutil_posix_to_open_opts()
106 opts->attributes &= ~FILE_FLAG_BACKUP_SEMANTICS; in php_win32_ioutil_posix_to_open_opts()
140 opts->attributes |= FILE_ATTRIBUTE_NORMAL; in php_win32_ioutil_posix_to_open_opts()
143 opts->attributes |= FILE_ATTRIBUTE_READONLY; in php_win32_ioutil_posix_to_open_opts()
148 opts->attributes |= FILE_FLAG_DELETE_ON_CLOSE | FILE_ATTRIBUTE_TEMPORARY; in php_win32_ioutil_posix_to_open_opts()
153 opts->attributes |= FILE_ATTRIBUTE_TEMPORARY; in php_win32_ioutil_posix_to_open_opts()
160 opts->attributes |= FILE_FLAG_SEQUENTIAL_SCAN; in php_win32_ioutil_posix_to_open_opts()
163 opts->attributes |= FILE_FLAG_RANDOM_ACCESS; in php_win32_ioutil_posix_to_open_opts()
214 open_opts.attributes, in php_win32_ioutil_open_w()
/php-src/ext/opcache/
H A Dzend_file_cache.c172 if ((attributes) && !IS_SERIALIZED(attributes)) { \
174 SERIALIZE_PTR(attributes); \
175 ht = (attributes); \
182 if ((attributes) && !IS_UNSERIALIZED(attributes)) { \
184 UNSERIALIZE_PTR(attributes); \
185 ht = (attributes); \
679 SERIALIZE_ATTRIBUTES(prop->attributes);
720 SERIALIZE_ATTRIBUTES(c->attributes);
774 SERIALIZE_ATTRIBUTES(ce->attributes);
1575 UNSERIALIZE_ATTRIBUTES(c->attributes);
[all …]
/php-src/ext/soap/
H A Dphp_sdl.h74 HashTable *attributes; /* array of sdlAttributePtr */ member
202 HashTable *attributes; /* array of sdlAttributePtr */ member
/php-src/ext/xml/tests/
H A Dbug35447.phpt40 ["attributes"]=>
H A Dxml010.phpt2 XML parser test, attributes
/php-src/ext/phar/tests/files/
H A Dopenssl.cnf5 attributes = req_attributes
/php-src/ext/soap/tests/soap12/
H A DT71.phpt24 …><env:Text>A SOAP Envelope element cannot have non Namespace qualified attributes</env:Text></env:…
/php-src/ext/ldap/tests/
H A Dldap_mod_del_error.phpt22 // Invalid attributes
H A Dldap_mod_replace_error.phpt22 // Invalid attributes
/php-src/ext/openssl/tests/
H A Dopenssl.cnf13 attributes = req_attributes
/php-src/ext/zend_test/tests/
H A Dattribute_hash_table_leak.phpt2 Verify that parameter attributes for native functions do not leak.
/php-src/ext/dom/tests/modern/spec/
H A DNode_isEqualNode_01.phpt19 // Shouldn't match because the attributes can't roundtrip.
/php-src/ext/dom/tests/
H A DDOMDocument_load_error2_gte2_12.phpt8 This test verifies the method detects attributes values not closed between " or '
/php-src/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
/php-src/ext/dom/tests/modern/xml/
H A Dsimplexml_interop.phpt12 var_dump($element->attributes);

Completed in 51 milliseconds

123456789