Home
last modified time | relevance | path

Searched refs:oci_new_connect (Results 26 – 34 of 34) sorted by path

12

/PHP-5.5/ext/oci8/tests/
H A Ddriver_name.phpt32 echo "Testing with oci_new_connect()\n";
33 $nc1=oci_new_connect($user,$password,$dbase);
59 Testing with oci_new_connect()
H A Dedition_1.phpt64 $conn2 = oci_new_connect('testuser','testuser',$dbase);
H A Dedition_2.phpt38 // With oci_connect, oci_pconnect, oci_new_connect
66 $c3 = get_conn(3); //oci_new_connect()
168 Testing with oci_new_connect()
177 Testing with oci_new_connect()
204 Testing with oci_new_connect()
206 Warning: oci_new_connect(): ORA-38801: %s ORA_EDITION in %s on line %d
219 Testing with oci_new_connect()
H A Derror_parse.phpt34 $c2 = oci_new_connect($user,$password,$dbase);
37 $c2 = oci_new_connect($user,$password);
H A Dextauth_02.phpt2 Test External Authentication errors with oci_new_connect
18 $c = oci_new_connect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
45 $c = oci_new_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
63 $c = oci_new_connect('', '', 'anything', null, OCI_CRED_EXT);
72 $c = oci_new_connect('/', '', 'anything', null, OCI_CRED_EXT);
81 $c = oci_new_connect('/', null, 'anything', null, OCI_CRED_EXT);
90 $c = oci_new_connect('/', '', 'c', null, OCI_SYSDBA+OCI_CRED_EXT);
143 Warning: oci_new_connect(): ORA-12154: %s in %s on line %d
157 Warning: oci_new_connect(): ORA-12154: %s in %s on line %d
171 Warning: oci_new_connect(): ORA-%d: TNS:%s %s on line %d
[all …]
H A Dextauth_04.phpt24 $c = oci_new_connect('/', '', 'anything', null, OCI_CRED_EXT);
49 Warning: oci_new_connect(): External Authentication is not supported on Windows in %s on line %d
H A Dreflection1.phpt40 reflection::export(new reflectionfunction('oci_new_connect'));
377 Function [ <internal%s> function oci_new_connect ] {
/PHP-5.5/
H A Dphp.ini-development1275 ; oci_connect() and oci_new_connect() connections.
H A Dphp.ini-production1275 ; oci_connect() and oci_new_connect() connections.

Completed in 42 milliseconds

12