Searched refs:column_index_int (Results 1 – 1 of 1) sorted by relevance
1524 zend_long column_index_int; in php_oci_statement_get_column_helper() local1531 Z_PARAM_STR_OR_LONG(column_index_string, column_index_int) in php_oci_statement_get_column_helper()1551 column = php_oci_statement_get_column(statement, column_index_int, NULL, 0); in php_oci_statement_get_column_helper()1554 … php_error_docref(NULL, E_WARNING, "Invalid column index \"" ZEND_LONG_FMT "\"", column_index_int); in php_oci_statement_get_column_helper()
Completed in 6 milliseconds