Home
last modified time | relevance | path

Searched refs:ctor (Results 1 – 21 of 21) sorted by relevance

/PHP-8.0/TSRM/
H A DTSRM.c42 ts_allocate_ctor ctor; member
263 if (resource_types_table[j].ctor) { in tsrm_update_active_threads()
264 resource_types_table[j].ctor(p->storage[j]); in tsrm_update_active_threads()
276 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() argument
300 resource_types_table[TSRM_UNSHUFFLE_RSRC_ID(*rsrc_id)].ctor = ctor; in ts_allocate_id()
322 …ast_id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_allocate_ctor ctor, ts_allocate_dtor d… in ts_allocate_fast_id() argument
358 resource_types_table[TSRM_UNSHUFFLE_RSRC_ID(*rsrc_id)].ctor = ctor; in ts_allocate_fast_id()
401 if (resource_types_table[i].ctor) { in allocate_new_resource()
402 resource_types_table[i].ctor((*thread_resources_ptr)->storage[i]); in allocate_new_resource()
H A DTSRM.h90 TSRM_API ts_rsrc_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allo…
94 …ast_id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_allocate_ctor ctor, ts_allocate_dtor d…
/PHP-8.0/ext/spl/tests/
H A Dbug71412.phpt8 Method [ <internal:SPL, ctor> public method __construct ] {
H A Dbug61828.phpt2 Bug #61828 (Memleak when calling Directory(Recursive)Iterator/Spl(Temp)FileObject ctor twice)
/PHP-8.0/ext/spl/
H A Dspl_functions.h48 void spl_register_std_class(zend_class_entry ** ppce, char * class_name, create_object_func_t ctor,…
49 …ce, zend_class_entry * parent_ce, char * class_name, create_object_func_t ctor, const zend_functio…
H A Dspl_dllist.c76 spl_ptr_llist_ctor_func ctor; member
136 llist->ctor = ctor; in spl_ptr_llist_init()
209 if (llist->ctor) { in spl_ptr_llist_unshift()
210 llist->ctor(elem); in spl_ptr_llist_unshift()
233 if (llist->ctor) { in spl_ptr_llist_push()
234 llist->ctor(elem); in spl_ptr_llist_push()
381 intern->llist = (spl_ptr_llist *)spl_ptr_llist_init(other->llist->ctor, other->llist->dtor); in spl_dllist_object_new_ex()
803 if (intern->llist->ctor) { in PHP_METHOD()
804 intern->llist->ctor(element); in PHP_METHOD()
1277 if (intern->llist->ctor) { in PHP_METHOD()
[all …]
H A Dspl_heap.c56 spl_ptr_heap_ctor_func ctor; member
240 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() argument
245 heap->ctor = ctor; in spl_ptr_heap_init()
343 heap->ctor = from->ctor; in spl_ptr_heap_clone()
354 heap->ctor(spl_heap_elem(heap, i)); in spl_ptr_heap_clone()
/PHP-8.0/ext/opcache/tests/
H A Dbug78986.phpt2 Bug #78986: Opcache segfaults when inheriting ctor from immutable into mutable class
/PHP-8.0/ext/reflection/tests/
H A DReflectionParameter_ctor_cast.phpt2 Test method name string cast in ReflectionParameter ctor
H A Dconstructor_promotion.phpt53 Method [ <user, ctor> public method __construct ] {
H A DReflectionMethod_basic2.phpt115 string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {
H A DReflectionClass_toString_001.phpt38 Method [ <internal:Reflection, ctor> public method __construct ] {
/PHP-8.0/Zend/tests/named_params/
H A Dctor_extra_named_args.phpt2 Passing unknown named args to a non-existing ctor
/PHP-8.0/ext/libxml/tests/
H A Dbug79191.phpt2 Bug #79191 (Error in SoapClient ctor disables DOMDocument::save())
/PHP-8.0/Zend/tests/
H A Dctor_promotion_mixing.phpt45 Method [ <user, ctor> public method __construct ] {
H A Dbug37632.phpt61 /* Right now Ctor's cannot be made protected when defined in a ctor. That is
/PHP-8.0/ext/date/tests/
H A DDateTimeZone_compare_basic1.phpt35 // parent ctor not called
/PHP-8.0/sapi/cli/tests/
H A D005.phpt69 Method [ <internal:Core, ctor> public method __construct ] {
/PHP-8.0/ext/pdo/tests/
H A Dpdo_014.phpt51 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
/PHP-8.0/Zend/
H A Dzend_inheritance.c2147 int ctor; member
2156 if (!ai->ctor) { in zend_verify_abstract_class_function()
2158 ai->ctor = 1; in zend_verify_abstract_class_function()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c6318 zend_function *ctor = ce->constructor; in call_attribute_constructor() local
6320 ZEND_ASSERT(ctor != NULL); in call_attribute_constructor()
6322 if (!(ctor->common.fn_flags & ZEND_ACC_PUBLIC)) { in call_attribute_constructor()
6362 zend_call_known_function(ctor, obj, obj->ce, NULL, argc, args, named_params); in call_attribute_constructor()

Completed in 61 milliseconds