Searched refs:spl_filesystem_object_new (Results 1 – 1 of 1) sorted by relevance
186 static zend_object *spl_filesystem_object_new(zend_class_entry *class_type) in spl_filesystem_object_new() function393 new_object = spl_filesystem_object_new(old_object->ce); in spl_filesystem_object_clone()478 intern = spl_filesystem_from_obj(spl_filesystem_object_new(ce)); in spl_filesystem_object_create_info()514 intern = spl_filesystem_from_obj(spl_filesystem_object_new(ce)); in spl_filesystem_object_create_type()543 intern = spl_filesystem_from_obj(spl_filesystem_object_new(ce)); in spl_filesystem_object_create_type()2744 spl_ce_SplFileInfo->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()2754 spl_ce_DirectoryIterator->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()2758 spl_ce_FilesystemIterator->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()2770 spl_ce_GlobIterator->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()2776 spl_ce_SplFileObject->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()[all …]
Completed in 10 milliseconds