Searched defs:attribute (Results 1 – 14 of 14) sorted by relevance
/PHP-8.3/ext/intl/formatter/ |
H A D | formatter_attr.c | 28 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 D | formatter.stub.php | 439 public function setAttribute(int $attribute, int|float $value): bool {} 445 public function getAttribute(int $attribute): int|float|false {} 451 public function setTextAttribute(int $attribute, string $value): bool {} 457 public function getTextAttribute(int $attribute): string|false {}
|
/PHP-8.3/ext/intl/collator/ |
H A D | collator_attr.c | 29 zend_long attribute, value; in PHP_FUNCTION() local 53 zend_long attribute, value; in PHP_FUNCTION() local
|
H A D | collator.stub.php | 186 public function getAttribute(int $attribute): int|false {} 192 public function setAttribute(int $attribute, int $value): bool {}
|
/PHP-8.3/ext/soap/ |
H A D | php_xml.c | 277 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.3/ext/pdo/ |
H A D | pdo_stmt.stub.php | 62 public function setAttribute(int $attribute, mixed $value): bool {}
|
/PHP-8.3/ext/intl/ |
H A D | php_intl.stub.php | 295 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.3/Zend/ |
H A D | zend_builtin_functions.c | 1575 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local 1607 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local 1646 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local
|
/PHP-8.3/ext/ldap/ |
H A D | ldap.c | 335 char* attribute; in _php_ldap_control_to_array() local 1842 char *attribute; in PHP_FUNCTION() local 1938 char *attribute; in PHP_FUNCTION() local 1966 char *attribute; in PHP_FUNCTION() local 2006 char *attribute; in PHP_FUNCTION() local 2195 zend_string *attribute; in php_ldap_do_modify() local
|
H A D | ldap.stub.php | 613 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli.stub.php | 768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
|
/PHP-8.3/ext/tidy/ |
H A D | tidy.stub.php | 985 public readonly ?array $attribute; variable in tidyNode
|
H A D | tidy.c | 578 zval attribute, children, temp; in tidy_add_node_default_properties() local
|
/PHP-8.3/ext/dom/ |
H A D | element.c | 1569 xmlNodePtr attribute = dom_get_dom1_attribute(thisp, (xmlChar *) qname); in PHP_METHOD() local
|
Completed in 82 milliseconds