collection_from   502 ext/oci8/oci8.c 	ZEND_ARG_INFO(0, collection_from)
collection_from   625 ext/oci8/oci8.c 	ZEND_ARG_INFO(0, collection_from)
collection_from   771 ext/oci8/oci8_collection.c int php_oci_collection_assign(php_oci_collection *collection_dest, php_oci_collection *collection_from)
collection_from   776 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCICollAssign, (connection->env, connection->err, collection_from->collection, collection_dest->collection));
collection_from  2290 ext/oci8/oci8_interface.c 	php_oci_collection *collection_dest, *collection_from;
collection_from  2314 ext/oci8/oci8_interface.c 	PHP_OCI_ZVAL_TO_COLLECTION(tmp_from, collection_from);
collection_from  2316 ext/oci8/oci8_interface.c 	if (php_oci_collection_assign(collection_dest, collection_from)) {
collection_from   473 ext/oci8/php_oci8_int.h int php_oci_collection_assign(php_oci_collection *collection_dest, php_oci_collection *collection_from);