Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/intl/collator/
H A Dcollator_class.c137 Collator_handlers.clone_obj = NULL; in collator_register_Collator_class()
/PHP-7.1/ext/intl/spoofchecker/
H A Dspoofchecker_class.c142 Spoofchecker_handlers.clone_obj = spoofchecker_clone_obj; in spoofchecker_register_Spoofchecker_class()
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_class.c158 MessageFormatter_handlers.clone_obj = MessageFormatter_object_clone; in msgformat_register_class()
/PHP-7.1/Zend/
H A DOBJECTS2_HOWTO35 clone_obj handler should create a new object, identical to an old one,
127 zend_object_clone_obj_t clone_obj;
155 clone_obj - called when a new object identical to an old one should be
H A Dzend_object_handlers.h130 zend_object_clone_obj_t clone_obj; member
H A Dzend_closures.c625 closure_handlers.clone_obj = zend_closure_clone; in zend_register_closure_ce()
H A Dzend_exceptions.c841 default_exception_handlers.clone_obj = NULL; in zend_register_default_exception()
H A Dzend_generators.c1287 zend_generator_handlers.clone_obj = NULL; in zend_register_generator_ce()
/PHP-7.1/ext/intl/formatter/
H A Dformatter_class.c190 NumberFormatter_handlers.clone_obj = NumberFormatter_object_clone; in formatter_register_class()
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_class.c202 IntlDateFormatter_handlers.clone_obj = IntlDateFormatter_object_clone; in dateformat_register_IntlDateFormatter_class()
/PHP-7.1/ext/xsl/
H A Dphp_xsl.c135 xsl_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_class.c344 Transliterator_handlers.clone_obj = Transliterator_clone_obj; in transliterator_register_Transliterator_class()
/PHP-7.1/ext/intl/common/
H A Dcommon_enum.cpp327 IntlIterator_handlers.clone_obj = NULL; in intl_register_IntlIterator_class()
/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp326 BreakIterator_handlers.clone_obj = BreakIterator_clone_obj; in breakiterator_register_BreakIterator_class()
/PHP-7.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.c457 …ResourceBundle_object_handlers.clone_obj = NULL; /* ICU ResourceBundle has no clone implementati… in resourcebundle_register_class()
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_class.cpp518 TimeZone_handlers.clone_obj = TimeZone_clone_obj; in timezone_register_IntlTimeZone_class()
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_class.cpp468 Calendar_handlers.clone_obj = Calendar_clone_obj; in calendar_register_IntlCalendar_class()
/PHP-7.1/ext/spl/
H A Dspl_heap.c1208 spl_handler_SplHeap.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()
1230 spl_handler_SplPriorityQueue.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()
H A Dspl_fixedarray.c1087 spl_handler_SplFixedArray.clone_obj = spl_fixedarray_object_clone; in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1397 spl_handler_SplDoublyLinkedList.clone_obj = spl_dllist_object_clone; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/com_dotnet/
H A Dcom_persist.c758 helper_handlers.clone_obj = helper_clone; in php_com_persist_minit()
/PHP-7.1/ext/sqlite3/
H A Dsqlite3.c2275 sqlite3_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
2283 sqlite3_stmt_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
2291 sqlite3_result_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/date/
H A Dphp_date.c2062 date_object_handlers_date.clone_obj = date_object_clone_date; in date_register_classes()
2089 date_object_handlers_immutable.clone_obj = date_object_clone_date; in date_register_classes()
2101 date_object_handlers_timezone.clone_obj = date_object_clone_timezone; in date_register_classes()
2130 date_object_handlers_interval.clone_obj = date_object_clone_interval; in date_register_classes()
2147 date_object_handlers_period.clone_obj = date_object_clone_period; in date_register_classes()
5271 if (Z_TYPE_P(zv) == IS_OBJECT && Z_OBJ_HANDLER_P(zv, clone_obj)) { in date_period_read_property()
5273 ZVAL_OBJ(zv, Z_OBJ_HANDLER_P(zv, clone_obj)(zv)); in date_period_read_property()
/PHP-7.1/ext/xmlreader/
H A Dphp_xmlreader.c1316 xmlreader_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/intl/converter/
H A Dconverter.c1088 php_converter_object_handlers.clone_obj = php_converter_clone_object; in php_converter_minit()

Completed in 97 milliseconds

12