Searched refs:spl_filesystem_object_new_ex (Results 1 – 1 of 1) sorted by relevance
154 static zend_object *spl_filesystem_object_new_ex(zend_class_entry *class_type) in spl_filesystem_object_new_ex() function175 return spl_filesystem_object_new_ex(class_type); in spl_filesystem_object_new()182 spl_filesystem_object *ret = spl_filesystem_from_obj(spl_filesystem_object_new_ex(class_type)); in spl_filesystem_object_new_check()359 new_object = spl_filesystem_object_new_ex(old_object->ce); in spl_filesystem_object_clone()463 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_info()507 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_type()529 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_type()
Completed in 13 milliseconds