OCI_SYSDBA       1208 ext/oci8/oci8.c 	REGISTER_LONG_CONSTANT("OCI_SYSDBA",OCI_SYSDBA, CONST_CS | CONST_PERSISTENT);
OCI_SYSDBA       1811 ext/oci8/oci8.c 	if (session_mode & ~(OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) {
OCI_SYSDBA       1815 ext/oci8/oci8.c 	if (session_mode & (OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) {
OCI_SYSDBA       1816 ext/oci8/oci8.c 		if ((session_mode & OCI_SYSOPER) && (session_mode & OCI_SYSDBA)) {
OCI_SYSDBA       1833 ext/oci8/oci8.c 		if (session_mode & (OCI_SYSOPER | OCI_SYSDBA)) {
OCI_SYSDBA       1865 ext/oci8/oci8.c 	if ((session_mode & (OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) || (new_password_len)) {
OCI_SYSDBA        111 ext/oci8/php_oci8_int.h #if ((PHP_OCI_CRED_EXT == OCI_DEFAULT) || (PHP_OCI_CRED_EXT & (OCI_SYSOPER | OCI_SYSDBA)))