/PHP-8.0/TSRM/ |
H A D | TSRM.c | 42 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 D | TSRM.h | 90 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 D | bug71412.phpt | 8 Method [ <internal:SPL, ctor> public method __construct ] {
|
H A D | bug61828.phpt | 2 Bug #61828 (Memleak when calling Directory(Recursive)Iterator/Spl(Temp)FileObject ctor twice)
|
/PHP-8.0/ext/spl/ |
H A D | spl_functions.h | 48 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 D | spl_dllist.c | 76 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 D | spl_heap.c | 56 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 D | bug78986.phpt | 2 Bug #78986: Opcache segfaults when inheriting ctor from immutable into mutable class
|
/PHP-8.0/ext/reflection/tests/ |
H A D | ReflectionParameter_ctor_cast.phpt | 2 Test method name string cast in ReflectionParameter ctor
|
H A D | constructor_promotion.phpt | 53 Method [ <user, ctor> public method __construct ] {
|
H A D | ReflectionMethod_basic2.phpt | 115 string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {
|
H A D | ReflectionClass_toString_001.phpt | 38 Method [ <internal:Reflection, ctor> public method __construct ] {
|
/PHP-8.0/Zend/tests/named_params/ |
H A D | ctor_extra_named_args.phpt | 2 Passing unknown named args to a non-existing ctor
|
/PHP-8.0/ext/libxml/tests/ |
H A D | bug79191.phpt | 2 Bug #79191 (Error in SoapClient ctor disables DOMDocument::save())
|
/PHP-8.0/Zend/tests/ |
H A D | ctor_promotion_mixing.phpt | 45 Method [ <user, ctor> public method __construct ] {
|
H A D | bug37632.phpt | 61 /* Right now Ctor's cannot be made protected when defined in a ctor. That is
|
/PHP-8.0/ext/date/tests/ |
H A D | DateTimeZone_compare_basic1.phpt | 35 // parent ctor not called
|
/PHP-8.0/sapi/cli/tests/ |
H A D | 005.phpt | 69 Method [ <internal:Core, ctor> public method __construct ] {
|
/PHP-8.0/ext/pdo/tests/ |
H A D | pdo_014.phpt | 51 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
|
/PHP-8.0/Zend/ |
H A D | zend_inheritance.c | 2147 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 D | php_reflection.c | 6318 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()
|