/php-src/ext/intl/formatter/ |
H A D | formatter.stub.php | 225 public function setAttribute(int $attribute, int|float $value): bool {} 231 public function getAttribute(int $attribute): int|float|false {} 237 public function setTextAttribute(int $attribute, string $value): bool {} 243 public function getTextAttribute(int $attribute): string|false {}
|
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
|
/php-src/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 | 114 public function getAttribute(int $attribute): int|false {} 120 public function setAttribute(int $attribute, int $value): bool {}
|
/php-src/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()
|
H A D | php_schema.c | 168 xmlChar *schema_location_construct_uri(const xmlAttr *attribute) in schema_location_construct_uri()
|
/php-src/ext/pdo/ |
H A D | pdo_stmt.stub.php | 62 public function setAttribute(int $attribute, mixed $value): bool {}
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 297 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/ext/ldap/ |
H A D | ldap.c | 359 char* attribute; in _php_ldap_control_to_array() local 1500 zend_string *attribute = Z_STR_P(attribute_zv); in php_ldap_do_search() local 1883 char *attribute; in PHP_FUNCTION() local 1979 char *attribute; in PHP_FUNCTION() local 2007 char *attribute; in PHP_FUNCTION() local 2047 char *attribute; in PHP_FUNCTION() local 2256 zend_string *attribute = NULL; in php_ldap_do_modify() local
|
H A D | ldap.stub.php | 627 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
|
/php-src/Zend/ |
H A D | zend_builtin_functions.c | 1691 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local 1723 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local 1762 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() local
|
/php-src/ext/dom/lexbor/lexbor/css/selectors/ |
H A D | selector.h | 91 lxb_css_selector_attribute_t attribute; member
|
H A D | state.c | 1178 lxb_css_selector_attribute_t *attribute; in lxb_css_selectors_state_attribute() local
|
/php-src/ext/mysqli/ |
H A D | mysqli.stub.php | 747 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
|
/php-src/ext/tidy/ |
H A D | tidy.stub.php | 985 public readonly ?array $attribute; variable in tidyNode
|
H A D | tidy.c | 591 zval attribute, children, temp; in tidy_add_node_default_properties() local
|
/php-src/ext/dom/ |
H A D | element.c | 1847 xmlNodePtr attribute = dom_get_attribute_or_nsdecl(intern, thisp, BAD_CAST qname, qname_length); in PHP_METHOD() local
|