Home
last modified time | relevance | path

Searched refs:path (Results 751 – 775 of 853) sorted by relevance

1...<<3132333435

/php-src/ext/snmp/tests/
H A DREADME.md46 * Place `ext/snmp/tests/bigtest` near `snmpd.conf`, tune path to it in
/php-src/ext/mysqli/tests/
H A Dmysqli_local_infile_directory_vs_open_basedir.phpt64 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s) in %s on l…
/php-src/ext/posix/
H A Dposix.stub.php450 function posix_pathconf(string $path, int $name): int|false {} argument
/php-src/win32/build/
H A Dconfig.w32122 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
123 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
210 pvscfg.WriteLine("exclude-path = " + VCINSTALLDIR);
212 pvscfg.WriteLine("exclude-path = " + PROGRAM_FILESx86 + "\\windows kits\\");
214 pvscfg.WriteLine("exclude-path = " + PROGRAM_FILES + "\\windows kits\\");
/php-src/ext/standard/tests/file/
H A Dparse_ini_file_variation6-win32-mb.phpt40 // unixifed path
H A Dparse_ini_file_variation6-win32.phpt40 // unixifed path
H A Dreadfile_variation8-win32.phpt49 // unixifed path
H A Drealpath_basic-win32-mb.phpt35 /* filenames with invalid path */
H A Dreadfile_variation8-win32-mb.phpt49 // unixifed path
H A Dtempnam_variation3.phpt29 /* prefix with path separator of a non existing directory*/
H A Dfile_put_contents_variation7.phpt20 // Note invalid dirs in p8 result in (The system cannot find the path specified.)
H A Dfile_get_contents_variation7-win32-mb.phpt40 // unixifed path
H A Dfile_get_contents_variation7-win32.phpt40 // unixifed path
H A Dfile_variation8-win32.phpt40 // unixifed path
H A Drename_variation13.phpt29 /* prefix with path separator of a non existing directory*/
/php-src/ext/dba/
H A Ddba_db1.c64 db = dbopen((char *)ZSTR_VAL(info->path), gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()
/php-src/docs-old/
H A Dstreams.md48 PHPAPI php_stream *php_stream_open_wrapper(const char *path, const char *mode,
54 * `path` is the file or resource to open.
57 * `IGNORE_PATH` (default) - don't use include path to search for the file
58 * `USE_PATH` - use include path to search for the file
65 * `opened_path` is used to return the path of the actual file opened, but if you
96 PHPAPI php_stream *php_stream_sock_open_unix(const char *path, int persistent,
H A Dparameter-parsing-api.md87 p - valid path (string without null bytes in the middle) and its length (char*, size_t)
88 P - valid path (string without null bytes in the middle) as zend_string (zend_string*)
141 php ./scripts/dev/check_parameters.php /path/to/your/sources/
/php-src/.github/workflows/
H A Dnightly.yml29 path: branch-commit-cache.json
64 … # https://pkgs.alpinelinux.org/contents?file=libclang_rt.asan-x86_64.a&path=&name=&branch=v3.20
757 --with-config-file-path=/etc \
857 path: php
862 path: apcu
867 path: imagick
872 path: memcached
879 path: redis
884 path: xdebug
889 path: yaml
/php-src/sapi/fpm/tests/
H A Dlog-suppress-output-request-body.phpt35 ping.path = /ping
/php-src/ext/gettext/tests/
H A D44938.phpt13 bindtextdomain($overflown, 'path');
/php-src/ext/session/
H A Dsession.c1237 const char *path; in last_modified() local
1241 path = SG(request_info).path_translated; in last_modified()
1242 if (path) { in last_modified()
1243 if (VCWD_STAT(path, &sb) == -1) { in last_modified()
1768 zend_string *lifetime = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in PHP_FUNCTION() local
1782 Z_PARAM_STR_OR_NULL(path) in PHP_FUNCTION()
1802 if (path) { in PHP_FUNCTION()
1828 path = zval_get_string(value); in PHP_FUNCTION()
1874 if (path) { in PHP_FUNCTION()
1876 result = zend_alter_ini_entry(ini_name, path, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in PHP_FUNCTION()
[all …]
/php-src/ext/pcntl/
H A Dpcntl.c637 char *path; in PHP_FUNCTION() local
642 Z_PARAM_PATH(path, path_len) in PHP_FUNCTION()
655 *argv = path; in PHP_FUNCTION()
671 argv[0] = path; in PHP_FUNCTION()
712 if (execve(path, argv, envp) == -1) { in PHP_FUNCTION()
722 if (execv(path, argv) == -1) { in PHP_FUNCTION()
/php-src/
H A Dphp.ini-development745 ; https://php.net/include-path
903 ; extension=/path/to/extension/mysqli.so
1072 ; https://php.net/sendmail-path
1269 ; The path can be defined as:
1271 ; session.save_path = "N;/path"
1287 ; session.save_path = "N;MODE;/path"
1291 ; https://php.net/session.save-path
1329 ; The path for which the cookie is valid.
1330 ; https://php.net/session.cookie-path
1382 ; find /path/to/sessions -cmin +24 -type f | xargs rm
[all …]
H A Dphp.ini-production747 ; https://php.net/include-path
905 ; extension=/path/to/extension/mysqli.so
1074 ; https://php.net/sendmail-path
1271 ; The path can be defined as:
1273 ; session.save_path = "N;/path"
1289 ; session.save_path = "N;MODE;/path"
1293 ; https://php.net/session.save-path
1331 ; The path for which the cookie is valid.
1332 ; https://php.net/session.cookie-path
1384 ; find /path/to/sessions -cmin +24 -type f | xargs rm
[all …]

Completed in 74 milliseconds

1...<<3132333435