Home
last modified time | relevance | path

Searched refs:oci_connect (Results 26 – 43 of 43) sorted by last modified time

12

/PHP-5.5/ext/oci8/tests/
H A Dconn_attr.inc65 /* Pass $conn_type=1 for a connection with oci_connect()
76 echo "Testing with oci_connect()\n";
77 return(oci_connect($user,$password,$dbase));
H A Dconn_attr_1.phpt33 // With oci_connect, oci_pconnect, oci_new_connect
35 $conn1 = get_conn(1); //oci_connect()
64 Testing with oci_connect()
70 Testing with oci_connect()
H A Dconn_attr_5.phpt54 Testing with oci_connect()
62 Testing with oci_connect()
H A Dconnect.phpt2 oci_connect()
11 var_dump(oci_connect($user, $password, $dbase));
14 var_dump(oci_connect($user, $password));
H A Dconnect_scope1.phpt2 Test oci_connect end-of-scope when statement returned
26 echo "Test 1 - oci_connect\n";
33 $c = oci_connect($user,$password,$dbase);
35 $c = oci_connect($user,$password);
72 Test 1 - oci_connect
H A Dconnect_scope_try1.phpt2 Check oci_connect try/catch end-of-scope with old_oci_close_semantics Off
37 $c = oci_connect($user,$password,$dbase);
39 $c = oci_connect($user,$password);
H A Dconnect_scope_try2.phpt2 Check oci_connect try/catch end-of-scope with old_oci_close_semantics On
37 $c = oci_connect($user,$password,$dbase);
39 $c = oci_connect($user,$password);
H A Dconnect_with_charset_001.phpt2 oci_connect() with invalid character set
10 var_dump($c1 = oci_connect($user, $password, $dbase));
11 var_dump($c2 = oci_connect($user, $password, $dbase, ""));
12 var_dump($c3 = oci_connect($user, $password, $dbase, "blah"));
13 var_dump($c4 = oci_connect($user, $password, $dbase, "obviously wrong"));
17 var_dump($c5 = oci_connect($user, $password, $dbase, "US7ASCII"));
18 var_dump($c6 = oci_connect($user, $password, $dbase, "UTF8"));
28 Warning: oci_connect(): Invalid character set name: blah in %s on line %d
31 Warning: oci_connect(): Invalid character set name: obviously wrong in %s on line %d
H A Dconnect_without_oracle_home.phpt2 oci_connect() without ORACLE_HOME set (OCIServerAttach() segfaults)
26 var_dump(oci_connect($user, $password, $dbase));
29 var_dump(oci_connect($user, $password));
36 Warning: oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - pleas…
H A Dconnect_without_oracle_home_11.phpt2 oci_connect() without ORACLE_HOME set (OCIServerAttach() segfaults)
25 var_dump(oci_connect($user, $password, $dbase));
28 var_dump(oci_connect($user, $password));
35 Warning: oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - pleas…
37 Warning: oci_connect(): Error while trying to retrieve text for error ORA-01804
H A Dbug42134.phpt16 $c = oci_connect($user,$password,$dbase);
19 $c = oci_connect($user,$password);
H A Dbug42841.phpt16 $c = oci_connect($user, $password, $dbase);
H A Dclose.phpt12 oci_connect($user, $password, $dbase);
H A Dconnect.inc6 $c = @oci_connect($user, $password, $dbase);
9 $c = @oci_connect($user, $password);
H A Derror1.phpt2 oci_error() when oci_connect() fails
8 var_dump(oci_connect("some", "some", "some"));
15 Warning: oci_connect(): ORA-12154: %s in %s on line %d
/PHP-5.5/ext/oci8/
H A Doci8.c779 PHP_FUNCTION(oci_connect);
872 PHP_FE(oci_connect, arginfo_oci_connect)
941 PHP_FALIAS(ocilogon, oci_connect, arginfo_oci_connect)
H A Doci8_interface.c1604 PHP_FUNCTION(oci_connect) argument
/PHP-5.5/
H A DNEWS4803 . Fixed bug #51610 (Using oci_connect causes PHP to take a long time to
5871 . Fixed PECL Bug #16035 (OCI8: oci_connect without ORACLE_HOME defined causes

Completed in 139 milliseconds

12