Home
last modified time | relevance | path

Searched refs:spl_set_private_debug_info_property (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/spl/
H A Dspl_functions.h32 void spl_set_private_debug_info_property(const zend_class_entry *ce, const char *property, size_t p…
H A Dspl_functions.c80 void spl_set_private_debug_info_property( in spl_set_private_debug_info_property() function
H A Dspl_heap.c530 spl_set_private_debug_info_property(ce, "flags", strlen("flags"), debug_info, &tmp); in spl_heap_object_get_debug_info()
533 spl_set_private_debug_info_property(ce, "isCorrupted", strlen("isCorrupted"), debug_info, &tmp); in spl_heap_object_get_debug_info()
550 spl_set_private_debug_info_property(ce, "heap", strlen("heap"), debug_info, &heap_array); in spl_heap_object_get_debug_info()
H A Dspl_directory.c621spl_set_private_debug_info_property(spl_ce_SplFileInfo, "pathName", strlen("pathName"), debug_info… in spl_filesystem_object_get_debug_info()
635spl_set_private_debug_info_property(spl_ce_SplFileInfo, "fileName", strlen("fileName"), debug_info… in spl_filesystem_object_get_debug_info()
644spl_set_private_debug_info_property(spl_ce_DirectoryIterator, "glob", strlen("glob"), debug_info, … in spl_filesystem_object_get_debug_info()
651spl_set_private_debug_info_property(spl_ce_RecursiveDirectoryIterator, "subPathName", strlen("subP… in spl_filesystem_object_get_debug_info()
655spl_set_private_debug_info_property(spl_ce_SplFileObject, "openMode", strlen("openMode"), debug_in… in spl_filesystem_object_get_debug_info()
658spl_set_private_debug_info_property(spl_ce_SplFileObject, "delimiter", strlen("delimiter"), debug_… in spl_filesystem_object_get_debug_info()
661spl_set_private_debug_info_property(spl_ce_SplFileObject, "enclosure", strlen("enclosure"), debug_… in spl_filesystem_object_get_debug_info()
H A Dspl_dllist.c440spl_set_private_debug_info_property(spl_ce_SplDoublyLinkedList, "flags", strlen("flags"), debug_in… in spl_dllist_object_get_debug_info()
457spl_set_private_debug_info_property(spl_ce_SplDoublyLinkedList, "dllist", strlen("dllist"), debug_… in spl_dllist_object_get_debug_info()
H A Dspl_observer.c349spl_set_private_debug_info_property(spl_ce_SplObjectStorage, "storage", strlen("storage"), debug_i… in spl_object_storage_debug_info()
H A Dspl_array.c790spl_set_private_debug_info_property(base_class_ce, "storage", strlen("storage"), debug_info, stora… in spl_array_get_debug_info()

Completed in 39 milliseconds