Home
last modified time | relevance | path

Searched refs:path (Results 401 – 425 of 853) sorted by relevance

1...<<11121314151617181920>>...35

/php-src/ext/phar/tests/tar/
H A Dlinks3.phpt2 Phar: tar with link to absolute path
/php-src/Zend/tests/
H A Dgh11735_1.phpt7 public function stream_open($path, $mode, $options, &$opened_path) {
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fgetcsv_basic.phpt2 SplFileObject::fgetcsv default path
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt71 --> zlib:/path/to/my/file/file.txt : NULL
78 --> file:///path/to/file : NULL
79 --> file://path/to/file : NULL
80 --> file:/path/to/file : NULL
86 --> http://user:@pass@host/path?argument?value#etc : NULL
H A Dparse_url_basic_006.phpt71 --> zlib:/path/to/my/file/file.txt : NULL
78 --> file:///path/to/file : NULL
79 --> file://path/to/file : NULL
80 --> file:/path/to/file : NULL
86 --> http://user:@pass@host/path?argument?value#etc : string(5) "@pass"
/php-src/ext/session/tests/
H A Dsession_set_cookie_params_variation7.phpt47 session_set_cookie_params(["path" => "newpath/"], "arg after options array");
74 session_set_cookie_params(): Argument #2 ($path) must be null when argument #1 ($lifetime_or_option…
/php-src/ext/standard/tests/dir/
H A Ddir_variation4.phpt51 ["path"]=>
57 ["path"]=>
H A Ddir_basic.phpt57 ["path"]=>
75 ["path"]=>
H A Ddir_variation4-win32-mb.phpt57 ["path"]=>
63 ["path"]=>
H A Dscandir_variation6.phpt2 Test scandir() function : usage variations - Wildcards in directory path
12 * Pass a directory path using wildcards as $dir argument to test how scandir() behaves
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_with_working_stream_wrapper.phpt13 public function stream_open($path, $mode, $options, &$opened_path) {
14 $this->data = substr($path, 6);
/php-src/ext/standard/
H A Durl.c42 if (theurl->path) in php_url_free()
43 zend_string_release_ex(theurl->path, 0); in php_url_free()
310 ret->path = zend_string_init(s, (e - s), 0); in php_url_parse_ex2()
311 php_replace_controlchars(ZSTR_VAL(ret->path), ZSTR_LEN(ret->path)); in php_url_parse_ex2()
358 if (resource->path != NULL) RETVAL_STR_COPY(resource->path); in PHP_FUNCTION()
397 if (resource->path != NULL) { in PHP_FUNCTION()
398 ZVAL_STR_COPY(&tmp, resource->path); in PHP_FUNCTION()
/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()
/php-src/ext/ftp/tests/
H A Dbug7216-2.phpt20 string(20) "/path/to/ftproot/CVS"
/php-src/ext/standard/tests/file/
H A Dbug49047.phpt2 Test fopen() function : variation: interesting paths, no use include path
H A Dreadlink_realpath_basic1.phpt2 Test readlink() and realpath functions: basic functionality - diff. path notation for links(Bug #42…
29 echo "*** Testing readlink() and realpath(): with valid and invalid path ***\n";
68 *** Testing readlink() and realpath(): with valid and invalid path ***
H A Ddirname_no_path_normalization-win32.phpt2 Test dirname() function : regression with path normalization
H A Ddirname_basic-win32.phpt49 foreach ($paths as $path) {
50 var_dump( dirname($path) );
/php-src/ext/standard/tests/streams/
H A Dstream_get_line_NUL_delimiter.phpt8 function stream_open($path, $mode, $options, &$opened_path) {
/php-src/Zend/tests/gh10168/
H A Dassign_prop.phpt24 // Second call tests the cache slot path
H A Dassign_untyped_prop.phpt24 // Second call tests the cache slot path
H A Dassign_prop_ref.phpt25 // Second call tests the cache slot path
H A Dassign_untyped_prop_ref.phpt25 // Second call tests the cache slot path
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_saveHTMLFile_empty_path.phpt2 Dom\HTMLDocument::saveHtmlFile() empty path
/php-src/ext/posix/tests/
H A Dposix_pathconf.phpt21 posix_pathconf(): Argument #1 ($path) must not be empty

Completed in 26 milliseconds

1...<<11121314151617181920>>...35