Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/formatter/
H A Dformatter.stub.php47 public function setAttribute(int $attribute, int|float $value): bool {}
53 public function getAttribute(int $attribute): int|float|false {}
59 public function setTextAttribute(int $attribute, string $value): bool {}
65 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-8.1/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.php43 public function getAttribute(int $attribute): int|false {}
49 public function setAttribute(int $attribute, int $value): bool {}
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.stub.php26 public function getAttribute(int $attribute): mixed {}
50 public function setAttribute(int $attribute, mixed $value): bool {}
H A Dpdo_stmt.stub.php62 public function setAttribute(int $attribute, mixed $value): bool {}
/PHP-8.1/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-8.1/ext/intl/
H A Dphp_intl.stub.php130 function collator_get_attribute(Collator $object, int $attribute): int|false {}
132 function collator_set_attribute(Collator $object, int $attribute, int $value): bool {}
241 function numfmt_set_attribute(NumberFormatter $formatter, int $attribute, int|float $value): bool {}
243 function numfmt_get_attribute(NumberFormatter $formatter, int $attribute): int|float|false {}
245 function numfmt_set_text_attribute(NumberFormatter $formatter, int $attribute, string $value): bool…
247 function numfmt_get_text_attribute(NumberFormatter $formatter, int $attribute): string|false {}
/PHP-8.1/ext/ldap/
H A Dldap.stub.php91 …function ldap_get_values_len(LDAP\Connection $ldap, LDAP\ResultEntry $entry, string $attribute): a…
98 …function ldap_get_values(LDAP\Connection $ldap, LDAP\ResultEntry $entry, string $attribute): array…
141 …function ldap_compare(LDAP\Connection $ldap, string $dn, string $attribute, string $value, ?array …
H A Dldap.c336 char* attribute; in _php_ldap_control_to_array() local
1964 char *attribute; in PHP_FUNCTION() local
2060 char *attribute; in PHP_FUNCTION() local
2088 char *attribute; in PHP_FUNCTION() local
2128 char *attribute; in PHP_FUNCTION() local
2317 zend_string *attribute; in php_ldap_do_modify() local
/PHP-8.1/ext/mysqli/
H A Dmysqli.stub.php611 public function attr_get(int $attribute): int {}
617 public function attr_set(int $attribute, int $value): bool {}
980 function mysqli_stmt_attr_get(mysqli_stmt $statement, int $attribute): int {}
982 function mysqli_stmt_attr_set(mysqli_stmt $statement, int $attribute, int $value): bool {}
/PHP-8.1/ext/tidy/
H A Dtidy.c621 zval attribute, children, temp; in tidy_add_default_properties() local

Completed in 65 milliseconds