Home
last modified time | relevance | path

Searched refs:spl_filesystem_object_new_ex (Results 1 – 1 of 1) sorted by last modified time

/PHP-5.3/ext/spl/
H A Dspl_directory.c147 static zend_object_value spl_filesystem_object_new_ex(zend_class_entry *class_type, spl_filesystem_… in spl_filesystem_object_new_ex() function
173 return spl_filesystem_object_new_ex(class_type, NULL TSRMLS_CC); in spl_filesystem_object_new()
180 zend_object_value ret = spl_filesystem_object_new_ex(class_type, NULL TSRMLS_CC); in spl_filesystem_object_new_check()
344 new_obj_val = spl_filesystem_object_new_ex(old_object->ce, &intern TSRMLS_CC); in spl_filesystem_object_clone()
449 return_value->value.obj = spl_filesystem_object_new_ex(ce, &intern TSRMLS_CC); in spl_filesystem_object_create_info()
492 return_value->value.obj = spl_filesystem_object_new_ex(ce, &intern TSRMLS_CC); in spl_filesystem_object_create_type()
513 return_value->value.obj = spl_filesystem_object_new_ex(ce, &intern TSRMLS_CC); in spl_filesystem_object_create_type()

Completed in 12 milliseconds