Home
last modified time | relevance | path

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

/php-src/ext/intl/formatter/
H A Dformatter.stub.php227 public function setAttribute(int $attribute, int|float $value): bool {}
233 public function getAttribute(int $attribute): int|float|false {}
239 public function setTextAttribute(int $attribute, string $value): bool {}
245 public function getTextAttribute(int $attribute): string|false {}
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
/php-src/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.php114 public function getAttribute(int $attribute): int|false {}
120 public function setAttribute(int $attribute, int $value): bool {}
/php-src/ext/soap/
H A Dphp_xml.c271 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, … in get_node_with_attribute_ex()
292 …h_attribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value,… in get_node_with_attribute_recursive_ex()
/php-src/ext/pdo/
H A Dpdo_stmt.stub.php62 public function setAttribute(int $attribute, mixed $value): bool {}
/php-src/ext/intl/
H A Dphp_intl.stub.php297 function collator_get_attribute(Collator $object, int $attribute): int|false {}
299 function collator_set_attribute(Collator $object, int $attribute, int $value): bool {}
408 function numfmt_set_attribute(NumberFormatter $formatter, int $attribute, int|float $value): bool {}
410 function numfmt_get_attribute(NumberFormatter $formatter, int $attribute): int|float|false {}
412 function numfmt_set_text_attribute(NumberFormatter $formatter, int $attribute, string $value): bool…
414 function numfmt_get_text_attribute(NumberFormatter $formatter, int $attribute): string|false {}
/php-src/Zend/
H A Dzend_builtin_functions.c1634 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local
1666 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local
1705 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local
/php-src/ext/ldap/
H A Dldap.c335 char* attribute; in _php_ldap_control_to_array() local
1840 char *attribute; in PHP_FUNCTION() local
1936 char *attribute; in PHP_FUNCTION() local
1964 char *attribute; in PHP_FUNCTION() local
2004 char *attribute; in PHP_FUNCTION() local
2193 zend_string *attribute; in php_ldap_do_modify() local
H A Dldap.stub.php627 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dselector.h91 lxb_css_selector_attribute_t attribute; member
/php-src/ext/mysqli/
H A Dmysqli.stub.php768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
/php-src/ext/tidy/
H A Dtidy.stub.php985 public readonly ?array $attribute; variable in tidyNode
H A Dtidy.c573 zval attribute, children, temp; in tidy_add_node_default_properties() local
/php-src/ext/dom/
H A Delement.c1670 xmlNodePtr attribute = dom_get_attribute_or_nsdecl(intern, thisp, BAD_CAST qname, qname_length); in PHP_METHOD() local

Completed in 57 milliseconds