Home
last modified time | relevance | path

Searched refs:oci_connect (Results 26 – 42 of 42) sorted by relevance

12

/PHP-7.0/ext/oci8/tests/
H A Ddrcp_privileged.phpt40 var_dump(oci_connect($user,$password,$dbase,false,OCI_SYSDBA));
41 var_dump(oci_connect($user,$password,$dbase,false,OCI_SYSOPER));
51 Warning: oci_connect(): ORA-01031: %s in %s on line %d
54 Warning: oci_connect(): ORA-01031: %s in %s on line %d
H A Dconn_attr_1.phpt35 // With oci_connect, oci_pconnect, oci_new_connect
37 $conn1 = get_conn(1); //oci_connect()
66 Testing with oci_connect()
72 Testing with oci_connect()
H A Dpassword.phpt26 $c1 = oci_connect("testuser_pw", "testuserpwd", $dbase);
33 $c2 = oci_connect("testuser_pw", "testuserpwd2", $dbase);
38 $c3 = oci_connect("testuser_pw", "testuserpwd", $dbase);
H A Dextauth_04.phpt15 $c = oci_connect('/', '', 'anything', null, OCI_CRED_EXT);
46 Warning: oci_connect(): External Authentication is not supported on Windows in %s on line %d
H A Dclose.phpt12 oci_connect($user, $password, $dbase);
H A Dbug42134.phpt16 $c = oci_connect($user,$password,$dbase);
19 $c = oci_connect($user,$password);
H A Dconn_attr_5.phpt57 Testing with oci_connect()
65 Testing with oci_connect()
H A Dconn_attr.inc63 /* Pass $conn_type=1 for a connection with oci_connect()
74 echo "Testing with oci_connect()\n";
75 return(oci_connect($user,$password,$dbase));
H A Derror_parse.phpt18 $c1 = oci_connect($user,$password,$dbase);
21 $c1 = oci_connect($user,$password);
H A Dbug42841.phpt16 $c = oci_connect($user, $password, $dbase);
H A Dedition_1.phpt54 $conn = oci_connect($testuser,$testpassword,$dbase);
H A Dconn_attr_4.phpt45 $c1=oci_connect($testuser,$testpassword,$dbase);
H A Dreflection1.phpt39 reflection::export(new reflectionfunction('oci_connect'));
367 Function [ <internal%s> function oci_connect ] {
/PHP-7.0/ext/oci8/
H A Doci8.c656 PHP_FUNCTION(oci_connect);
751 PHP_FE(oci_connect, arginfo_oci_connect)
825 PHP_FALIAS(ocilogon, oci_connect, arginfo_oci_connect)
H A Doci8_interface.c1640 PHP_FUNCTION(oci_connect) in PHP_FUNCTION() argument
/PHP-7.0/
H A Dphp.ini-development1267 ; oci_connect() and oci_new_connect() connections.
H A Dphp.ini-production1267 ; oci_connect() and oci_new_connect() connections.

Completed in 42 milliseconds

12