Searched defs:elements (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_stack.h | 25 void *elements; member
|
H A D | zend_ptr_stack.h | 25 void **elements; member
|
H A D | zend_llist.c | 198 zend_llist_element **elements; in zend_llist_sort() local
|
H A D | zend_alloc.c | 323 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument 328 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument 333 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
|
/PHP-8.0/ext/simplexml/ |
H A D | simplexml.c | 221 static zval *sxe_prop_dim_read(zend_object *object, zval *member, zend_bool elements, zend_bool att… in sxe_prop_dim_read() 389 static zval *sxe_prop_dim_write(zend_object *object, zval *member, zval *value, zend_bool elements,… in sxe_prop_dim_write() 677 …rop_dim_exists(zend_object *object, zval *member, int check_empty, zend_bool elements, zend_bool a… in sxe_prop_dim_exists() 798 static void sxe_prop_dim_delete(zend_object *object, zval *member, zend_bool elements, zend_bool at… in sxe_prop_dim_delete()
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 72 HashTable elements; member
|
H A D | phpdbg_utils.c | 73 static const phpdbg_element_t elements[] = { variable
|
H A D | phpdbg_watch.c | 918 HashTable *elements = &element->watch->elements; local
|
/PHP-8.0/ext/soap/ |
H A D | php_sdl.h | 54 HashTable *elements; /* array of sdlTypesPtr */ member 201 HashTable *elements; /* array of sdlTypePtr */ member
|
H A D | php_sdl.c | 1286 static sdlContentModelPtr sdl_deserialize_model(sdlTypePtr *types, sdlTypePtr *elements, char **in) in sdl_deserialize_model() 1327 sdlTypePtr *elements = NULL; in sdl_deserialize_type() local
|
/PHP-8.0/ext/spl/ |
H A D | spl_fixedarray.c | 44 zval *elements; member
|
H A D | spl_heap.c | 55 void *elements; member
|
/PHP-8.0/ext/oci8/ |
H A D | php_oci8_int.h | 251 void *elements; member
|
Completed in 58 milliseconds