Home
last modified time | relevance | path

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

/PHP-8.3/ext/oci8/
H A Doci8_statement.c1523 zend_string *column_index_string; in php_oci_statement_get_column_helper() local
1531 Z_PARAM_STR_OR_LONG(column_index_string, column_index_int) in php_oci_statement_get_column_helper()
1544 if (column_index_string != NULL) { in php_oci_statement_get_column_helper()
1545 …ci_statement_get_column(statement, -1, ZSTR_VAL(column_index_string), (int) ZSTR_LEN(column_index_… in php_oci_statement_get_column_helper()
1547 php_error_docref(NULL, E_WARNING, "Invalid column name \"%s\"", ZSTR_VAL(column_index_string)); in php_oci_statement_get_column_helper()

Completed in 7 milliseconds