element_typecode  187 ext/oci8/oci8_collection.c 					 (dvoid*) &(collection->element_typecode),
element_typecode  441 ext/oci8/oci8_collection.c 	switch(collection->element_typecode) {
element_typecode  465 ext/oci8/oci8_collection.c 			php_error_docref(NULL, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
element_typecode  518 ext/oci8/oci8_collection.c 	switch (collection->element_typecode) {
element_typecode  576 ext/oci8/oci8_collection.c 			php_error_docref(NULL, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
element_typecode  736 ext/oci8/oci8_collection.c 	switch(collection->element_typecode) {
element_typecode  760 ext/oci8/oci8_collection.c 			php_error_docref(NULL, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
element_typecode  205 ext/oci8/php_oci8_int.h 	OCITypeCode			 element_typecode;		/* element's typecode handle */