Home
last modified time | relevance | path

Searched refs:path (Results 601 – 625 of 678) sorted by relevance

1...<<2122232425262728

/PHP-5.5/ext/session/
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/oci8/
H A Dconfig.m4102 dnl --with-oci8=shared,instantclient,/path/to/client/dir/lib
104 dnl --with-oci8=shared,/path/to/oracle/home
107 Use --with-oci8=instantclient,/path/to/instant/client/lib
/PHP-5.5/ext/opcache/
H A DREADME32 zend_extension=/...full path.../opcache.so
167 to a new line. The filename may be a full path or just a file prefix
213 Allows calling OPcache API functions only from PHP scripts which path is
H A DZendAccelerator.c112 static char *accel_php_resolve_path(const char *filename, int filename_length, const char *path TSR…
1694 static char *accel_tsrm_realpath(const char *path, int path_len TSRMLS_DC) argument
1702 if (!*path) {
1711 path = cwd;
1713 } else if (!IS_ABSOLUTE_PATH(path, path_len) &&
1734 if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)) {
1745 static char *accel_php_resolve_path(const char *filename, int filename_length, const char *path TSR…
1758 !path ||
1759 !*path) {
1763 ptr = path;
/PHP-5.5/
H A Dphp.ini-development699 ; http://php.net/include-path
847 ; ... or with a path:
849 ; extension=/path/to/extension/msql.so
1000 ; http://php.net/sendmail-path
1364 ; The path can be defined as:
1366 ; session.save_path = "N;/path"
1382 ; session.save_path = "N;MODE;/path"
1386 ; http://php.net/session.save-path
1423 ; The path for which the cookie is valid.
1424 ; http://php.net/session.cookie-path
[all …]
H A Dphp.ini-production699 ; http://php.net/include-path
847 ; ... or with a path:
849 ; extension=/path/to/extension/msql.so
1000 ; http://php.net/sendmail-path
1364 ; The path can be defined as:
1366 ; session.save_path = "N;/path"
1382 ; session.save_path = "N;MODE;/path"
1386 ; http://php.net/session.save-path
1423 ; The path for which the cookie is valid.
1424 ; http://php.net/session.cookie-path
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams_002.phpt7 function stream_open($path, $mode, $openedpath) {
H A Dsymlink_link_linkinfo_is_link_basic2.phpt20 Prototype: int linkinfo ( string $path );
H A Dsymlink_link_linkinfo_is_link_variation6.phpt37 Prototype: int linkinfo ( string $path );
H A Dsymlink_link_linkinfo_is_link_error1.phpt26 Prototype: int linkinfo ( string $path );
H A Dsymlink_link_linkinfo_is_link_error2.phpt23 Prototype: int linkinfo ( string $path );
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt6 function stream_open($path, $mode, $openedpath) {
/PHP-5.5/ext/phar/tests/
H A Dphar_unlinkarchive.phpt93 Warning: Phar::unlinkArchive() expects parameter 1 to be a valid path, array given in %sphar_unlink…
H A D027.phpt90 …y in "phar://", must have at least phar:/// for root directory (always use full path to a new phar)
H A D027U.phpt90 …y in "phar://", must have at least phar:/// for root directory (always use full path to a new phar)
H A Dmounteddir.phpt100 …pmanifest1.phar.php/testit/directory): failed to open stream: phar error: path "testit/directory" …
H A DmounteddirU.phpt100 …pmanifest1.phar.php/testit/directory): failed to open stream: phar error: path "testit/directory" …
/PHP-5.5/ext/pspell/
H A DREADME35 PATH is the path you specified for pspell libraries.
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in12 ; Relative path can also be used. They will be prefixed by:
144 ;prefix = /path/to/pools/$pool
162 ; '/path/to/unix/socket' - to listen on a unix socket.
367 ;ping.path = /ping
461 ; absolute path. When this value is not set, chroot is not used.
472 ; Note: relative path can be used.
523 ; Note: path INI options can be relative and will be expanded with the prefix
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation7.phpt20 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dscandir_variation2.phpt6 * Description: List files & directories inside the specified path
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt278 string(69) "c:\some windows\path\test\new\r\quote " here\single ' quote\some more"
/PHP-5.5/ext/curl/
H A Dconfig.m412 AC_MSG_CHECKING(for cURL in default path)
/PHP-5.5/main/
H A Drfc1867.c558 static char *php_ap_basename(const zend_encoding *encoding, char *path TSRMLS_DC) in php_ap_basename()
560 char *s = strrchr(path, '\\'); in php_ap_basename()
561 char *s2 = strrchr(path, '/'); in php_ap_basename()
575 return path; in php_ap_basename()
/PHP-5.5/ext/session/tests/
H A Dsession_set_cookie_params_error.phpt11 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…

Completed in 66 milliseconds

1...<<2122232425262728