Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 17 of 17) sorted by relevance

/php-src/Zend/
H A Dzend_attributes.c145 static zend_attribute *get_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset) in get_attribute()
160 static zend_attribute *get_attribute_str(HashTable *attributes, const char *str, size_t len, uint32… in get_attribute_str()
175 ZEND_API zend_attribute *zend_get_attribute(HashTable *attributes, zend_string *lcname) in zend_get_attribute()
180 ZEND_API zend_attribute *zend_get_attribute_str(HashTable *attributes, const char *str, size_t len) in zend_get_attribute_str()
185 ZEND_API zend_attribute *zend_get_parameter_attribute(HashTable *attributes, zend_string *lcname, u… in zend_get_parameter_attribute()
190 ZEND_API zend_attribute *zend_get_parameter_attribute_str(HashTable *attributes, const char *str, s… in zend_get_parameter_attribute_str()
239 ZEND_API bool zend_is_attribute_repeated(HashTable *attributes, zend_attribute *attr) in zend_is_attribute_repeated()
276 ZEND_API zend_attribute *zend_add_attribute(HashTable **attributes, zend_string *name, uint32_t arg… in zend_add_attribute()
H A Dzend_compile.h405 HashTable *attributes; member
422 HashTable *attributes; member
465 HashTable *attributes; member
523 HashTable *attributes; member
551 HashTable *attributes; member
H A Dzend.h217 HashTable *attributes; member
H A Dzend_compile.c6991 HashTable **attributes, zend_ast *ast, uint32_t offset, uint32_t target, uint32_t promoted in zend_compile_attributes()
/php-src/build/
H A Dgen_stub.php827 public array $attributes; variable in ArgInfo
839 array $attributes
1235 public array $attributes; variable in FuncInfo
1260 array $attributes,
2338 public array $attributes; variable in VariableLike
2350 array $attributes,
2547 array $attributes,
2898 array $attributes,
3163 array $attributes,
4308 array $attributes
[all …]
/php-src/ext/ldap/
H A Dldap.stub.php649 …function ldap_read($ldap, array|string $base, array|string $filter, array $attributes = [], int $a…
/php-src/ext/simplexml/
H A Dsimplexml.stub.php39 …public function attributes(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLE… function in SimpleXMLElement
H A Dsimplexml.c1595 PHP_METHOD(SimpleXMLElement, attributes) in PHP_METHOD() argument
/php-src/ext/xml/
H A Dcompat.c49 _start_element_handler(void *user, const xmlChar *name, const xmlChar **attributes) in _start_element_handler()
89 …ces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes) in _start_element_handler_ns()
H A Dxml.c586 void _xml_startElementHandler(void *userData, const XML_Char *name, const XML_Char **attributes) in _xml_startElementHandler()
/php-src/ext/opcache/
H A Dzend_persist_calc.c155 static void zend_persist_attributes_calc(HashTable *attributes) in zend_persist_attributes_calc()
H A Dzend_file_cache.c170 #define SERIALIZE_ATTRIBUTES(attributes) do { \ argument
180 #define UNSERIALIZE_ATTRIBUTES(attributes) do { \ argument
H A Dzend_persist.c274 static HashTable *zend_persist_attributes(HashTable *attributes) in zend_persist_attributes()
/php-src/ext/soap/
H A Dphp_sdl.h74 HashTable *attributes; /* array of sdlAttributePtr */ member
202 HashTable *attributes; /* array of sdlAttributePtr */ member
/php-src/win32/
H A Dioutil.h98 DWORD attributes; member
/php-src/ext/reflection/
H A Dphp_reflection.c146 HashTable *attributes; member
1118 static void reflection_attribute_factory(zval *object, HashTable *attributes, zend_attribute *data, in reflection_attribute_factory()
1138 static int read_attributes(zval *ret, HashTable *attributes, zend_class_entry *scope, in read_attributes()
1192 static void reflect_attributes(INTERNAL_FUNCTION_PARAMETERS, HashTable *attributes, in reflect_attributes()
2835 HashTable *attributes = param->fptr->common.attributes; in ZEND_METHOD() local
/php-src/ext/dom/
H A Dphp_dom.stub.php338 public ?DOMNamedNodeMap $attributes; variable in DOMNode
1308 public NamedNodeMap $attributes; variable in DOM\\Element

Completed in 128 milliseconds