Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 13 of 13) sorted by relevance

/PHP-8.2/ext/intl/formatter/
H A Dformatter_attr.c28 zend_long attribute, value; in PHP_FUNCTION() local
90 zend_long attribute; in PHP_FUNCTION() local
127 zend_long attribute; in PHP_FUNCTION() local
182 zend_long attribute; in PHP_FUNCTION() local
H A Dformatter.stub.php438 public function setAttribute(int $attribute, int|float $value): bool {}
444 public function getAttribute(int $attribute): int|float|false {}
450 public function setTextAttribute(int $attribute, string $value): bool {}
456 public function getTextAttribute(int $attribute): string|false {}
/PHP-8.2/ext/intl/collator/
H A Dcollator_attr.c29 zend_long attribute, value; in PHP_FUNCTION() local
53 zend_long attribute, value; in PHP_FUNCTION() local
H A Dcollator.stub.php186 public function getAttribute(int $attribute): int|false {}
192 public function setAttribute(int $attribute, int $value): bool {}
/PHP-8.2/ext/soap/
H A Dphp_xml.c277 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, … in get_node_with_attribute_ex()
298 …h_attribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value,… in get_node_with_attribute_recursive_ex()
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.stub.php62 public function setAttribute(int $attribute, mixed $value): bool {}
/PHP-8.2/ext/intl/
H A Dphp_intl.stub.php295 function collator_get_attribute(Collator $object, int $attribute): int|false {}
297 function collator_set_attribute(Collator $object, int $attribute, int $value): bool {}
406 function numfmt_set_attribute(NumberFormatter $formatter, int $attribute, int|float $value): bool {}
408 function numfmt_get_attribute(NumberFormatter $formatter, int $attribute): int|float|false {}
410 function numfmt_set_text_attribute(NumberFormatter $formatter, int $attribute, string $value): bool…
412 function numfmt_get_text_attribute(NumberFormatter $formatter, int $attribute): string|false {}
/PHP-8.2/Zend/
H A Dzend_builtin_functions.c1560 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local
1592 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local
1631 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local
/PHP-8.2/ext/ldap/
H A Dldap.c338 char* attribute; in _php_ldap_control_to_array() local
1768 char *attribute; in PHP_FUNCTION() local
1864 char *attribute; in PHP_FUNCTION() local
1892 char *attribute; in PHP_FUNCTION() local
1932 char *attribute; in PHP_FUNCTION() local
2121 zend_string *attribute; in php_ldap_do_modify() local
H A Dldap.stub.php613 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
/PHP-8.2/ext/mysqli/
H A Dmysqli.stub.php768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
/PHP-8.2/ext/tidy/
H A Dtidy.stub.php985 public readonly ?array $attribute; variable in tidyNode
H A Dtidy.c578 zval attribute, children, temp; in tidy_add_node_default_properties() local

Completed in 76 milliseconds