Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 201) sorted by last modified time

123456789

/php-src/
H A Dconfigure.ac558 dnl Checks for GCC function attributes on all systems except ones without glibc
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.
/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/Zend/
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_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_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_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()
H A Dzend_language_parser.y278 %type <ast> attribute_decl attribute attributes attribute_group namespace_declaration_name
375 attributes:
377 | attributes attribute { $$ = zend_ast_list_add($1, $2); }
391 | attributes attributed_statement { $$ = zend_ast_with_attributes($2, $1); }
488 | attributes attributed_statement { $$ = zend_ast_with_attributes($2, $1); }
792 attributes parameter { $$ = zend_ast_with_attributes($2, $1); }
957 | attributes attributed_class_statement { $$ = zend_ast_with_attributes($2, $1); }
1131 | T_NEW attributes anonymous_class
1254 | attributes inline_function { $$ = zend_ast_with_attributes($2, $1); }
1256 | attributes T_STATIC inline_function
/php-src/ext/ldap/
H A Dldap_arginfo.h66 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, attributes, IS_ARRAY, 0, "[]")
H A Dldap.stub.php649 …function ldap_read($ldap, array|string $base, array|string $filter, array $attributes = [], int $a… argument
652 …function ldap_list($ldap, array|string $base, array|string $filter, array $attributes = [], int $a…
655 …function ldap_search($ldap, array|string $base, array|string $filter, array $attributes = [], int …
/php-src/build/
H A Dlibtool.m41227 # Check hardcoding attributes.
H A Dax_gcc_func_attribute.m412 # attributes; many other compilers also provide function attributes with
14 # attributes as unsupported ones are ignored by default so quieting
24 # The macro currently supports the following function attributes:
67 # Unsupported function attributes will be tested with a prototype
H A Dgen_stub.php846 $this->attributes = $attributes;
1278 $this->attributes = $attributes;
2358 $this->attributes = $attributes;
3183 $this->attributes = $attributes;
4308 array $attributes argument
4351 $attributes,
4368 array $attributes argument
4413 $attributes,
4442 $attributes = [];
4510 $attributes,
[all …]
/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/Zend/tests/traits/
H A Dbug60717.phpt11 function attributes(array $attributes = null);
12 function textArea(?array $attributes, $value);
22 function textArea(?array $attributes, $value) {}
23 abstract function attributes(array $attributes = null);
29 function attributes(array $attributes = null) { }
73 Deprecated: HTML\Helper::attributes(): Implicitly marking parameter $attributes as nullable is depr…
75 Deprecated: HTML\TextArea::attributes(): Implicitly marking parameter $attributes as nullable is de…
77 Deprecated: HTML\HTMLAttributes::attributes(): Implicitly marking parameter $attributes as nullable…
/php-src/ext/opcache/
H A Dzend_persist.c280 return attributes; in zend_persist_attributes()
459 if (op_array->attributes) { in zend_persist_op_array_ex()
460 op_array->attributes = zend_shared_alloc_get_xlat_entry(op_array->attributes); in zend_persist_op_array_ex()
648 if (op_array->attributes) { in zend_persist_op_array_ex()
649 op_array->attributes = zend_persist_attributes(op_array->attributes); in zend_persist_op_array_ex()
800 if (prop->attributes) { in zend_persist_property_info()
801 prop->attributes = zend_persist_attributes(prop->attributes); in zend_persist_property_info()
842 if (c->attributes) { in zend_persist_class_constant()
843 c->attributes = zend_persist_attributes(c->attributes); in zend_persist_class_constant()
998 if (ce->attributes) { in zend_persist_class_entry()
[all …]
/php-src/ext/dom/tests/modern/xml/
H A Dsimplexml_interop.phpt12 var_dump($element->attributes);
H A DDTDNamedNodeMap.phpt64 ["attributes"]=>
/php-src/ext/dom/tests/modern/spec/
H A Dimport_of_namepace_conflicting_attributes.phpt2 Import of namespace-conflicting attributes
H A Dreconciliation_of_attributes.phpt2 Reconciliation of attributes
H A DNamedNodeMap_dimensions.phpt9 $attributes = $dom->documentElement->attributes;
16 …var_dump($attributes[$value] ? $attributes[$value]->nodeName : "N/A", isset($attributes[$value]), …
H A DNamedNodeMap_dimensions_errors.phpt9 $attributes = $dom->documentElement->attributes;
12 $attributes[][0] = 1;
H A DNamedNodeMap_getNamedItem.phpt23 $attributes = $body->attributes;
31 var_dump($attributes["FOO:BAR"]->value);
32 var_dump($attributes["foo:BAR"]->value);
33 var_dump($attributes["foo:bar"]->value);
34 var_dump($attributes["XmLnS:foo"]->value);
35 var_dump($attributes["xmlns:foo"]->value);
43 $attributes = $body->attributes;
51 var_dump($attributes["FOO:BAR"]);
52 var_dump($attributes["foo:BAR"]);
53 var_dump($attributes["foo:bar"]->value);
[all …]
H A DNode_isDefaultNamespace.phpt36 dump($dom->getElementsByTagName('svg')[0]->attributes[0]);
45 echo "--- custom namespace with a prefix and with attributes ---\n";
95 --- custom namespace with a prefix and with attributes ---
H A DNode_isEqualNode_01.phpt19 // Shouldn't match because the attributes can't roundtrip.

Completed in 177 milliseconds

123456789