Searched defs:elements (Results 1 – 15 of 15) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | var_unserializer.c | 392 …line int process_nested_data(UNSERIALIZE_PARAMETER, HashTable *ht, zend_long elements, int objprop… in process_nested_data() 564 zend_long elements; in object_common1() local 590 static inline int object_common2(UNSERIALIZE_PARAMETER, zend_long elements) in object_common2() 1180 zend_long elements; in php_var_unserialize_internal() local 1371 zend_long elements = parse_iv(start + 2); in php_var_unserialize_internal() local 1423 zend_long elements; in php_var_unserialize_internal() local
|
/PHP-7.3/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 | 318 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument 323 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument 328 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
|
/PHP-7.3/ext/simplexml/ |
H A D | simplexml.c | 231 static zval *sxe_prop_dim_read(zval *object, zval *member, zend_bool elements, zend_bool attribs, i… in sxe_prop_dim_read() 418 static int sxe_prop_dim_write(zval *object, zval *member, zval *value, zend_bool elements, zend_boo… in sxe_prop_dim_write() 705 static int sxe_prop_dim_exists(zval *object, zval *member, int check_empty, zend_bool elements, zen… in sxe_prop_dim_exists() 823 static void sxe_prop_dim_delete(zval *object, zval *member, zend_bool elements, zend_bool attribs) in sxe_prop_dim_delete()
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 74 HashTable elements; member
|
H A D | phpdbg_utils.c | 75 const static phpdbg_element_t elements[] = { variable
|
H A D | phpdbg_watch.c | 919 HashTable *elements = &element->watch->elements; local
|
/PHP-7.3/ext/soap/ |
H A D | php_sdl.h | 56 HashTable *elements; /* array of sdlTypesPtr */ member 203 HashTable *elements; /* array of sdlTypePtr */ member
|
H A D | php_sdl.c | 1279 static sdlContentModelPtr sdl_deserialize_model(sdlTypePtr *types, sdlTypePtr *elements, char **in) in sdl_deserialize_model() 1320 sdlTypePtr *elements = NULL; in sdl_deserialize_type() local
|
/PHP-7.3/ext/wddx/ |
H A D | wddx.c | 97 void **elements; member
|
/PHP-7.3/ext/spl/ |
H A D | spl_fixedarray.c | 45 zval *elements; member
|
H A D | spl_heap.c | 56 zval *elements; member
|
/PHP-7.3/ext/oci8/ |
H A D | php_oci8_int.h | 253 void *elements; member
|
Completed in 78 milliseconds