Searched defs:ctor (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/TSRM/ |
H A D | TSRM.c | 42 ts_allocate_ctor ctor; member 296 TSRM_API ts_rsrc_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allo… in ts_allocate_id() 342 …llocate_fast_id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_allocate_ctor ctor, ts_alloca… in ts_allocate_fast_id()
|
/PHP-7.4/ext/spl/ |
H A D | spl_heap.c | 57 spl_ptr_heap_ctor_func ctor; member 248 static spl_ptr_heap *spl_ptr_heap_init(spl_ptr_heap_cmp_func cmp, spl_ptr_heap_ctor_func ctor, spl_… in spl_ptr_heap_init()
|
H A D | spl_dllist.c | 76 spl_ptr_llist_ctor_func ctor; member 130 static spl_ptr_llist *spl_ptr_llist_init(spl_ptr_llist_ctor_func ctor, spl_ptr_llist_dtor_func dtor… in spl_ptr_llist_init()
|
/PHP-7.4/Zend/ |
H A D | zend_inheritance.c | 2186 int ctor; member
|
H A D | zend_API.c | 2148 …zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = … in zend_register_functions() local
|
/PHP-7.4/ext/date/ |
H A D | php_date.c | 2697 …nst*/ char *time_str, size_t time_str_len, char *format, zval *timezone_object, int ctor) /* {{{ */ in php_date_initialize()
|
Completed in 70 milliseconds