Home
last modified time | relevance | path

Searched refs:path (Results 176 – 200 of 678) sorted by path

12345678910>>...28

/PHP-5.5/ext/posix/tests/
H A Dposix_ttyname.phpt4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
H A Dposix_ttyname_error_wrongparams.phpt4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
/PHP-5.5/ext/pspell/
H A DREADME35 PATH is the path you specified for pspell libraries.
/PHP-5.5/ext/session/
H A Dmod_mm.c231 static int ps_mm_initialize(ps_mm *data, const char *path) in ps_mm_initialize() argument
234 data->mm = mm_create(0, path); in ps_mm_initialize()
H A Dsession.c1177 const char *path;
1181 path = SG(request_info).path_translated;
1182 if (path) {
1183 if (VCWD_STAT(path, &sb) == -1) {
1656 char *path = NULL, *domain = NULL;
1661 …zend_parse_parameters(argc TSRMLS_CC, "Z|ssbb", &lifetime, &path, &path_len, &domain, &domain_len,…
1669 if (path) {
1670 …zend_alter_ini_entry("session.cookie_path", sizeof("session.cookie_path"), path, path_len, PHP_INI…
2182 ZEND_ARG_INFO(0, path)
2220 ZEND_ARG_INFO(0, path)
/PHP-5.5/ext/session/tests/
H A Dbug32330.phpt16 function sOpen($path, $name)
18 echo "open: path = {$path}, name = {$name}\n";
71 open: path = /tmp, name = sid
76 open: path = /tmp, name = sid
81 open: path = /tmp, name = sid
H A Dbug60860.phpt17 Fatal error: session_start(): Failed to initialize storage module: user (path:%s) in %s on line 3
H A Dbug68063.phpt8 // Could also be set with a cookie like "PHPSESSID=; path=/"
H A Dsession_get_cookie_params_basic.phpt25 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, FALSE));
38 ["path"]=>
51 ["path"]=>
52 string(5) "/path"
64 ["path"]=>
H A Dsession_get_cookie_params_variation1.phpt27 ini_set("session.cookie_path", "/path");
44 ["path"]=>
56 ["path"]=>
68 ["path"]=>
69 string(5) "/path"
80 ["path"]=>
81 string(5) "/path"
92 ["path"]=>
93 string(5) "/path"
104 ["path"]=>
[all …]
H A Dsession_module_name_variation4.phpt23 $path = dirname(__FILE__);
24 session_save_path($path);
H A Dsession_save_path_basic.phpt15 * Prototype : string session_save_path([string $path])
16 * Description : Get and/or set the current session save path
H A Dsession_save_path_error.phpt15 * Prototype : string session_save_path([string $path])
16 * Description : Get and/or set the current session save path
H A Dsession_save_path_variation1.phpt15 * Prototype : string session_save_path([string $path])
16 * Description : Get and/or set the current session save path
H A Dsession_save_path_variation2.phpt14 * Prototype : string session_save_path([string $path])
15 * Description : Get and/or set the current session save path
H A Dsession_save_path_variation3.phpt14 * Prototype : string session_save_path([string $path])
15 * Description : Get and/or set the current session save path
H A Dsession_save_path_variation4.phpt16 * Prototype : string session_save_path([string $path])
17 * Description : Get and/or set the current session save path
54 Warning: ini_set(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
57 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on li…
59 Fatal error: session_start(): Failed to initialize storage module: files (path: ) in %s on line %d
H A Dsession_save_path_variation5.phpt17 * Prototype : string session_save_path([string $path])
18 * Description : Get and/or set the current session save path
51 Warning: ini_set(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
H A Dsession_set_cookie_params_basic.phpt11 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
H A Dsession_set_cookie_params_error.phpt11 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
H A Dsession_set_cookie_params_variation1.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
H A Dsession_set_cookie_params_variation2.phpt4 session.cookie_path=/path
13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
37 string(5) "/path"
H A Dsession_set_cookie_params_variation3.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
21 var_dump(session_set_cookie_params(3600, "/path", "blah"));
25 var_dump(session_set_cookie_params(3600, "/path", "guff"));
29 var_dump(session_set_cookie_params(3600, "/path", "foo"));
H A Dsession_set_cookie_params_variation4.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
21 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE));
25 var_dump(session_set_cookie_params(3600, "/path", "blah", TRUE));
29 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE));
H A Dsession_set_cookie_params_variation5.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
21 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, FALSE));
25 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, TRUE));
29 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, FALSE));

Completed in 111 milliseconds

12345678910>>...28