Home
last modified time | relevance | path

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

12

/PHP-5.3/ext/intl/collator/
H A Dcollator_class.c150 Collator_handlers.clone_obj = NULL; in collator_register_Collator_class()
/PHP-5.3/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.h117 zend_object_clone_obj_t clone_obj; member
H A Dzend_closures.c328 closure_handlers.clone_obj = NULL; in zend_register_closure_ce()
H A Dzend_exceptions.c692 default_exception_handlers.clone_obj = NULL; in zend_register_default_exception()
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_class.c173 MessageFormatter_handlers.clone_obj = MessageFormatter_object_clone; in msgformat_register_class()
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_class.c198 IntlDateFormatter_handlers.clone_obj = IntlDateFormatter_object_clone; in dateformat_register_IntlDateFormatter_class()
/PHP-5.3/ext/intl/formatter/
H A Dformatter_class.c207 NumberFormatter_handlers.clone_obj = NumberFormatter_object_clone; in formatter_register_class()
/PHP-5.3/ext/xsl/
H A Dphp_xsl.c159 xsl_object_handlers.clone_obj = NULL; in PHP_INI_END()
/PHP-5.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c434 …ResourceBundle_object_handlers.clone_obj = NULL; /* ICU ResourceBundle has no clone implementati… in resourcebundle_register_class()
/PHP-5.3/ext/spl/
H A Dspl_heap.c1216 spl_handler_SplHeap.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()
1234 spl_handler_SplPriorityQueue.clone_obj = spl_heap_object_clone; in PHP_MINIT_FUNCTION()
H A Dspl_fixedarray.c1096 spl_handler_SplFixedArray.clone_obj = spl_fixedarray_object_clone; in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1227 spl_handler_SplDoublyLinkedList.clone_obj = spl_dllist_object_clone; in PHP_MINIT_FUNCTION()
H A Dspl_observer.c1205 spl_handler_SplObjectStorage.clone_obj = spl_object_storage_clone; in PHP_MINIT_FUNCTION()
H A Dspl_iterators.c3528 spl_handlers_rec_it_it.clone_obj = NULL; in PHP_MINIT_FUNCTION()
3533 spl_handlers_dual_it.clone_obj = NULL; in PHP_MINIT_FUNCTION()
H A Dspl_array.c2023 spl_handler_ArrayObject.clone_obj = spl_array_object_clone; in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/com_dotnet/
H A Dcom_persist.c769 helper_handlers.clone_obj = NULL; in php_com_persist_minit()
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c2228 sqlite3_object_handlers.clone_obj = NULL;
2234 sqlite3_stmt_object_handlers.clone_obj = NULL;
2240 sqlite3_result_object_handlers.clone_obj = NULL;
/PHP-5.3/ext/date/
H A Dphp_date.c1975 date_object_handlers_date.clone_obj = date_object_clone_date; in date_register_classes()
1999 date_object_handlers_timezone.clone_obj = date_object_clone_timezone; in date_register_classes()
2023 date_object_handlers_interval.clone_obj = date_object_clone_interval; in date_register_classes()
2036 date_object_handlers_period.clone_obj = date_object_clone_period; in date_register_classes()
4524 if (Z_TYPE_P(zv) == IS_OBJECT && Z_OBJ_HANDLER_P(zv, clone_obj)) { in date_period_read_property()
4526 zend_object_value zov = Z_OBJ_HANDLER_P(zv, clone_obj)(zv TSRMLS_CC); in date_period_read_property()
/PHP-5.3/ext/mysqli/
H A Dmysqli.c596 mysqli_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/xmlwriter/
H A Dphp_xmlwriter.c1963 xmlwriter_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/tidy/
H A Dtidy.c97 tidy_object_handlers_ ## name.clone_obj = NULL; \
/PHP-5.3/ext/dom/
H A Dphp_dom.c668 dom_object_handlers.clone_obj = dom_objects_store_clone_obj; in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/zip/
H A Dphp_zip.c2787 zip_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c2372 pdo_dbstmt_object_handlers.clone_obj = dbstmt_clone_obj; in pdo_stmt_init()

Completed in 131 milliseconds

12