Home
last modified time | relevance | path

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

123456789

/php-src/ext/dom/tests/
H A Dbug67949.phpt54 var_dump($anchor->attributes[0]->name);
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/html/parser/
H A Dpredefined_namespaces.phpt34 foreach ($node->attributes as $attribute) {
/php-src/ext/dom/tests/modern/xml/
H A DDTDNamedNodeMap.phpt64 ["attributes"]=>
/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.c1499 if (sdlType->attributes) { in to_zval_object_ex()
1502 ZEND_HASH_FOREACH_PTR(sdlType->attributes, attr) { in to_zval_object_ex()
1872 sdlType->attributes == NULL && in to_xml_object()
1898 if (sdlType->attributes) { in to_xml_object()
1902 ZEND_HASH_FOREACH_PTR(sdlType->attributes, attr) { in to_xml_object()
2269 sdl_type->attributes && in to_xml_array()
2319 sdl_type->attributes && in to_xml_array()
2349 sdl_type->attributes && in to_xml_array()
2513 type->sdl_type->attributes != NULL && in to_zval_array()
2534 type->sdl_type->attributes != NULL && in to_zval_array()
[all …]
H A Dphp_sdl.c1369 type->attributes = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1370 zend_hash_init(type->attributes, i, NULL, delete_attribute, 0); in sdl_deserialize_type()
1374 sdl_deserialize_key(type->attributes, attr, in); in sdl_deserialize_type()
1974 if (type->attributes) { in sdl_serialize_type()
1975 i = zend_hash_num_elements(type->attributes); in sdl_serialize_type()
1984 ZEND_HASH_FOREACH_STR_KEY_PTR(type->attributes, key, tmp) { in sdl_serialize_type()
2791 if (ptype->attributes) { in make_persistent_sdl_type()
2794 ptype->attributes = malloc(sizeof(HashTable)); in make_persistent_sdl_type()
2795 …zend_hash_init(ptype->attributes, zend_hash_num_elements(type->attributes), NULL, delete_attribute… in make_persistent_sdl_type()
2797 ZEND_HASH_FOREACH_STR_KEY_PTR(type->attributes, key, tmp) { in make_persistent_sdl_type()
[all …]
H A Dsoap.c4352 if (type->attributes && in type_to_string()
4353 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType", in type_to_string()
4376 if (type->attributes && in type_to_string()
4377 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType", in type_to_string()
4394 if (type->attributes && in type_to_string()
4395 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize", in type_to_string()
4433 if (type->attributes) { in type_to_string()
4436 ZEND_HASH_FOREACH_PTR(type->attributes, attr) { in type_to_string()
/php-src/ext/reflection/
H A Dphp_reflection.c147 HashTable *attributes; member
1148 reference->attributes = attributes; in reflection_attribute_factory()
1162 ZEND_ASSERT(attributes != NULL); in read_attributes()
1171 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in read_attributes()
1182 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in read_attributes()
1241 if (!attributes) { in reflect_attributes()
1979 fptr->common.attributes, 0, fptr->common.scope, target, in ZEND_METHOD()
2859 HashTable *attributes = param->fptr->common.attributes; in ZEND_METHOD() local
4050 ref->attributes, 0, ref->ce, ZEND_ATTRIBUTE_TARGET_CLASS_CONST, in ZEND_METHOD()
4472 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()
2455 if (constant->attributes && (!(GC_FLAGS(constant->attributes) & IS_ARRAY_IMMUTABLE))) { in zend_do_traits_constant_binding()
2456 GC_ADDREF(constant->attributes); in zend_do_traits_constant_binding()
2571 if (property_info->attributes) { in zend_do_traits_property_binding()
2572 new_prop->attributes = property_info->attributes; in zend_do_traits_property_binding()
2574 if (!(GC_FLAGS(new_prop->attributes) & IS_ARRAY_IMMUTABLE)) { in zend_do_traits_property_binding()
2575 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.c2017 ce->attributes = NULL; in zend_initialize_class_data()
7193 HashTable **attributes, zend_ast *ast, uint32_t offset, uint32_t target, uint32_t promoted in zend_compile_attributes() argument
7237 attributes, name, args ? args->children : 0, flags, offset, el->lineno); in zend_compile_attributes()
7278 if (*attributes != NULL) { in zend_compile_attributes()
7280 ZEND_HASH_PACKED_FOREACH_PTR(*attributes, attr) { in zend_compile_attributes()
7295 if (zend_is_attribute_repeated(*attributes, attr)) { in zend_compile_attributes()
7419 &op_array->attributes, attributes_ast, i + 1, ZEND_ATTRIBUTE_TARGET_PARAMETER, in zend_compile_params()
8027 zend_compile_attributes(&op_array->attributes, decl->child[4], 0, target, 0); in zend_compile_func_decl()
8030 op_array->attributes, in zend_compile_func_decl()
8219 zend_compile_attributes(&info->attributes, attr_ast, 0, ZEND_ATTRIBUTE_TARGET_PROPERTY, 0); in zend_compile_prop_decl()
[all …]
H A Dzend_API.c2954 internal_function->attributes = NULL; in zend_register_functions()
4584 property_info->attributes = NULL; in zend_declare_typed_property()
4823 c->attributes = NULL; in zend_declare_typed_class_constant()
/php-src/ext/dom/
H A Dphp_dom.stub.php330 public ?DOMNamedNodeMap $attributes; variable in DOMNode
1300 public NamedNodeMap $attributes; variable in Dom\\Element
/php-src/docs/source/miscellaneous/
H A Dstubs.rst24 PHP attributes. Namespaces can also be used by adding a top-level ``namespace`` declaration or by
386 Although global constants and function attributes do not relate to classes, they require the ``/**
428 functions must be used in ``PHP_MINIT_FUNCTION``, to make the global constants an attributes
/php-src/win32/
H A Dioutil.h98 DWORD attributes; member
/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/
H A DUPGRADING425 . The extra_attributes parameter in openssl_csr_new sets CSR attributes
451 . Added new attributes to specify transaction isolation level and access mode.
/php-src/ext/simplexml/
H A Dsimplexml.c1590 PHP_METHOD(SimpleXMLElement, attributes) in PHP_METHOD() argument

Completed in 135 milliseconds

123456789