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
389 new_object = spl_filesystem_object_new(old_object->ce); in spl_filesystem_object_clone()
474 intern = spl_filesystem_from_obj(spl_filesystem_object_new(ce)); in spl_filesystem_object_create_info()
510 intern = spl_filesystem_from_obj(spl_filesystem_object_new(ce)); in spl_filesystem_object_create_type()
539 intern = spl_filesystem_from_obj(spl_filesystem_object_new(ce)); in spl_filesystem_object_create_type()
2729 spl_ce_SplFileInfo->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()
2739 spl_ce_DirectoryIterator->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()
2743 spl_ce_FilesystemIterator->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()
2755 spl_ce_GlobIterator->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()
2761 spl_ce_SplFileObject->create_object = spl_filesystem_object_new; in PHP_MINIT_FUNCTION()
[all …]

Completed in 13 milliseconds