Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/tests/
H A Dbug76556.phpt2 Bug #76556 (get_debug_info handler for BreakIterator shows wrong type)
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp182 debug_info_tz = Z_OBJ_HANDLER(ztz, get_debug_info)(&ztz, &is_tmp); in Calendar_get_debug_info()
456 Calendar_handlers.get_debug_info = Calendar_get_debug_info; in calendar_register_IntlCalendar_class()
/PHP-7.4/Zend/
H A Dzend_object_handlers.h180 zend_object_get_debug_info_t get_debug_info; /* optional */ member
H A Dzend_closures.c672 closure_handlers.get_debug_info = zend_closure_get_debug_info; in zend_register_closure_ce()
H A Dzend_object_handlers.c1882 if (Z_OBJ_HT_P(obj)->get_debug_info) { in zend_std_get_properties_for()
1884 ht = Z_OBJ_HT_P(obj)->get_debug_info(obj, &is_temp); in zend_std_get_properties_for()
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp325 BreakIterator_handlers.get_debug_info = BreakIterator_get_debug_info; in breakiterator_register_BreakIterator_class()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp517 TimeZone_handlers.get_debug_info = TimeZone_get_debug_info; in timezone_register_IntlTimeZone_class()
/PHP-7.4/
H A DUPGRADING.INTERNALS95 get_debug_info() is superseded by get_properties_for() with the
/PHP-7.4/ext/mysqli/
H A Dmysqli.c588 mysqli_object_handlers.get_debug_info = mysqli_object_get_debug_info; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/ffi/
H A Dffi.c5045 zend_ffi_handlers.get_debug_info = NULL;
5079 zend_ffi_cdata_handlers.get_debug_info = zend_ffi_cdata_get_debug_info;
5102 zend_ffi_cdata_value_handlers.get_debug_info = zend_ffi_cdata_get_debug_info;
5126 zend_ffi_cdata_free_handlers.get_debug_info = zend_ffi_free_get_debug_info;
5156 zend_ffi_ctype_handlers.get_debug_info = zend_ffi_ctype_get_debug_info;
/PHP-7.4/ext/dom/
H A Dphp_dom.c605 dom_object_handlers.get_debug_info = dom_get_debug_info; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/gmp/
H A Dgmp.c669 gmp_object_handlers.get_debug_info = gmp_get_debug_info; in ZEND_MINIT_FUNCTION()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2728 sxe_object_handlers.get_debug_info = sxe_get_debug_info; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/date/
H A Dphp_date.c2167 date_object_handlers_timezone.get_debug_info = date_object_get_debug_info_timezone; in date_register_classes()

Completed in 80 milliseconds