Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_directory.c188 static zend_object *spl_filesystem_object_new_ex(zend_class_entry *class_type) in spl_filesystem_object_new_ex() function
211 return spl_filesystem_object_new_ex(class_type); in spl_filesystem_object_new()
401 new_object = spl_filesystem_object_new_ex(old_object->ce); in spl_filesystem_object_clone()
491 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_info()
527 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_type()
556 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_type()

Completed in 20 milliseconds