Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/intl/collator/
H A Dcollator_class.c151 Collator_handlers.clone_obj = NULL; in collator_register_Collator_class()
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.c160 Spoofchecker_handlers.clone_obj = spoofchecker_clone_obj; in spoofchecker_register_Spoofchecker_class()
/PHP-5.5/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.h120 zend_object_clone_obj_t clone_obj; member
H A Dzend_closures.c435 closure_handlers.clone_obj = zend_closure_clone; in zend_register_closure_ce()
H A Dzend_generators.c750 zend_generator_handlers.clone_obj = NULL; in zend_register_generator_ce()
H A Dzend_exceptions.c794 default_exception_handlers.clone_obj = NULL; in zend_register_default_exception()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c174 MessageFormatter_handlers.clone_obj = MessageFormatter_object_clone; in msgformat_register_class()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c208 NumberFormatter_handlers.clone_obj = NumberFormatter_object_clone; in formatter_register_class()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_class.c211 IntlDateFormatter_handlers.clone_obj = IntlDateFormatter_object_clone; in dateformat_register_IntlDateFormatter_class()
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c160 xsl_object_handlers.clone_obj = NULL; in PHP_INI_END()
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp340 IntlIterator_handlers.clone_obj = NULL; in intl_register_IntlIterator_class()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c406 Transliterator_handlers.clone_obj = Transliterator_clone_obj; in transliterator_register_Transliterator_class()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c440 …ResourceBundle_object_handlers.clone_obj = NULL; /* ICU ResourceBundle has no clone implementati… in resourcebundle_register_class()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp347 BreakIterator_handlers.clone_obj = BreakIterator_clone_obj; in breakiterator_register_BreakIterator_class()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp510 TimeZone_handlers.clone_obj = TimeZone_clone_obj; in timezone_register_IntlTimeZone_class()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp487 Calendar_handlers.clone_obj = Calendar_clone_obj; in calendar_register_IntlCalendar_class()
/PHP-5.5/ext/spl/
H A Dspl_heap.c1219 spl_handler_SplHeap.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()
1237 spl_handler_SplPriorityQueue.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()
H A Dspl_fixedarray.c1144 spl_handler_SplFixedArray.clone_obj = spl_fixedarray_object_clone; in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1406 spl_handler_SplDoublyLinkedList.clone_obj = spl_dllist_object_clone; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c757 helper_handlers.clone_obj = NULL; in php_com_persist_minit()
/PHP-5.5/ext/date/
H A Dphp_date.c2026 date_object_handlers_date.clone_obj = date_object_clone_date; in date_register_classes()
2051 date_object_handlers_immutable.clone_obj = date_object_clone_date; in date_register_classes()
2060 date_object_handlers_timezone.clone_obj = date_object_clone_timezone; in date_register_classes()
2086 date_object_handlers_interval.clone_obj = date_object_clone_interval; in date_register_classes()
2100 date_object_handlers_period.clone_obj = date_object_clone_period; in date_register_classes()
5013 if (Z_TYPE_P(zv) == IS_OBJECT && Z_OBJ_HANDLER_P(zv, clone_obj)) { in date_period_read_property()
5015 zend_object_value zov = Z_OBJ_HANDLER_P(zv, clone_obj)(zv TSRMLS_CC); in date_period_read_property()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c2258 sqlite3_object_handlers.clone_obj = NULL;
2264 sqlite3_stmt_object_handlers.clone_obj = NULL;
2270 sqlite3_result_object_handlers.clone_obj = NULL;
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c1321 xmlreader_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c1125 php_converter_object_handlers.clone_obj = php_converter_clone_object; in php_converter_minit()

Completed in 91 milliseconds

12