/PHP-8.1/ext/oci8/tests/ |
H A D | extauth_02.phpt | 2 Test External Authentication errors with oci_new_connect 21 $c = oci_new_connect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT); 48 $c = oci_new_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER); 66 $c = oci_new_connect('', '', 'anything', null, OCI_CRED_EXT); 75 $c = oci_new_connect('/', '', 'anything', null, OCI_CRED_EXT); 84 $c = oci_new_connect('/', null, 'anything', null, OCI_CRED_EXT); 93 $c = oci_new_connect('/', '', 'd', null, OCI_SYSDBA+OCI_CRED_EXT); 144 Warning: oci_new_connect(): ORA-12154: %s in %s on line %d 158 Warning: oci_new_connect(): ORA-12154: %s in %s on line %d 172 Warning: oci_new_connect(): ORA-%d: TNS:%s %s on line %d [all …]
|
H A D | drcp_newconnect.phpt | 2 DRCP: oci_new_connect() 13 // Open two connections with oci_new_connect 16 var_dump($c1 = oci_new_connect($user,$password,$dbase)); 21 var_dump($c2 = oci_new_connect($user,$password,$dbase));
|
H A D | connect_1.phpt | 2 oci_pconnect() & oci_new_connect() 18 var_dump($c2 = oci_new_connect($user, $password, $dbase)); 21 var_dump($c2 = oci_new_connect($user, $password));
|
H A D | connect_scope_try3.phpt | 2 Check oci_new_connect try/catch end-of-scope with old_oci_close_semantics Off 20 $c1 = oci_new_connect($user,$password,$dbase); 22 $c1 = oci_new_connect($user,$password); 37 $c = oci_new_connect($user,$password,$dbase); 39 $c = oci_new_connect($user,$password);
|
H A D | connect_scope_try4.phpt | 2 Check oci_new_connect try/catch end-of-scope with old_oci_close_semantics On 20 $c1 = oci_new_connect($user,$password,$dbase); 22 $c1 = oci_new_connect($user,$password); 37 $c = oci_new_connect($user,$password,$dbase); 39 $c = oci_new_connect($user,$password);
|
H A D | drcp_scope2.phpt | 2 DRCP: oci_new_connect() and oci_connect with scope end when oci8.old_oci_close_semantics OFF 18 // will not be reflected for oci_connect and oci_new_connect. 21 $c = oci_new_connect($user,$password,$dbase); 48 var_dump($conn1 = oci_new_connect($user,$password,$dbase)); 64 var_dump($conn1 = oci_new_connect($user,$password,$dbase));
|
H A D | drcp_scope1.phpt | 2 DRCP: oci_new_connect() and oci_connect() with scope end when oci8.old_oci_close_semantics ON 18 // will not be reflected for oci_connect and oci_new_connect. 21 $c = oci_new_connect($user,$password,$dbase); 48 var_dump($conn1 = oci_new_connect($user,$password,$dbase)); 64 var_dump($conn1 = oci_new_connect($user,$password,$dbase));
|
H A D | conn_attr_3.phpt | 28 // With oci_connect ,oci_pconnect ,oci_new_connect 50 var_dump($nconn1 = get_conn(3)); //oci_new_connect() 58 var_dump($nconn1 = get_conn(3)); //oci_new_connect() 83 Testing with oci_new_connect() 89 Testing with oci_new_connect()
|
H A D | drcp_privileged.phpt | 43 var_dump(oci_new_connect($user,$password,$dbase,false,OCI_SYSDBA)); 44 var_dump(oci_new_connect($user,$password,$dbase,false,OCI_SYSOPER)); 58 Warning: oci_new_connect(): ORA-01031: %s in %s on line %d 61 Warning: oci_new_connect(): ORA-01031: %s in %s on line %d
|
H A D | extauth_04.phpt | 25 $c = oci_new_connect('/', '', 'anything', null, OCI_CRED_EXT); 50 Warning: oci_new_connect(): External Authentication is not supported on Windows in %s on line %d
|
H A D | driver_name_11gR2.phpt | 35 echo "Testing with oci_new_connect()\n"; 36 $nc1=oci_new_connect($user,$password,$dbase); 62 Testing with oci_new_connect()
|
H A D | driver_name.phpt | 38 echo "Testing with oci_new_connect()\n"; 39 $nc1=oci_new_connect($user,$password,$dbase); 65 Testing with oci_new_connect()
|
H A D | connect_scope1.phpt | 18 $c1 = oci_new_connect($user,$password,$dbase); 20 $c1 = oci_new_connect($user,$password);
|
H A D | connect_scope2.phpt | 18 $c1 = oci_new_connect($user,$password,$dbase); 20 $c1 = oci_new_connect($user,$password);
|
H A D | edition_2.phpt | 50 // With oci_connect, oci_pconnect, oci_new_connect 78 $c3 = get_conn(3); //oci_new_connect() 180 Testing with oci_new_connect() 189 Testing with oci_new_connect() 216 Testing with oci_new_connect() 218 Warning: oci_new_connect(): ORA-38801: %s ORA_EDITION in %s on line %d 231 Testing with oci_new_connect()
|
H A D | connect_scope_try2.phpt | 20 $c1 = oci_new_connect($user,$password,$dbase); 22 $c1 = oci_new_connect($user,$password);
|
H A D | connect_scope_try6.phpt | 20 $c1 = oci_new_connect($user,$password,$dbase); 22 $c1 = oci_new_connect($user,$password);
|
H A D | connect_scope_try1.phpt | 20 $c1 = oci_new_connect($user,$password,$dbase); 22 $c1 = oci_new_connect($user,$password);
|
H A D | connect_scope_try5.phpt | 20 $c1 = oci_new_connect($user,$password,$dbase); 22 $c1 = oci_new_connect($user,$password);
|
H A D | conn_attr_1.phpt | 38 // With oci_connect, oci_pconnect, oci_new_connect 52 $conn3 = get_conn(3); //oci_new_connect() 93 Testing with oci_new_connect()
|
H A D | bug42134.phpt | 34 $c = oci_new_connect($user,$password,$dbase); 37 $c = oci_new_connect($user,$password);
|
H A D | conn_attr_5.phpt | 62 Testing with oci_new_connect() 70 Testing with oci_new_connect()
|
H A D | conn_attr.inc | 65 Default will give a oci_new_connect */ 82 echo "Testing with oci_new_connect()\n"; 83 return(oci_new_connect($user,$password,$dbase));
|
H A D | bug42841.phpt | 17 // note a oci_new_connect() occurs lower in the script 116 $c = oci_new_connect($user, $password, $dbase);
|
H A D | error_parse.phpt | 34 $c2 = oci_new_connect($user,$password,$dbase); 37 $c2 = oci_new_connect($user,$password);
|