Searched refs:spl_filesystem_object_new_ex (Results 1 – 1 of 1) sorted by relevance
147 static zend_object_value spl_filesystem_object_new_ex(zend_class_entry *class_type, spl_filesystem_… in spl_filesystem_object_new_ex() function172 return spl_filesystem_object_new_ex(class_type, NULL TSRMLS_CC); in spl_filesystem_object_new()179 zend_object_value ret = spl_filesystem_object_new_ex(class_type, NULL TSRMLS_CC); in spl_filesystem_object_new_check()343 new_obj_val = spl_filesystem_object_new_ex(old_object->ce, &intern TSRMLS_CC); in spl_filesystem_object_clone()448 return_value->value.obj = spl_filesystem_object_new_ex(ce, &intern TSRMLS_CC); in spl_filesystem_object_create_info()491 return_value->value.obj = spl_filesystem_object_new_ex(ce, &intern TSRMLS_CC); in spl_filesystem_object_create_type()512 return_value->value.obj = spl_filesystem_object_new_ex(ce, &intern TSRMLS_CC); in spl_filesystem_object_create_type()
Completed in 11 milliseconds