z_collection_from 2289 ext/oci8/oci8_interface.c zval *tmp_dest, *tmp_from, *z_collection_dest = getThis(), *z_collection_from; z_collection_from 2293 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &z_collection_from, oci_coll_class_entry_ptr) == FAILURE) { z_collection_from 2298 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "OO", &z_collection_dest, oci_coll_class_entry_ptr, &z_collection_from, oci_coll_class_entry_ptr) == FAILURE) { z_collection_from 2308 ext/oci8/oci8_interface.c if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_collection_from), "collection", sizeof("collection")-1)) == NULL) {