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
399 new_object = spl_filesystem_object_new(old_object->ce); in spl_filesystem_object_clone()
484 intern = spl_filesystem_from_obj(spl_filesystem_object_new(ce)); in spl_filesystem_object_create_info()
520 intern = spl_filesystem_from_obj(spl_filesystem_object_new(ce)); in spl_filesystem_object_create_type()
549 intern = spl_filesystem_from_obj(spl_filesystem_object_new(ce)); in spl_filesystem_object_create_type()
2750 spl_ce_SplFileInfo->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()
2760 spl_ce_DirectoryIterator->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()
2764 spl_ce_FilesystemIterator->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()
2768 spl_ce_RecursiveDirectoryIterator->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()
2776 spl_ce_GlobIterator->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()
2782 spl_ce_SplFileObject->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()
2785 spl_ce_SplTempFileObject->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()