OCI_SYSDBA       1214 ext/oci8/oci8.c 	REGISTER_LONG_CONSTANT("OCI_SYSDBA",OCI_SYSDBA, CONST_CS | CONST_PERSISTENT);
OCI_SYSDBA       1815 ext/oci8/oci8.c 	if (session_mode & ~(OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) {
OCI_SYSDBA       1819 ext/oci8/oci8.c 	if (session_mode & (OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) {
OCI_SYSDBA       1820 ext/oci8/oci8.c 		if ((session_mode & OCI_SYSOPER) && (session_mode & OCI_SYSDBA)) {
OCI_SYSDBA       1837 ext/oci8/oci8.c 		if (session_mode & (OCI_SYSOPER | OCI_SYSDBA)) {
OCI_SYSDBA       1869 ext/oci8/oci8.c 	if ((session_mode & (OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) || (new_password_len)) {
OCI_SYSDBA        104 ext/oci8/php_oci8_int.h #if ((PHP_OCI_CRED_EXT == OCI_DEFAULT) || (PHP_OCI_CRED_EXT & (OCI_SYSOPER | OCI_SYSDBA)))