element_index     480 ext/oci8/oci8_collection.c 	OCIInd *element_index;
element_index     498 ext/oci8/oci8_collection.c 			 (dvoid **)&element_index
element_index     513 ext/oci8/oci8_collection.c 	if (*element_index == OCI_IND_NULL) {
element_index    2256 ext/oci8/oci8_interface.c 	zend_long element_index;
element_index    2260 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &element_index) == FAILURE) {
element_index    2265 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &z_collection, oci_coll_class_entry_ptr, &element_index) == FAILURE) {
element_index    2277 ext/oci8/oci8_interface.c 	if (php_oci_collection_element_get(collection, element_index, &value)) {
element_index    2330 ext/oci8/oci8_interface.c 	zend_long element_index;
element_index    2334 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &element_index, &value, &value_len) == FAILURE) {
element_index    2339 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ols", &z_collection, oci_coll_class_entry_ptr, &element_index, &value, &value_len) == FAILURE) {
element_index    2351 ext/oci8/oci8_interface.c 	if (php_oci_collection_element_set(collection, element_index, value, (int) value_len)) {