Home
last modified time | relevance | path

Searched refs:clone (Results 126 – 130 of 130) sorted by relevance

123456

/PHP-5.6/ext/opcache/
H A Dzend_accelerator_util_funcs.c781 zend_update_inherited_handler(clone);
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c4182 if (ce->clone) { in ZEND_METHOD()
4183 RETURN_BOOL(ce->clone->common.fn_flags & ZEND_ACC_PUBLIC); in ZEND_METHOD()
4188 if (ce->clone) { in ZEND_METHOD()
4189 RETURN_BOOL(ce->clone->common.fn_flags & ZEND_ACC_PUBLIC); in ZEND_METHOD()
/PHP-5.6/Zend/
H A Dzend_API.h187 class_container.clone = NULL; \
/PHP-5.6/ext/spl/
H A Dspl_directory.c381 if (intern->oth_handler && intern->oth_handler->clone) { in spl_filesystem_object_clone()
382 intern->oth_handler->clone(source, intern TSRMLS_CC); in spl_filesystem_object_clone()
/PHP-5.6/
H A DNEWS3153 . Fixed bug #51936 (Crash with clone XMLReader). (Mike)
5985 . Implemented clone functionality for number, date & message formatters.
7763 - Fixed bug #46849 (Cloning DOMDocument doesn't clone the properties). (Rob)
8679 - Fixed bug #42818 ($foo = clone(array()); leaks memory). (Dmitry)
8680 - Fixed bug #42817 (clone() on a non-object does not result in a fatal
10285 - Fixed bug #36941 (ArrayIterator does not clone itself). (Marcus)
10410 - Fixed bug #36071 (Engine Crash related with 'clone'). (Dmitry)
11149 - Fixed bug #32930 (class extending DOMDocument doesn't clone properly). (Rob)
11340 - Fixed bug #27268 (Bad references accentuated by clone). (Dmitry)
11410 - Fixed bug #31878 (Segmentation fault using clone keyword on nodes). (Rob)
[all …]

Completed in 97 milliseconds

123456