Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8_collection.c480 OCIInd *element_index; in php_oci_collection_element_get() local
498 (dvoid **)&element_index in php_oci_collection_element_get()
513 if (*element_index == OCI_IND_NULL) { in php_oci_collection_element_get()
H A Doci8_interface.c2366 zend_long element_index; in PHP_FUNCTION() local
2370 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &element_index) == FAILURE) { in PHP_FUNCTION()
2375 …eters(ZEND_NUM_ARGS(), "Ol", &z_collection, oci_coll_class_entry_ptr, &element_index) == FAILURE) { in PHP_FUNCTION()
2387 if (php_oci_collection_element_get(collection, element_index, &value)) { in PHP_FUNCTION()
2440 zend_long element_index; in PHP_FUNCTION() local
2444 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &element_index, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
2449 …ers(ZEND_NUM_ARGS(), "Ols", &z_collection, oci_coll_class_entry_ptr, &element_index, &value, &valu… in PHP_FUNCTION()
2461 if (php_oci_collection_element_set(collection, element_index, value, (int) value_len)) { in PHP_FUNCTION()

Completed in 12 milliseconds