Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_directory.c186 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()
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()
[all …]

Completed in 11 milliseconds