/php-src/Zend/ |
H A D | zend_attributes.c | 196 static zend_attribute *get_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset) in get_attribute() 211 static zend_attribute *get_attribute_str(HashTable *attributes, const char *str, size_t len, uint32… in get_attribute_str() 226 ZEND_API zend_attribute *zend_get_attribute(HashTable *attributes, zend_string *lcname) in zend_get_attribute() 231 ZEND_API zend_attribute *zend_get_attribute_str(HashTable *attributes, const char *str, size_t len) in zend_get_attribute_str() 236 ZEND_API zend_attribute *zend_get_parameter_attribute(HashTable *attributes, zend_string *lcname, u… in zend_get_parameter_attribute() 241 ZEND_API zend_attribute *zend_get_parameter_attribute_str(HashTable *attributes, const char *str, s… in zend_get_parameter_attribute_str() 377 ZEND_API bool zend_is_attribute_repeated(HashTable *attributes, zend_attribute *attr) in zend_is_attribute_repeated() 414 ZEND_API zend_attribute *zend_add_attribute(HashTable **attributes, zend_string *name, uint32_t arg… in zend_add_attribute()
|
H A D | zend_compile.h | 452 HashTable *attributes; member 471 HashTable *attributes; member 514 HashTable *attributes; member 573 HashTable *attributes; member 602 HashTable *attributes; member
|
H A D | zend.h | 219 HashTable *attributes; member
|
H A D | zend_execute.c | 1812 …c zend_result ZEND_FASTCALL get_deprecation_suffix_from_attribute(HashTable *attributes, zend_clas… in get_deprecation_suffix_from_attribute()
|
H A D | zend_compile.c | 7348 HashTable **attributes, zend_ast *ast, uint32_t offset, uint32_t target, uint32_t promoted in zend_compile_attributes()
|
/php-src/build/ |
H A D | gen_stub.php | 832 public array $attributes; variable in ArgInfo 844 array $attributes 1240 public array $attributes; variable in FuncInfo 1265 array $attributes, 2360 public array $attributes; variable in VariableLike 2372 array $attributes, 2569 array $attributes, 3025 array $attributes, 3359 array $attributes, 4526 array $attributes [all …]
|
/php-src/ext/ldap/ |
H A D | ldap.stub.php | 649 …function ldap_read($ldap, array|string $base, array|string $filter, array $attributes = [], int $a…
|
H A D | ldap.c | 1477 const HashTable *attributes = Z_ARRVAL_P(attrs); in php_ldap_do_search() local
|
/php-src/ext/simplexml/ |
H A D | simplexml.stub.php | 39 …public function attributes(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLE… function in SimpleXMLElement
|
H A D | simplexml.c | 1627 PHP_METHOD(SimpleXMLElement, attributes) in PHP_METHOD() argument
|
/php-src/ext/xml/ |
H A D | compat.c | 38 start_element_handler(void *user, const xmlChar *name, const xmlChar **attributes) in start_element_handler() 74 …ces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes) in start_element_handler_ns()
|
H A D | xml.c | 589 void xml_startElementHandler(void *userData, const XML_Char *name, const XML_Char **attributes) in xml_startElementHandler()
|
/php-src/ext/opcache/ |
H A D | zend_persist_calc.c | 156 static void zend_persist_attributes_calc(HashTable *attributes) in zend_persist_attributes_calc()
|
H A D | zend_file_cache.c | 171 #define SERIALIZE_ATTRIBUTES(attributes) do { \ argument 181 #define UNSERIALIZE_ATTRIBUTES(attributes) do { \ argument
|
H A D | zend_persist.c | 276 static HashTable *zend_persist_attributes(HashTable *attributes) in zend_persist_attributes()
|
/php-src/ext/soap/ |
H A D | php_sdl.h | 74 HashTable *attributes; /* array of sdlAttributePtr */ member 202 HashTable *attributes; /* array of sdlAttributePtr */ member
|
/php-src/win32/ |
H A D | ioutil.h | 98 DWORD attributes; member
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 154 HashTable *attributes; member 1158 static void reflection_attribute_factory(zval *object, HashTable *attributes, zend_attribute *data, in reflection_attribute_factory() 1178 static int read_attributes(zval *ret, HashTable *attributes, zend_class_entry *scope, in read_attributes() 1232 static void reflect_attributes(INTERNAL_FUNCTION_PARAMETERS, HashTable *attributes, in reflect_attributes() 2815 HashTable *attributes = param->fptr->common.attributes; in ZEND_METHOD() local
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 380 public ?DOMNamedNodeMap $attributes; variable in DOMNode 1600 public NamedNodeMap $attributes; variable in Dom\\Element
|