stmttype 168 ext/oci8/oci8_statement.c statement2->stmttype = 0; stmttype 510 ext/oci8/oci8_statement.c if (!statement->stmttype) { stmttype 512 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)&statement->stmttype, (ub4 *)0, OCI_ATTR_STMT_TYPE, statement->err)); stmttype 523 ext/oci8/oci8_statement.c if (statement->stmttype == OCI_STMT_SELECT) { stmttype 555 ext/oci8/oci8_statement.c } else if (statement->stmttype != OCI_STMT_SELECT) { stmttype 569 ext/oci8/oci8_statement.c if (statement->stmttype == OCI_STMT_SELECT && statement->executed == 0) { stmttype 239 ext/oci8/php_oci8_int.h ub2 stmttype; /* statement type */