Home
last modified time | relevance | path

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

/PHP-5.6/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
172 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()
346 new_obj_val = spl_filesystem_object_new_ex(old_object->ce, &intern TSRMLS_CC); in spl_filesystem_object_clone()
451 return_value->value.obj = spl_filesystem_object_new_ex(ce, &intern TSRMLS_CC); in spl_filesystem_object_create_info()
494 return_value->value.obj = spl_filesystem_object_new_ex(ce, &intern TSRMLS_CC); in spl_filesystem_object_create_type()
515 return_value->value.obj = spl_filesystem_object_new_ex(ce, &intern TSRMLS_CC); in spl_filesystem_object_create_type()

Completed in 11 milliseconds