Home
last modified time | relevance | path

Searched refs:path (Results 201 – 225 of 841) sorted by last modified time

12345678910>>...34

/php-src/sapi/cli/tests/
H A Dext_loading.phpt31 echo "Absolute path:\n";
32 $path = ini_get('extension_dir') . DIRECTORY_SEPARATOR . $name;
33 loadZendExt($path);
42 echo "Absolute path (unknown):\n";
43 $path = ini_get('extension_dir') . DIRECTORY_SEPARATOR . $name;
44 loadZendExt($path);
56 Absolute path:
72 Absolute path (unknown):
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_open_basedir.phpt38 …ct(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s) in %s:%d
/php-src/ext/mysqli/tests/
H A Dmysqli_ssl_set.phpt23 'The path name to the key file.',
24 'The path name to the certificate file.',
25 'The path name to the certificate authority file.',
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…
H A Dgh7932.phpt16 // It seems we can only test the happy path...
/php-src/ext/zip/
H A Dphp_zip.stub.php676 …public function addPattern(string $pattern, string $path = ".", array $options = []): array|false …
/php-src/main/
H A Dfopen_wrappers.c160 path_len = strlen(path);
301 if (strlen(path) > (MAXPATHLEN - 1)) {
346 fp = VCWD_FOPEN(path, mode);
524 !path ||
525 !*path) {
529 ptr = path;
660 || (!path || !*path)
677 pathbuf = estrdup(path);
679 size_t path_length = strlen(path);
682 memcpy(pathbuf, path, path_length);
[all …]
/php-src/Zend/tests/
H A Dgh11735_1.phpt7 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dgh11735_2.phpt7 public function stream_open($path, $mode, $options, &$opened_path) {
/php-src/
H A Dbuildconf47 PHP_AUTOCONF Overrides the path to autoconf tool.
48 PHP_AUTOCONF=/path/to/autoconf ./buildconf
49 PHP_AUTOHEADER Overrides the path to autoheader tool.
50 PHP_AUTOHEADER=/path/to/autoheader ./buildconf
/php-src/ext/session/tests/
H A Dsession_save_path_variation5.phpt49 Warning: ini_set(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
H A Dsession_regenerate_id_cookie.phpt70 Set-Cookie: PHPSESSID=%s; path=/
74 Set-Cookie: PHPSESSID=%s; path=/
77 Set-Cookie: PHPSESSID=%s; path=/
/php-src/tests/security/
H A Dbug76359.phpt15 Warning: chdir(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (…
H A Dopen_basedir_readlink.phpt53 …asedir restriction in effect. File(symlink.txt) is not within the allowed path(s): (%sok) in %s on…
56 … restriction in effect. File(../ok/symlink.txt) is not within the allowed path(s): (%sok) in %s on…
59 …estriction in effect. File(../ok/./symlink.txt) is not within the allowed path(s): (%sok) in %s on…
62 …edir restriction in effect. File(./symlink.txt) is not within the allowed path(s): (%sok) in %s on…
65 …riction in effect. File(%s/test/ok/symlink.txt) is not within the allowed path(s): (%sok) in %s on…
68 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (%sok) in %s on…
71 …riction in effect. File(%s/test/ok/symlink.txt) is not within the allowed path(s): (%sok) in %s on…
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data92 ;[PATH="${basicval}/path/quoted"]
133 winpath1="c:\some windows\path\test\new\r\quote \" here\single ' quote\some more"
H A Dparse_ini_basic.phpt285 string(69) "c:\some windows\path\test\new\r\quote " here\single ' quote\some more"
/php-src/sapi/fpm/fpm/
H A Dfpm_unix.c287 int fpm_unix_set_socket_permissions(struct fpm_worker_pool_s *wp, const char *path) /* {{{ */ in fpm_unix_set_socket_permissions() argument
297 aclfile = acl_get_file (path, ACL_TYPE_ACCESS); in fpm_unix_set_socket_permissions()
299 …zlog(ZLOG_SYSERROR, "[pool %s] failed to read the ACL of the socket '%s'", wp->config->name, path); in fpm_unix_set_socket_permissions()
306 …G_SYSERROR, "[pool %s] failed to add entry to the ACL of the socket '%s'", wp->config->name, path); in fpm_unix_set_socket_permissions()
314 0 > acl_set_file (path, ACL_TYPE_ACCESS, aclfile)) { in fpm_unix_set_socket_permissions()
315 …log(ZLOG_SYSERROR, "[pool %s] failed to write the ACL of the socket '%s'", wp->config->name, path); in fpm_unix_set_socket_permissions()
319 zlog(ZLOG_DEBUG, "[pool %s] ACL of the socket '%s' is set", wp->config->name, path); in fpm_unix_set_socket_permissions()
329 if (0 > chown(path, wp->socket_uid, wp->socket_gid)) { in fpm_unix_set_socket_permissions()
H A Dfpm_php.h43 int fpm_php_limit_extensions(char *path);
/php-src/sapi/fpm/tests/
H A Dsocket-uds-too-long-filename-start.phpt33 '/\[pool fpm_pool\] cannot bind to UNIX socket \'%s\' as path is too long '
34 . '\(found length: %d, maximal length: \d+\), trying cut socket path instead \'.+\'/',
48 // this means the socket file path length is not an issue (anymore). Might be not long enough
H A Dreload-uses-sigkill-as-last-measure.phpt23 ping.path = /ping
/php-src/tests/output/
H A DDummyStreamWrapper.inc18 …public function stream_open(string $path, string $mode, int $options = 0, ?string &$openedPath = n…
57 public function unlink(string $path): bool
/php-src/ext/spl/
H A Dspl_directory.h55 zend_string *path; member
/php-src/ext/standard/tests/file/windows_acls/
H A Dcommon.inc64 function icacls_set($path, $mode, $perm) {
67 $path_escaped = '"' . $path . '"';
157 function delete_file($path) {
158 icacls_set($path, PHPT_ACL_GRANT, PHPT_ACL_FULL);
159 if (is_file($path)) {
160 unlink($path);
162 echo "delete_file: '$path' is not a file\n";
167 function delete_dir($path) {
168 if (is_dir($path)) {
170 rmdir($path);
[all …]
/php-src/ext/spl/tests/
H A Dgh11338.phpt6 function test($path) {
7 echo "Testing: '$path'\n";
8 $file = new \SplFileInfo($path);
/php-src/ext/exif/tests/
H A Dgh10834.phpt20 function stream_open($path, $mode, $options, &$opened_path) {

Completed in 124 milliseconds

12345678910>>...34