Home
last modified time | relevance | path

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

/PHP-8.1/TSRM/
H A DTSRM.c42 ts_allocate_ctor ctor; member
268 if (resource_types_table[j].ctor) { in tsrm_update_active_threads()
269 resource_types_table[j].ctor(p->storage[j]); in tsrm_update_active_threads()
281 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
305 resource_types_table[TSRM_UNSHUFFLE_RSRC_ID(*rsrc_id)].ctor = ctor; in ts_allocate_id()
327 …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
363 resource_types_table[TSRM_UNSHUFFLE_RSRC_ID(*rsrc_id)].ctor = ctor; in ts_allocate_fast_id()
411 if (resource_types_table[i].ctor) { in allocate_new_resource()
412 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.1/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.1/ext/opcache/tests/
H A Dbug78986.phpt2 Bug #78986: Opcache segfaults when inheriting ctor from immutable into mutable class
/PHP-8.1/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.1/Zend/tests/named_params/
H A Dctor_extra_named_args.phpt2 Passing unknown named args to a non-existing ctor
/PHP-8.1/ext/libxml/tests/
H A Dbug79191.phpt2 Bug #79191 (Error in SoapClient ctor disables DOMDocument::save())
/PHP-8.1/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.1/ext/spl/
H A Dspl_heap.c56 spl_ptr_heap_ctor_func ctor; member
264 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
269 heap->ctor = ctor; in spl_ptr_heap_init()
367 heap->ctor = from->ctor; in spl_ptr_heap_clone()
378 heap->ctor(spl_heap_elem(heap, i)); in spl_ptr_heap_clone()
/PHP-8.1/ext/date/tests/
H A DDateTimeZone_compare_basic1.phpt35 // parent ctor not called
/PHP-8.1/sapi/cli/tests/
H A D005.phpt69 Method [ <internal:Core, ctor> public method __construct ] {
/PHP-8.1/ext/pdo/tests/
H A Dpdo_014.phpt52 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
/PHP-8.1/Zend/
H A Dzend_ast.c828 zend_function *ctor = Z_OBJ_HT_P(result)->get_constructor(Z_OBJ_P(result)); in zend_ast_evaluate() local
829 if (ctor) { in zend_ast_evaluate()
831 ctor, Z_OBJ_P(result), Z_OBJCE_P(result), NULL, 0, NULL, args); in zend_ast_evaluate()
849 zend_function *ctor = Z_OBJ_HT_P(result)->get_constructor(Z_OBJ_P(result)); in zend_ast_evaluate() local
850 if (ctor) { in zend_ast_evaluate()
852 ctor, Z_OBJ_P(result), NULL, args_ast->children, args); in zend_ast_evaluate()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c6565 zend_function *ctor = ce->constructor; in call_attribute_constructor() local
6567 ZEND_ASSERT(ctor != NULL); in call_attribute_constructor()
6569 if (!(ctor->common.fn_flags & ZEND_ACC_PUBLIC)) { in call_attribute_constructor()
6609 zend_call_known_function(ctor, obj, obj->ce, NULL, argc, args, named_params); in call_attribute_constructor()

Completed in 91 milliseconds