Home
last modified time | relevance | path

Searched refs:attributes (Results 176 – 200 of 201) sorted by relevance

123456789

/php-src/ext/dom/tests/modern/html/parser/
H A Dpredefined_namespaces.phpt34 foreach ($node->attributes as $attribute) {
/php-src/ext/dom/tests/
H A Dbug47530.phpt112 echo "-- Test document import with attributes --\n";
143 -- Test document import with attributes --
H A DDOMDocument_importNode_attribute_prefix_conflict.phpt38 …e namespace to be imported because default namespaces on the same element don't apply to attributes
H A DDOMDocument_adoptNode.phpt68 $attribute = $doc3->firstChild->attributes->item(0);
/php-src/ext/dom/tests/modern/spec/
H A Dbug47530.phpt106 echo "-- Test document import with attributes --\n";
139 -- Test document import with attributes --
/php-src/ext/zend_test/tests/
H A Dattribute_arguments.phpt2 Verify that parameter attributes for native functions correctly support arguments.
/php-src/ext/soap/
H A Dphp_encoding.c1503 if (sdlType->attributes) { in to_zval_object_ex()
1506 ZEND_HASH_FOREACH_PTR(sdlType->attributes, attr) { in to_zval_object_ex()
1876 sdlType->attributes == NULL && in to_xml_object()
1902 if (sdlType->attributes) { in to_xml_object()
1906 ZEND_HASH_FOREACH_PTR(sdlType->attributes, attr) { in to_xml_object()
2273 sdl_type->attributes && in to_xml_array()
2323 sdl_type->attributes && in to_xml_array()
2353 sdl_type->attributes && in to_xml_array()
2517 type->sdl_type->attributes != NULL && in to_zval_array()
2538 type->sdl_type->attributes != NULL && in to_zval_array()
[all …]
H A Dphp_sdl.c1402 type->attributes = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1403 zend_hash_init(type->attributes, i, NULL, delete_attribute, 0); in sdl_deserialize_type()
1407 sdl_deserialize_key(type->attributes, attr, in); in sdl_deserialize_type()
2007 if (type->attributes) { in sdl_serialize_type()
2008 i = zend_hash_num_elements(type->attributes); in sdl_serialize_type()
2017 ZEND_HASH_FOREACH_STR_KEY_PTR(type->attributes, key, tmp) { in sdl_serialize_type()
2824 if (ptype->attributes) { in make_persistent_sdl_type()
2827 ptype->attributes = malloc(sizeof(HashTable)); in make_persistent_sdl_type()
2828 …zend_hash_init(ptype->attributes, zend_hash_num_elements(type->attributes), NULL, delete_attribute… in make_persistent_sdl_type()
2830 ZEND_HASH_FOREACH_STR_KEY_PTR(type->attributes, key, tmp) { in make_persistent_sdl_type()
[all …]
H A Dsoap.c4245 if (type->attributes &&
4246 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType",
4269 if (type->attributes &&
4270 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
4287 if (type->attributes &&
4288 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
4326 if (type->attributes) {
4329 ZEND_HASH_FOREACH_PTR(type->attributes, attr) {
/php-src/ext/reflection/
H A Dphp_reflection.c147 HashTable *attributes; member
1156 reference->attributes = attributes; in reflection_attribute_factory()
1170 ZEND_ASSERT(attributes != NULL); in read_attributes()
1179 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in read_attributes()
1190 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in read_attributes()
1249 if (!attributes) { in reflect_attributes()
1987 fptr->common.attributes, 0, fptr->common.scope, target, in ZEND_METHOD()
2864 HashTable *attributes = param->fptr->common.attributes; in ZEND_METHOD() local
4055 ref->attributes, 0, ref->ce, ZEND_ATTRIBUTE_TARGET_CLASS_CONST, in ZEND_METHOD()
4477 ce->attributes, 0, ce, ZEND_ATTRIBUTE_TARGET_CLASS, in ZEND_METHOD()
[all …]
/php-src/ext/soap/tests/bugs/
H A Dbug41566.phpt2 Bug #41566 (SOAP Server not properly generating href attributes)
/php-src/Zend/
H A Dzend_inheritance.c1040 child->common.attributes, in emit_incompatible_method_error()
2438 if (constant->attributes && (!(GC_FLAGS(constant->attributes) & IS_ARRAY_IMMUTABLE))) { in zend_do_traits_constant_binding()
2439 GC_ADDREF(constant->attributes); in zend_do_traits_constant_binding()
2554 if (property_info->attributes) { in zend_do_traits_property_binding()
2555 new_prop->attributes = property_info->attributes; in zend_do_traits_property_binding()
2557 if (!(GC_FLAGS(new_prop->attributes) & IS_ARRAY_IMMUTABLE)) { in zend_do_traits_property_binding()
2558 GC_ADDREF(new_prop->attributes); in zend_do_traits_property_binding()
H A Dzend.h217 HashTable *attributes; member
H A Dzend_builtin_functions.c1635 call->func->common.attributes, in debug_backtrace_get_args()
1667 call->func->common.attributes, in debug_backtrace_get_args()
1706 call->func->common.attributes, in debug_backtrace_get_args()
H A Dzend_compile.c2015 ce->attributes = NULL; in zend_initialize_class_data()
7014 HashTable **attributes, zend_ast *ast, uint32_t offset, uint32_t target, uint32_t promoted in zend_compile_attributes() argument
7058 attributes, name, args ? args->children : 0, flags, offset, el->lineno); in zend_compile_attributes()
7099 if (*attributes != NULL) { in zend_compile_attributes()
7101 ZEND_HASH_PACKED_FOREACH_PTR(*attributes, attr) { in zend_compile_attributes()
7116 if (zend_is_attribute_repeated(*attributes, attr)) { in zend_compile_attributes()
7240 &op_array->attributes, attributes_ast, i + 1, ZEND_ATTRIBUTE_TARGET_PARAMETER, in zend_compile_params()
7848 zend_compile_attributes(&op_array->attributes, decl->child[4], 0, target, 0); in zend_compile_func_decl()
7851 op_array->attributes, in zend_compile_func_decl()
8040 zend_compile_attributes(&info->attributes, attr_ast, 0, ZEND_ATTRIBUTE_TARGET_PROPERTY, 0); in zend_compile_prop_decl()
[all …]
H A Dzend_API.c2886 internal_function->attributes = NULL; in zend_register_functions()
4516 property_info->attributes = NULL; in zend_declare_typed_property()
4755 c->attributes = NULL; in zend_declare_typed_class_constant()
/php-src/ext/dom/
H A Dphp_dom.stub.php338 public ?DOMNamedNodeMap $attributes; variable in DOMNode
1308 public NamedNodeMap $attributes; variable in DOM\\Element
/php-src/win32/
H A Dioutil.h98 DWORD attributes; member
/php-src/
H A DUPGRADING379 . The extra_attributes parameter in openssl_csr_new sets CSR attributes
402 . Added new attributes to specify transaction isolation level and access mode.
H A Dconfigure.ac557 dnl Checks for GCC function attributes on all systems except ones without glibc
/php-src/ext/ldap/
H A Dldap_arginfo.h66 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, attributes, IS_ARRAY, 0, "[]")
/php-src/win32/build/
H A Dconfig.w32364 ADD_FLAG("CFLAGS", "-Wno-ignored-attributes -Wno-deprecated-declarations -Wno-missing-braces " +
/php-src/ext/simplexml/
H A Dsimplexml.c1595 PHP_METHOD(SimpleXMLElement, attributes) in PHP_METHOD() argument
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます108 # attributes (bits: 0~owner read,1~owner write,3~no delete,4~public read,5~public write)
109 >>>>&9 ulelong x \b, attributes %#x
7945 # attributes
18271 # vendor specific device attributes 1~srgb.icc
18274 # ICC device attributes bits 0-7 used
26042 # 20-byte header with 5 long integers that contains information describing certain attributes of th…
27208 # DOS device driver attributes
31119 # Word attributes;
38896 >>>0x408 ulequad !0 %#llx attributes
38906 >>>0x448 ulequad !0 %#llx attributes
[all …]
H A Dmagic108 # attributes (bits: 0~owner read,1~owner write,3~no delete,4~public read,5~public write)
109 >>>>&9 ulelong x \b, attributes %#x
7945 # attributes
18271 # vendor specific device attributes 1~srgb.icc
18274 # ICC device attributes bits 0-7 used
26042 # 20-byte header with 5 long integers that contains information describing certain attributes of th…
27208 # DOS device driver attributes
31119 # Word attributes;
38896 >>>0x408 ulequad !0 %#llx attributes
38906 >>>0x448 ulequad !0 %#llx attributes
[all …]

Completed in 429 milliseconds

123456789