Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8_statement.c1511 zend_string *column_index_string; in php_oci_statement_get_column_helper() local
1519 Z_PARAM_STR_OR_LONG(column_index_string, column_index_int) in php_oci_statement_get_column_helper()
1532 if (column_index_string != NULL) { in php_oci_statement_get_column_helper()
1533 …ci_statement_get_column(statement, -1, ZSTR_VAL(column_index_string), (int) ZSTR_LEN(column_index_… in php_oci_statement_get_column_helper()
1535 php_error_docref(NULL, E_WARNING, "Invalid column name \"%s\"", ZSTR_VAL(column_index_string)); in php_oci_statement_get_column_helper()

Completed in 12 milliseconds