Searched refs:spl_set_private_debug_info_property (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/spl/ |
H A D | spl_functions.h | 32 void spl_set_private_debug_info_property(const zend_class_entry *ce, const char *property, size_t p…
|
H A D | spl_functions.c | 80 void spl_set_private_debug_info_property( in spl_set_private_debug_info_property() function
|
H A D | spl_heap.c | 530 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 D | spl_directory.c | 621 …spl_set_private_debug_info_property(spl_ce_SplFileInfo, "pathName", strlen("pathName"), debug_info… in spl_filesystem_object_get_debug_info() 635 …spl_set_private_debug_info_property(spl_ce_SplFileInfo, "fileName", strlen("fileName"), debug_info… in spl_filesystem_object_get_debug_info() 644 …spl_set_private_debug_info_property(spl_ce_DirectoryIterator, "glob", strlen("glob"), debug_info, … in spl_filesystem_object_get_debug_info() 651 …spl_set_private_debug_info_property(spl_ce_RecursiveDirectoryIterator, "subPathName", strlen("subP… in spl_filesystem_object_get_debug_info() 655 …spl_set_private_debug_info_property(spl_ce_SplFileObject, "openMode", strlen("openMode"), debug_in… in spl_filesystem_object_get_debug_info() 658 …spl_set_private_debug_info_property(spl_ce_SplFileObject, "delimiter", strlen("delimiter"), debug_… in spl_filesystem_object_get_debug_info() 661 …spl_set_private_debug_info_property(spl_ce_SplFileObject, "enclosure", strlen("enclosure"), debug_… in spl_filesystem_object_get_debug_info()
|
H A D | spl_dllist.c | 440 …spl_set_private_debug_info_property(spl_ce_SplDoublyLinkedList, "flags", strlen("flags"), debug_in… in spl_dllist_object_get_debug_info() 457 …spl_set_private_debug_info_property(spl_ce_SplDoublyLinkedList, "dllist", strlen("dllist"), debug_… in spl_dllist_object_get_debug_info()
|
H A D | spl_observer.c | 349 …spl_set_private_debug_info_property(spl_ce_SplObjectStorage, "storage", strlen("storage"), debug_i… in spl_object_storage_debug_info()
|
H A D | spl_array.c | 790 …spl_set_private_debug_info_property(base_class_ce, "storage", strlen("storage"), debug_info, stora… in spl_array_get_debug_info()
|
Completed in 39 milliseconds