Home
last modified time | relevance | path

Searched refs:element_index (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/oci8/
H A Doci8_interface.c2274 zend_long element_index; in PHP_FUNCTION() local
2278 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &element_index) == FAILURE) { in PHP_FUNCTION()
2283 …eters(ZEND_NUM_ARGS(), "Ol", &z_collection, oci_coll_class_entry_ptr, &element_index) == FAILURE) { in PHP_FUNCTION()
2295 if (php_oci_collection_element_get(collection, element_index, &value)) { in PHP_FUNCTION()
2348 zend_long element_index; in PHP_FUNCTION() local
2352 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &element_index, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
2357 …ers(ZEND_NUM_ARGS(), "Ols", &z_collection, oci_coll_class_entry_ptr, &element_index, &value, &valu… in PHP_FUNCTION()
2369 if (php_oci_collection_element_set(collection, element_index, value, (int) value_len)) { in PHP_FUNCTION()
H A Doci8_collection.c476 OCIInd *element_index; in php_oci_collection_element_get() local
494 (dvoid **)&element_index in php_oci_collection_element_get()
509 if (*element_index == OCI_IND_NULL) { in php_oci_collection_element_get()

Completed in 13 milliseconds