Home
last modified time | relevance | path

Searched refs:path (Results 726 – 750 of 847) sorted by relevance

1...<<21222324252627282930>>...34

/PHP-7.1/ext/dba/
H A Ddba_db1.c76 db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()
H A Ddba_gdbm.c61 dbf = gdbm_open(info->path, 0, gmode, filemode, NULL); in DBA_OPEN_FUNC()
/PHP-7.1/ext/standard/tests/file/
H A Dreadfile_variation9.phpt2 Test readfile() function : variation - variable types of path
H A Dfile_get_contents_variation7-win32-mb.phpt46 // unixifed path
H A Dfile_get_contents_variation7-win32.phpt46 // unixifed path
H A Dfile_variation8-win32.phpt46 // unixifed path
H A Dparse_ini_file_variation6-win32-mb.phpt46 // unixifed path
H A Dparse_ini_file_variation6-win32.phpt46 // unixifed path
H A Dreadfile_variation8-win32.phpt55 // unixifed path
H A Drealpath_variation-win32-mb.phpt11 /* Prototype: string realpath ( string $path );
H A Drealpath_variation-win32.phpt11 /* Prototype: string realpath ( string $path );
H A Dfile_put_contents_variation7.phpt26 // Note invalid dirs in p8 result in (The system cannot find the path specified.)
/PHP-7.1/ext/opcache/
H A DREADME32 zend_extension=/...full path.../opcache.so
172 to a new line. The filename may be a full path or just a file prefix
218 Allows calling OPcache API functions only from PHP scripts which path is
228 Absolute path used to store shared lockfiles (for *nix only)
/PHP-7.1/
H A DREADME.PARAMETER_PARSING_API65 p - valid path (string without null bytes in the middle) and its length (char*, size_t)
66 P - valid path (string without null bytes in the middle) as zend_string (zend_string*)
109 # php ./scripts/dev/check_parameters.php /path/to/your/sources/
H A DREADME.STREAMS49 PHPAPI php_stream *php_stream_open_wrapper(const char *path, const char *mode,
53 path is the file or resource to open.
56 IGNORE_PATH (default) - don't use include path to search for the file
57 USE_PATH - use include path to search for the file
67 opened_path is used to return the path of the actual file opened,
95 PHPAPI php_stream *php_stream_sock_open_unix(const char *path, int persistent,
H A Dphp.ini-development719 ; http://php.net/include-path
779 ; http://php.net/cgi.dicard-path
879 ; ... or with a path:
881 ; extension=/path/to/extension/msql.so
1061 ; http://php.net/sendmail-path
1350 ; The path can be defined as:
1352 ; session.save_path = "N;/path"
1368 ; session.save_path = "N;MODE;/path"
1372 ; http://php.net/session.save-path
1410 ; http://php.net/session.cookie-path
[all …]
H A Dphp.ini-production719 ; http://php.net/include-path
779 ; http://php.net/cgi.dicard-path
879 ; ... or with a path:
881 ; extension=/path/to/extension/msql.so
1061 ; http://php.net/sendmail-path
1350 ; The path can be defined as:
1352 ; session.save_path = "N;/path"
1368 ; session.save_path = "N;MODE;/path"
1372 ; http://php.net/session.save-path
1410 ; http://php.net/session.cookie-path
[all …]
/PHP-7.1/ext/standard/
H A Dbasic_functions.c814 ZEND_ARG_INFO(0, path)
818 ZEND_ARG_INFO(0, path)
902 ZEND_ARG_INFO(0, path)
1211 ZEND_ARG_INFO(0, path)
1228 ZEND_ARG_INFO(0, path)
1232 ZEND_ARG_INFO(0, path)
1428 ZEND_ARG_INFO(0, path)
1438 ZEND_ARG_INFO(0, path)
2207 ZEND_ARG_INFO(0, path)
5828 char *path; local
[all …]
/PHP-7.1/ext/phar/tests/
H A Dphar_gobyebye-win32.phpt45 Warning: opendir(foo/hi,foo/hi): The system cannot find the path specified. (code: 3) in phar://%sp…
/PHP-7.1/ext/standard/tests/dir/
H A Dscandir_variation8-win32-mb.phpt12 * Description: List files & directories inside the specified path
H A Dscandir_variation8.phpt6 * Description: List files & directories inside the specified path
H A Dopendir_variation5.phpt20 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dscandir_variation7.phpt21 * Description: List files & directories inside the specified path
/PHP-7.1/ext/gettext/tests/
H A D44938.phpt15 var_dump(bindtextdomain($overflown, 'path'));
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_sockets.c222 char *path = ((struct sockaddr_un *) sa)->sun_path; in fpm_sockets_new_listening_socket() local
226 if (0 > fpm_unix_set_socket_premissions(wp, path)) { in fpm_sockets_new_listening_socket()

Completed in 46 milliseconds

1...<<21222324252627282930>>...34