Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 288) sorted by last modified time

12345678910>>...12

/php-src/ext/zend_test/tests/
H A Dgh14109.phpt8 foreach ((new ReflectionClassConstant(Test::class, 'TEST_CONST'))->getAttributes() as $attribute) {
9 var_dump($attribute->newInstance());
/php-src/Zend/tests/attributes/
H A D022_attribute_flags_value_is_validated.phpt20 Invalid attribute flags specified
/php-src/
H A DNEWS41 . Fix cloning attribute with namespace disappearing namespace. (nielsdos)
200 . Implement GH-12908 (Show attribute name/class in ReflectionAttribute dump).
H A Dphp.ini-development1356 ; Add SameSite attribute to cookie to help mitigate Cross-Site Request Forgery (CSRF/XSRF)
1437 ; to URLs. <form> tag's action attribute URL will not be modified
1449 ; <form> tags is special. PHP will check action attribute's URL regardless
H A Dphp.ini-production1358 ; Add SameSite attribute to cookie to help mitigate Cross-Site Request Forgery (CSRF/XSRF)
1439 ; to URLs. <form> tag's action attribute URL will not be modified
1451 ; <form> tags is special. PHP will check action attribute's URL regardless
/php-src/Zend/
H A Dzend_builtin_functions.c1634 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local
1641 bool is_sensitive = attribute != NULL; in debug_backtrace_get_args()
1666 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local
1672 bool is_sensitive = attribute != NULL; in debug_backtrace_get_args()
1705 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local
1711 is_sensitive = attribute != NULL; in debug_backtrace_get_args()
H A Dzend_language_parser.y278 %type <ast> attribute_decl attribute attributes attribute_group namespace_declaration_name
371 attribute:
376 attribute { $$ = zend_ast_create_list(1, ZEND_AST_ATTRIBUTE_LIST, $1); }
377 | attributes attribute { $$ = zend_ast_list_add($1, $2); }
/php-src/ext/ldap/
H A Dldap_arginfo.h117 ZEND_ARG_TYPE_INFO(0, attribute, IS_STRING, 0)
195 ZEND_ARG_TYPE_INFO(0, attribute, IS_STRING, 0)
H A Dldap.stub.php685 …function ldap_get_values_len(LDAP\Connection $ldap, LDAP\ResultEntry $entry, string $attribute): a…
692 …function ldap_get_values(LDAP\Connection $ldap, LDAP\ResultEntry $entry, string $attribute): array…
735 …function ldap_compare(LDAP\Connection $ldap, string $dn, string $attribute, string $value, ?array …
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1260 attr = &selector->u.attribute; in lxb_selectors_match_attribute()
/php-src/ext/tidy/
H A Dtidy.c573 zval attribute, children, temp; in tidy_add_node_default_properties() local
660 array_init(&attribute); in tidy_add_node_default_properties()
667 add_assoc_string(&attribute, name, val); in tidy_add_node_default_properties()
669 add_assoc_str(&attribute, name, zend_empty_string); in tidy_add_node_default_properties()
674 ZVAL_NULL(&attribute); in tidy_add_node_default_properties()
682 &attribute in tidy_add_node_default_properties()
685 zval_ptr_dtor(&attribute); in tidy_add_node_default_properties()
/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_arrow_function.phpt2 The SensitiveParameter attribute suppresses the single sensitive argument for arrow functions.
H A Dsensitive_parameter_closure.phpt2 The SensitiveParameter attribute suppresses the single sensitive argument for closures.
/php-src/Zend/tests/
H A Ddeprecation_to_exception_during_inheritance.phpt20 …ime::getTimezone(): DateTimeZone|false, or the #[\ReturnTypeWillChange] attribute should be used t…
/php-src/ext/intl/
H A Dphp_intl.stub.php297 function collator_get_attribute(Collator $object, int $attribute): int|false {} argument
299 function collator_set_attribute(Collator $object, int $attribute, int $value): bool {} argument
408 function numfmt_set_attribute(NumberFormatter $formatter, int $attribute, int|float $value): bool {} argument
410 function numfmt_get_attribute(NumberFormatter $formatter, int $attribute): int|float|false {} argument
412 function numfmt_set_text_attribute(NumberFormatter $formatter, int $attribute, string $value): bool… argument
414 function numfmt_get_text_attribute(NumberFormatter $formatter, int $attribute): string|false {} argument
H A Dphp_intl_arginfo.h216 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
221 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
404 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
410 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
415 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
421 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
/php-src/ext/dom/tests/modern/common/
H A Dserialize_entity_reference_in_attribute.phpt2 Serialize entity reference within attribute
/php-src/build/
H A Dax_gcc_func_attribute.m417 # The ATTRIBUTE parameter holds the name of the attribute to be checked.
21 # The macro caches its result in the ax_cv_have_func_attribute_<attribute>
34 # constructor_priority for constructor attribute with priority
222 m4_warn([syntax], [Unsupported attribute $1, the test may fail])
227 dnl GCC doesn't exit with an error if an unknown attribute is
228 dnl provided but only outputs a warning, so accept the attribute
238 [Define to 1 if the system has the `$1' function attribute])], [])
H A Dgen_stub.php1242 * @param AttributeInfo[] $attribute
2137 $this->attributes[$key] = clone $attribute;
3042 $this->attributes[$key] = clone $attribute;
3298 $code .= $attribute->generateCode(
3867 $this->attributes[$key] = clone $attribute;
4462 foreach ($attributes as $attribute) {
4463 switch ($attribute->class) {
5111 $code .= $attribute->generateCode(
5121 $code .= $attribute->generateCode(
5153 $code .= $attribute->generateCode(
[all …]
/php-src/ext/pdo/
H A Dpdo_stmt.stub.php62 public function setAttribute(int $attribute, mixed $value): bool {} argument
H A Dpdo_stmt_arginfo.h78 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
/php-src/ext/mysqli/
H A Dmysqli_arginfo.h286 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
291 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
647 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
651 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
H A Dmysqli.stub.php1220 public function attr_get(int $attribute): int {}
1226 public function attr_set(int $attribute, int $value): bool {}
1581 function mysqli_stmt_attr_get(mysqli_stmt $statement, int $attribute): int {}
1583 function mysqli_stmt_attr_set(mysqli_stmt $statement, int $attribute, int $value): bool {}
/php-src/ext/intl/collator/
H A Dcollator.stub.php114 public function getAttribute(int $attribute): int|false {} argument
120 public function setAttribute(int $attribute, int $value): bool {} argument
H A Dcollator_arginfo.h29 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
33 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)

Completed in 148 milliseconds

12345678910>>...12