Searched defs:elements (Results 1 – 14 of 14) sorted by relevance
/php-src/Zend/ |
H A D | zend_stack.h | 27 void *elements; member
|
H A D | zend_ptr_stack.h | 27 void **elements; member
|
H A D | zend_llist.c | 200 zend_llist_element **elements; in zend_llist_sort() local
|
H A D | zend_alloc.c | 355 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument 360 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument 365 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
|
H A D | zend_compile.c | 4850 znode *elements = NULL; in zend_compile_func_sprintf() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 72 HashTable elements; member
|
H A D | phpdbg_utils.c | 72 static const phpdbg_element_t elements[] = { variable
|
H A D | phpdbg_watch.c | 974 HashTable *elements = &element->watch->elements; local
|
/php-src/ext/simplexml/ |
H A D | simplexml.c | 200 static zval *sxe_prop_dim_read(zend_object *object, zval *member, bool elements, bool attribs, int … in sxe_prop_dim_read() 368 static zval *sxe_prop_dim_write(zend_object *object, zval *member, zval *value, bool elements, bool… in sxe_prop_dim_write() 659 static int sxe_prop_dim_exists(zend_object *object, zval *member, int check_empty, bool elements, b… in sxe_prop_dim_exists() 780 static void sxe_prop_dim_delete(zend_object *object, zval *member, bool elements, bool attribs) in sxe_prop_dim_delete()
|
/php-src/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 | 1250 static sdlContentModelPtr sdl_deserialize_model(sdlTypePtr *types, sdlTypePtr *elements, char **in) in sdl_deserialize_model() 1291 sdlTypePtr *elements = NULL; in sdl_deserialize_type() local
|
/php-src/ext/spl/ |
H A D | spl_fixedarray.c | 42 zval *elements; member 239 zval *const elements = intern->array.elements; in spl_fixedarray_object_get_properties_for() local
|
H A D | spl_heap.c | 49 void *elements; member
|
/php-src/ext/zend_test/ |
H A D | test.stub.php | 68 static public function variadicTest(string|Iterator ...$elements) : static {}
|
Completed in 120 milliseconds