Lines Matching refs:spl_filesystem_object_new
186 static zend_object *spl_filesystem_object_new(zend_class_entry *class_type) in spl_filesystem_object_new() function
393 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()
2762 spl_ce_RecursiveDirectoryIterator->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()
2779 spl_ce_SplTempFileObject->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()