Home
last modified time | relevance | path

Searched refs:clone_obj (Results 1 – 25 of 45) sorted by relevance

12

/PHP-7.4/ext/intl/collator/
H A Dcollator_class.c135 Collator_handlers.clone_obj = NULL; in collator_register_Collator_class()
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.c150 Spoofchecker_handlers.clone_obj = spoofchecker_clone_obj; in spoofchecker_register_Spoofchecker_class()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_class.c158 MessageFormatter_handlers.clone_obj = MessageFormatter_object_clone; in msgformat_register_class()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_class.c190 NumberFormatter_handlers.clone_obj = NumberFormatter_object_clone; in formatter_register_class()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_class.c201 IntlDateFormatter_handlers.clone_obj = IntlDateFormatter_object_clone; in dateformat_register_IntlDateFormatter_class()
/PHP-7.4/Zend/
H A Dzend_weakrefs.c210 zend_weakref_handlers.clone_obj = NULL; in zend_register_weakref_ce()
H A Dzend_object_handlers.h160 zend_object_clone_obj_t clone_obj; /* optional */ member
H A Dzend_closures.c671 closure_handlers.clone_obj = zend_closure_clone; in zend_register_closure_ce()
H A Dzend_exceptions.c834 default_exception_handlers.clone_obj = NULL; in zend_register_default_exception()
/PHP-7.4/ext/xsl/
H A Dphp_xsl.c131 xsl_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c344 Transliterator_handlers.clone_obj = Transliterator_clone_obj; in transliterator_register_Transliterator_class()
/PHP-7.4/ext/intl/common/
H A Dcommon_enum.cpp326 IntlIterator_handlers.clone_obj = NULL; in intl_register_IntlIterator_class()
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp324 BreakIterator_handlers.clone_obj = BreakIterator_clone_obj; in breakiterator_register_BreakIterator_class()
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c453 …ResourceBundle_object_handlers.clone_obj = NULL; /* ICU ResourceBundle has no clone implementati… in resourcebundle_register_class()
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c221 finfo_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp455 Calendar_handlers.clone_obj = Calendar_clone_obj; in calendar_register_IntlCalendar_class()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp515 TimeZone_handlers.clone_obj = TimeZone_clone_obj; in timezone_register_IntlTimeZone_class()
/PHP-7.4/ext/spl/
H A Dspl_heap.c1225 spl_handler_SplHeap.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()
1246 spl_handler_SplPriorityQueue.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()
H A Dspl_fixedarray.c1072 spl_handler_SplFixedArray.clone_obj = spl_fixedarray_object_clone; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c747 helper_handlers.clone_obj = helper_clone; in php_com_persist_minit()
/PHP-7.4/ext/hash/
H A Dhash.c584 RETVAL_OBJ(Z_OBJ_HANDLER_P(zhash, clone_obj)(zhash)); in PHP_FUNCTION()
1257 php_hashcontext_handlers.clone_obj = php_hashcontext_clone; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c2524 sqlite3_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
2534 sqlite3_stmt_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
2544 sqlite3_result_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/date/
H A Dphp_date.c2141 date_object_handlers_date.clone_obj = date_object_clone_date; in date_register_classes()
2151 date_object_handlers_immutable.clone_obj = date_object_clone_date; in date_register_classes()
2163 date_object_handlers_timezone.clone_obj = date_object_clone_timezone; in date_register_classes()
2193 date_object_handlers_interval.clone_obj = date_object_clone_interval; in date_register_classes()
2210 date_object_handlers_period.clone_obj = date_object_clone_period; in date_register_classes()
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c1316 xmlreader_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c1097 php_converter_object_handlers.clone_obj = php_converter_clone_object; in php_converter_minit()

Completed in 115 milliseconds

12