Home
last modified time | relevance | path

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

12

/PHP-7.4/Zend/tests/traits/
H A Dbug55554a.phpt10 echo "ctor executed\n";
32 New constructor: ctor executed
33 Legacy constructor: ctor executed
/PHP-7.4/ext/reflection/tests/
H A Dbug38942.phpt2 Bug #38942 (Double old-style-ctor inheritance)
31 Method [ <user, inherits foo, ctor> public method foo ] {
H A DReflectionParameter_ctor_cast.phpt2 Test method name string cast in ReflectionParameter ctor
H A DReflectionMethod_basic2.phpt165 string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {
177 string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {
H A DReflectionClass_toString_001.phpt44 Method [ <internal:Reflection, ctor> public method __construct ] {
/PHP-7.4/TSRM/
H A DTSRM.c42 ts_allocate_ctor ctor; member
283 if (resource_types_table[j].ctor) { in tsrm_update_active_threads()
284 resource_types_table[j].ctor(p->storage[j]); in tsrm_update_active_threads()
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() argument
320 resource_types_table[TSRM_UNSHUFFLE_RSRC_ID(*rsrc_id)].ctor = ctor; in ts_allocate_id()
342 …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
378 resource_types_table[TSRM_UNSHUFFLE_RSRC_ID(*rsrc_id)].ctor = ctor; in ts_allocate_fast_id()
421 if (resource_types_table[i].ctor) { in allocate_new_resource()
422 resource_types_table[i].ctor((*thread_resources_ptr)->storage[i]); in allocate_new_resource()
H A DTSRM.h102 TSRM_API ts_rsrc_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allo…
106 …ast_id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_allocate_ctor ctor, ts_allocate_dtor d…
/PHP-7.4/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-7.4/ext/opcache/tests/
H A Dbug78986.phpt2 Bug #78986: Opcache segfaults when inheriting ctor from immutable into mutable class
/PHP-7.4/ext/spl/
H A Dspl_functions.h50 void spl_register_std_class(zend_class_entry ** ppce, char * class_name, create_object_func_t ctor,…
51 …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
138 llist->ctor = ctor; in spl_ptr_llist_init()
211 if (llist->ctor) { in spl_ptr_llist_unshift()
212 llist->ctor(elem); in spl_ptr_llist_unshift()
235 if (llist->ctor) { in spl_ptr_llist_push()
236 llist->ctor(elem); in spl_ptr_llist_push()
389 intern->llist = (spl_ptr_llist *)spl_ptr_llist_init(other->llist->ctor, other->llist->dtor); in spl_dllist_object_new_ex()
846 if (intern->llist->ctor) { in SPL_METHOD()
847 intern->llist->ctor(element); in SPL_METHOD()
1340 if (intern->llist->ctor) { in SPL_METHOD()
[all …]
H A Dspl_heap.c57 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() argument
253 heap->ctor = ctor; in spl_ptr_heap_init()
351 heap->ctor = from->ctor; in spl_ptr_heap_clone()
362 heap->ctor(spl_heap_elem(heap, i)); in spl_ptr_heap_clone()
/PHP-7.4/Zend/tests/
H A Dbug38942.phpt2 Bug #38942 (Double old-style-ctor inheritance)
H A Dbug37632.phpt61 /* Right now Ctor's cannot be made protected when defined in a ctor. That is
/PHP-7.4/ext/libxml/tests/
H A Dbug79191.phpt2 Bug #79191 (Error in SoapClient ctor disables DOMDocument::save())
/PHP-7.4/tests/classes/
H A Dfinal_ctor2.phpt2 ZE2 cannot override final old style ctor
/PHP-7.4/sapi/cli/tests/
H A D005.phpt65 Method [ <internal:Core, ctor> public method __construct ] {
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_compare_basic1.phpt35 // parent ctor not called
/PHP-7.4/ext/snmp/tests/
H A Dreflection.phpt25 Method [ <internal:snmp, ctor> public method __construct ] {
/PHP-7.4/ext/pdo/tests/
H A Dpdo_014.phpt51 /* default fetch mode is BOTH, so we see if the ctor can overwrite that */
/PHP-7.4/ext/date/
H A Dphp_date.h227 …obj, /*const*/ char *time_str, size_t time_str_len, char *format, zval *timezone_object, int ctor);
H A Dphp_date.c2697 …nst*/ char *time_str, size_t time_str_len, char *format, zval *timezone_object, int ctor) /* {{{ */ in php_date_initialize() argument
2721 if (ctor && err && err->error_count) { in php_date_initialize()
/PHP-7.4/Zend/
H A Dzend_API.c2321 …if ((fname_len == class_name_len) && !ctor && !memcmp(ZSTR_VAL(lowercase_name), lc_class_name, cla… in zend_register_functions()
2322 ctor = reg_function; in zend_register_functions()
2330 ctor = reg_function; in zend_register_functions()
2387 scope->constructor = ctor; in zend_register_functions()
2400 if (ctor) { in zend_register_functions()
2401 ctor->common.fn_flags |= ZEND_ACC_CTOR; in zend_register_functions()
2402 if (ctor->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2403 … "Constructor %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(ctor->common.function_na… in zend_register_functions()
2405 ctor->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
2468 if (ctor && (ctor->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE)) { in zend_register_functions()
[all …]
H A Dzend_inheritance.c2186 int ctor; member
2196 if (!ai->ctor) { in zend_verify_abstract_class_function()
2198 ai->ctor = 1; in zend_verify_abstract_class_function()

Completed in 72 milliseconds

12