Home
last modified time | relevance | path

Searched refs:clone (Results 176 – 196 of 196) sorted by relevance

12345678

/PHP-8.3/ext/curl/
H A Dinterface.c1098 ch->clone = emalloc(sizeof(uint32_t)); in init_curl_handle()
1099 *ch->clone = 1; in init_curl_handle()
1286 efree(ch->clone); in _php_setup_easy_copy_handlers()
1287 ch->clone = source->clone; in _php_setup_easy_copy_handlers()
1290 (*source->clone)++; in _php_setup_easy_copy_handlers()
1608 if ((*ch->clone) == 1) { in build_mime_structure_from_hash()
2217 if ((*ch->clone) == 1) { in _php_curl_setopt()
2959 if (--(*ch->clone) == 0) { in curl_free_obj()
2970 efree(ch->clone); in curl_free_obj()
/PHP-8.3/sapi/fuzzer/
H A DREADME.md86 git clone https://github.com/kkos/oniguruma.git
/PHP-8.3/Zend/
H A Dzend.h174 zend_function *clone; member
H A Dzend_enum.c86 ZEND_ENUM_DISALLOW_MAGIC_METHOD(clone, "__clone"); in zend_verify_enum_magic_methods()
H A Dzend_inheritance.c164 if (EXPECTED(!ce->clone)) { in do_inherit_parent_constructor()
165 ce->clone = parent->clone; in do_inherit_parent_constructor()
2936 zend_update_inherited_handler(clone); in zend_lazy_class_load()
H A Dzend_vm_def.h5838 zend_function *clone; variable
5868 clone = ce->clone;
5877 if (clone && !(clone->common.fn_flags & ZEND_ACC_PUBLIC)) {
5879 if (clone->common.scope != scope) {
5880 if (UNEXPECTED(clone->common.fn_flags & ZEND_ACC_PRIVATE)
5881 || UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), scope))) {
5882 zend_wrong_clone_call(clone, scope);
H A Dzend_vm_execute.h4827 zend_function *clone; in ZEND_CLONE_SPEC_CONST_HANDLER() local
4857 clone = ce->clone; in ZEND_CLONE_SPEC_CONST_HANDLER()
4866 if (clone && !(clone->common.fn_flags & ZEND_ACC_PUBLIC)) { in ZEND_CLONE_SPEC_CONST_HANDLER()
14735 zend_function *clone; in ZEND_CLONE_SPEC_TMPVAR_HANDLER() local
14765 clone = ce->clone; in ZEND_CLONE_SPEC_TMPVAR_HANDLER()
14774 if (clone && !(clone->common.fn_flags & ZEND_ACC_PUBLIC)) { in ZEND_CLONE_SPEC_TMPVAR_HANDLER()
32554 zend_function *clone; in ZEND_CLONE_SPEC_UNUSED_HANDLER() local
32584 clone = ce->clone; in ZEND_CLONE_SPEC_UNUSED_HANDLER()
32593 if (clone && !(clone->common.fn_flags & ZEND_ACC_PUBLIC)) { in ZEND_CLONE_SPEC_UNUSED_HANDLER()
39708 clone = ce->clone; in ZEND_CLONE_SPEC_CV_HANDLER()
[all …]
H A Dzend_execute.c3818 static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_wrong_clone_call(zend_function *clone, z… in zend_wrong_clone_call() argument
3821 zend_visibility_string(clone->common.fn_flags), ZSTR_VAL(clone->common.scope->name), in zend_wrong_clone_call()
H A Dzend_API.h291 class_container.clone = NULL; \
H A Dzend_API.c2738 ce->clone = fptr; in zend_add_magic_method()
H A Dzend_compile.c2003 ce->clone = NULL; in zend_initialize_class_data()
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_methods.cpp691 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION()
1040 timeZone = TimeZone::getGMT()->clone(); in PHP_FUNCTION()
/PHP-8.3/ext/opcache/
H A Dzend_persist.c1163 if (ce->clone) { in zend_update_parent_ce()
1164 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->clone); in zend_update_parent_ce()
1166 ce->clone = tmp; in zend_update_parent_ce()
H A Dzend_file_cache.c855 SERIALIZE_PTR(ce->clone);
1681 UNSERIALIZE_PTR(ce->clone);
/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp352 df->adoptTimeZone(used_tz->clone()); in umsg_set_timezone()
/PHP-8.3/Zend/tests/
H A Dtemporary_cleaning_013.phpt274 var_dump(clone (new class {
/PHP-8.3/ext/dom/tests/
H A DDOMNode_isEqualNode.phpt206 $dom1Clone = clone $dom1;
/PHP-8.3/ext/date/
H A Dphp_date.c4961 timelib_time *clone; in PHP_METHOD() local
4991 clone = timelib_time_ctor(); in PHP_METHOD()
4992 memcpy(clone, dateobj->time, sizeof(timelib_time)); in PHP_METHOD()
4994 clone->tz_abbr = timelib_strdup(dateobj->time->tz_abbr); in PHP_METHOD()
4997 clone->tz_info = dateobj->time->tz_info; in PHP_METHOD()
4999 dpobj->start = clone; in PHP_METHOD()
5008 clone = timelib_time_clone(dateobj->time); in PHP_METHOD()
5009 dpobj->end = clone; in PHP_METHOD()
/PHP-8.3/docs/
H A Drelease-process.md348 1. Switch to your local clone of the `web-qa` repository and update the
582 13. Switch to your local clone of the `web-php-distributions` repository and
594 14. Switch to your local clone of the `web-php` repository and update the
645 1. Switch to your local clone of `web-php` and add the information for the
705 6. Switch to your local clone of the `web-qa` repository and update the
/PHP-8.3/ext/spl/
H A Dspl_directory.c439 if (intern->oth_handler && intern->oth_handler->clone) { in spl_filesystem_object_clone()
440 intern->oth_handler->clone(source, intern); in spl_filesystem_object_clone()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c4900 if (ce->clone) { in ZEND_METHOD()
4901 RETURN_BOOL(ce->clone->common.fn_flags & ZEND_ACC_PUBLIC); in ZEND_METHOD()
4906 if (ce->clone) { in ZEND_METHOD()
4907 RETURN_BOOL(ce->clone->common.fn_flags & ZEND_ACC_PUBLIC); in ZEND_METHOD()

Completed in 324 milliseconds

12345678