Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_array.c167 static zend_object_value spl_array_object_new_ex(zend_class_entry *class_type, spl_array_object **o… in spl_array_object_new_ex() function
279 return spl_array_object_new_ex(class_type, &tmp, NULL, 0 TSRMLS_CC); in spl_array_object_new()
293 new_obj_val = spl_array_object_new_ex(old_object->ce, &intern, zobject, 1 TSRMLS_CC); in spl_array_object_clone()
1329 …return_value->value.obj = spl_array_object_new_ex(intern->ce_get_iterator, &iterator, object, 0 TS… in SPL_METHOD()

Completed in 8 milliseconds