Home
last modified time | relevance | path

Searched refs:get_debug_info (Results 1 – 17 of 17) sorted by relevance

/PHP-7.1/ext/intl/tests/
H A Dbug76556.phpt2 Bug #76556 (get_debug_info handler for BreakIterator shows wrong type)
/PHP-7.1/Zend/
H A Dzend_object_handlers.h151 zend_object_get_debug_info_t get_debug_info; member
H A Dzend_types.h555 …define Z_OBJDEBUG(zval,tmp) (Z_OBJ_HANDLER((zval),get_debug_info)?Z_OBJ_HANDLER((zval),get_debug_…
H A Dzend_closures.c626 closure_handlers.get_debug_info = zend_closure_get_debug_info; in zend_register_closure_ce()
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_class.cpp180 debug_info_tz = Z_OBJ_HANDLER(ztz, get_debug_info)(&ztz, &is_tmp); in Calendar_get_debug_info()
469 Calendar_handlers.get_debug_info = Calendar_get_debug_info; in calendar_register_IntlCalendar_class()
/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp327 BreakIterator_handlers.get_debug_info = BreakIterator_get_debug_info; in breakiterator_register_BreakIterator_class()
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_class.cpp520 TimeZone_handlers.get_debug_info = TimeZone_get_debug_info; in timezone_register_IntlTimeZone_class()
/PHP-7.1/ext/spl/
H A Dspl_heap.c1210 spl_handler_SplHeap.get_debug_info = spl_heap_object_get_debug_info; in PHP_MINIT_FUNCTION()
1232 spl_handler_SplPriorityQueue.get_debug_info = spl_pqueue_object_get_debug_info; in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1399 spl_handler_SplDoublyLinkedList.get_debug_info = spl_dllist_object_get_debug_info; in PHP_MINIT_FUNCTION()
H A Dspl_observer.c1251 spl_handler_SplObjectStorage.get_debug_info = spl_object_storage_debug_info; in PHP_MINIT_FUNCTION()
H A Dspl_array.c1990 spl_handler_ArrayObject.get_debug_info = spl_array_get_debug_info; in PHP_MINIT_FUNCTION()
H A Dspl_directory.c3113 spl_filesystem_object_handlers.get_debug_info = spl_filesystem_object_get_debug_info; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c586 mysqli_object_handlers.get_debug_info = mysqli_object_get_debug_info; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/gmp/
H A Dgmp.c660 gmp_object_handlers.get_debug_info = gmp_get_debug_info; in ZEND_MINIT_FUNCTION()
/PHP-7.1/ext/dom/
H A Dphp_dom.c606 dom_object_handlers.get_debug_info = dom_get_debug_info; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/date/
H A Dphp_date.c2104 date_object_handlers_timezone.get_debug_info = date_object_get_debug_info_timezone; in date_register_classes()
/PHP-7.1/
H A DNEWS345 . Fixed bug #76556 (get_debug_info handler for BreakIterator shows wrong

Completed in 84 milliseconds