element_index     480 ext/oci8/oci8_collection.c 	OCIInd *element_index;
element_index     499 ext/oci8/oci8_collection.c 			 (dvoid **)&element_index
element_index     516 ext/oci8/oci8_collection.c 	if (*element_index == OCI_IND_NULL) {
element_index    2226 ext/oci8/oci8_interface.c 	long element_index;
element_index    2230 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &element_index) == FAILURE) {
element_index    2235 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Ol", &z_collection, oci_coll_class_entry_ptr, &element_index) == FAILURE) {
element_index    2247 ext/oci8/oci8_interface.c 	if (php_oci_collection_element_get(collection, element_index, &value TSRMLS_CC)) {
element_index    2302 ext/oci8/oci8_interface.c 	long element_index;
element_index    2306 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &element_index, &value, &value_len) == FAILURE) {
element_index    2311 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Ols", &z_collection, oci_coll_class_entry_ptr, &element_index, &value, &value_len) == FAILURE) {
element_index    2323 ext/oci8/oci8_interface.c 	if (php_oci_collection_element_set(collection, element_index, value, value_len TSRMLS_CC)) {