Home
last modified time | relevance | path

Searched refs:oci_pconnect (Results 26 – 38 of 38) sorted by relevance

12

/PHP-5.5/ext/oci8/tests/
H A Dedition_2.phpt38 // With oci_connect, oci_pconnect, oci_new_connect
52 // With a oci_pconnect with a different charset.
53 $pc1 = oci_pconnect($user,$password,$dbase,"utf8");
69 $c4 = get_conn(2); //oci_pconnect()
166 Testing with oci_pconnect()
179 Testing with oci_pconnect()
H A Dlob_temp1.phpt18 $c = oci_pconnect($user, $password, $dbase);
H A Dstatement_cache.phpt15 $pc = oci_pconnect($user, $password, $dbase);
H A Dconn_attr_5.phpt59 Testing with oci_pconnect()
67 Testing with oci_pconnect()
H A Dlob_temp.phpt19 $c = oci_pconnect($user, $password, $dbase);
H A Derror_parse.phpt50 $c3 = oci_pconnect($user,$password,$dbase);
53 $c3 = oci_pconnect($user,$password);
H A Dlob_017.phpt13 $c = oci_pconnect($user, $password, $dbase);
H A Dconn_attr.inc80 echo "Testing with oci_pconnect()\n";
81 return(oci_pconnect($user,$password,$dbase));
H A Dreflection1.phpt41 reflection::export(new reflectionfunction('oci_pconnect'));
388 Function [ <internal%s> function oci_pconnect ] {
/PHP-5.5/ext/oci8/
H A Doci8.c781 PHP_FUNCTION(oci_pconnect);
874 PHP_FE(oci_pconnect, arginfo_oci_pconnect)
943 PHP_FALIAS(ociplogon, oci_pconnect, arginfo_oci_pconnect)
H A Doci8_interface.c1612 PHP_FUNCTION(oci_pconnect) argument
/PHP-5.5/
H A Dphp.ini-development1245 ; ping during oci_pconnect() to check the connection validity. When
1246 ; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
H A Dphp.ini-production1245 ; ping during oci_pconnect() to check the connection validity. When
1246 ; set to 0, each oci_pconnect() will cause a ping. Using -1 disables

Completed in 35 milliseconds

12