Home
last modified time | relevance | path

Searched refs:session (Results 226 – 250 of 287) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/session/tests/
H A Dsessionhandler_open_001.phpt8 ini_set('session.save_handler', 'files');
H A Dbug53141.phpt2 Bug #53141 (autoload misbehaves if called from closing session)
H A Dsession_cache_limiter_error.phpt13 * Source code : ext/session/session.c
H A Dsession_encode_serialize.phpt9 ini_set('session.serialize_handler', 'php_serialize');
H A Dsession_set_cookie_params_error.phpt12 * Description : Set the session cookie parameters
13 * Source code : ext/session/session.c
H A Dbug24592.phpt7 session.save_handler=files
H A Dsession_destroy_error.phpt12 * Description : Destroys all data registered to a session
13 * Source code : ext/session/session.c
H A Dsession_get_cookie_params_error.phpt12 * Description : Get the session cookie parameters
13 * Source code : ext/session/session.c
H A Dsession_encode_error.phpt12 * Description : Encodes the current session data as a string
13 * Source code : ext/session/session.c
H A Dsession_encode_error2.phpt12 * Description : Encodes the current session data as a string
13 * Source code : ext/session/session.c
H A Dsession_set_save_handler_error.phpt12 * Description : Sets user-level session storage functions
13 * Source code : ext/session/session.c
/PHP-5.5/ext/reflection/tests/
H A DReflectionExtension_getDependencies_variation2.phpt13 ["session"]=>
/PHP-5.5/ext/oci8/tests/
H A Dconn_attr.inc55 $sel_stmt="select " .$attr. " from v\$session where sid =
56 (select sid from v\$session where audsid =
131 $sel_stmt="select " .$attr. " from v\$session where sid =
132 (select sid from v\$session where audsid = sys_context('userenv','sessionid')) order by 1";
H A Ddrcp_connect1.phpt18 // whether we get a used session with DRCP.
20 // session and query for this through another connection
61 // Second connection with oci_pconnect should return the same session hence the
H A Dprivileged_connect1.phpt24 Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
H A Dprivileged_connect.phpt22 Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
H A Darray_bind_013.phpt10 $statement = oci_parse($c, 'SELECT user FROM v$session');
/PHP-5.5/ext/pcre/tests/
H A D005.phpt18 /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c: In function `ps_read_files':
19 /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c:302: warning: implicit declaration of function `pr…
20 /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c: In function `ps_write_files':
157 [0] => /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c: In function `ps_read_files':
159 [1] => /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c: In function `ps_read_files':
161 [2] => /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c
164 [5] => /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c
172 [0] => /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c: In function `ps_write_files':
174 [1] => /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c: In function `ps_write_files':
176 [2] => /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c
[all …]
/PHP-5.5/ext/pdo_oci/
H A Doci_driver.c207 if (H->session) { in oci_handle_closer()
208 OCIHandleFree(H->session, OCI_HTYPE_SESSION); in oci_handle_closer()
209 H->session = NULL; in oci_handle_closer()
648 H->last_err = OCIHandleAlloc(H->env, (dvoid**)&H->session, OCI_HTYPE_SESSION, 0, NULL); in pdo_oci_handle_factory()
663 H->last_err = OCIAttrSet(H->session, OCI_HTYPE_SESSION, in pdo_oci_handle_factory()
674 H->last_err = OCIAttrSet(H->session, OCI_HTYPE_SESSION, in pdo_oci_handle_factory()
684 H->last_err = OCISessionBegin(H->svc, H->err, H->session, OCI_CRED_RDBMS, OCI_DEFAULT); in pdo_oci_handle_factory()
691 H->last_err = OCIAttrSet(H->svc, OCI_HTYPE_SVCCTX, H->session, 0, OCI_ATTR_SESSION, H->err); in pdo_oci_handle_factory()
H A Dphp_pdo_oci_int.h33 OCISession *session; member
/PHP-5.5/ext/posix/tests/
H A Dposix_getsid.phpt4 Get the current session id of a process pid (POSIX.1, 4.2.1)
/PHP-5.5/sapi/cli/tests/
H A D006.phpt6 if (!extension_loaded("reflection") || !extension_loaded("session")) {
7 die("skip reflection and session extensions required");
/PHP-5.5/ext/ldap/tests/
H A Dldap_connect_error.phpt27 Warning: ldap_connect(): Could not create session handle: %s in %s on line %d
/PHP-5.5/ext/pspell/tests/
H A D002.phpt2 pspell session
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_001.phpt11 * Description: Perform a cURL session

Completed in 27 milliseconds

12345678910>>...12