Home
last modified time | relevance | path

Searched refs:path (Results 251 – 275 of 576) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-5.3/ext/standard/tests/file/
H A Drename_variation13-win32.phpt33 /* prefix with path separator of a non existing directory*/
126 Warning: rename(%s/renameVar13/afile.tmp,/no/such/file/dir): The system cannot find the path specif…
129 Warning: rename(/no/such/file/dir,%s/renameVar13/afile.tmp): The system cannot find the path specif…
133 Warning: rename(%s/renameVar13/afile.tmp,php/php): The system cannot find the path specified. (code…
136 Warning: rename(php/php,%s/renameVar13/afile.tmp): The system cannot find the path specified. (code…
H A Dpathinfo_basic.phpt5 /* Prototype: mixed pathinfo ( string $path [, int $options] );
6 Description: Returns information about a file path
55 /* loop through $paths to test each $path in the above array */
56 foreach($paths as $path) {
58 var_dump( pathinfo($path, PATHINFO_DIRNAME) );
59 var_dump( pathinfo($path, PATHINFO_BASENAME) );
60 var_dump( pathinfo($path, PATHINFO_EXTENSION) );
61 var_dump( pathinfo($path, PATHINFO_FILENAME) );
62 var_dump( pathinfo($path) );
H A Dfopen_variation1.phpt2 fopen() with relative path on a file in the script directory
H A Dfopen_variation9.phpt2 Test fopen() function : variation: use include path and stream context create a file, relative path
H A Dfopen_variation10-win32.phpt2 Test fopen() function : variation: interesting paths, no use include path
64 foreach($paths as $path) {
65 echo "\n--$path--\n";
66 $toFind = $path.'\\'.$file;
H A Dfopen_variation11-win32.phpt2 Test fopen() function : variation: interesting paths, use include path = true
63 foreach($paths as $path) {
64 echo "\n--$path--\n";
65 $toFind = $path.'\\'.$file;
H A Drename_variation12-win32.phpt92 …11Sub//..//../renameVar11Sub/IwasRenamed.tmp): The system cannot find the path specified. (code: 3…
97 …eVar11/renameVar11Sub/BADDIR/IwasRenamed.tmp): The system cannot find the path specified. (code: 3…
118 Warning: rename(BADDIR/renameMe.tmp,BADDIR/IwasRenamed.tmp): The system cannot find the path specif…
H A Dbug52624.phpt12 Warning: tempnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.c148 if (stat(path, &sb) != 0) { in fpm_conf_is_dir()
665 if (!path || !*path || **path == '/') { in fpm_evaluate_full_path()
688 if (tmp != *path) { in fpm_evaluate_full_path()
694 free(*path); in fpm_evaluate_full_path()
696 *path = tmp; in fpm_evaluate_full_path()
698 free(*path); in fpm_evaluate_full_path()
699 *path = NULL; in fpm_evaluate_full_path()
704 if (*path) { in fpm_evaluate_full_path()
706 free(*path); in fpm_evaluate_full_path()
707 *path = strdup(full_path); in fpm_evaluate_full_path()
[all …]
H A Dfpm_php.h46 int fpm_php_limit_extensions(char *path);
/PHP-5.3/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc7 $fp = fopen($this->path, 'r+b');
/PHP-5.3/ext/phar/tests/
H A Dzf_test.phpt32 foreach(new RecursiveIteratorIterator($phar) as $path) {
33 echo str_replace('\\', '/', $path->getPathName()) . "\n";
/PHP-5.3/ext/zlib/tests/
H A Dgzopen_variation5.phpt2 Test gzopen() function : variation: use include path and stream context create a file, relative path
/PHP-5.3/ext/dba/
H A Ddba.c56 ZEND_ARG_INFO(0, path)
63 ZEND_ARG_INFO(0, path)
397 if (info->path) { in dba_close()
398 pefree(info->path, info->flags&DBA_PERSISTENT); in dba_close()
582 dba_info *php_dba_find(const char* path TSRMLS_DC) in php_dba_find()
595 if (!strcmp(info->path, path)) { in php_dba_find()
805 info->path = pestrdup(Z_STRVAL_PP(args[0]), persistent); in php_dba_open()
830 spprintf(&lock_name, 0, "%s.lck", info->path); in php_dba_open()
854 pefree(info->path, persistent); in php_dba_open()
855 info->path = pestrdup(opened_path, persistent); in php_dba_open()
[all …]
/PHP-5.3/ext/spl/tests/
H A Dbug48361.phpt2 SPL: Bug #48361 SpleFileInfo::getPathName should return the dirname's path
/PHP-5.3/ext/standard/
H A Dhead.h33 …ar *name, int name_len, char *value, int value_len, time_t expires, char *path, int path_len, char…
/PHP-5.3/ext/standard/tests/url/
H A Dparse_url_basic_003.phpt77 --> zlib:/path/to/my/file/file.txt : NULL
83 --> file:///path/to/file : NULL
84 --> file://path/to/file : string(4) "path"
85 --> file:/path/to/file : NULL
91 --> http://user:@pass@host/path?argument?value#etc : string(4) "host"
H A Dparse_url_basic_004.phpt77 --> zlib:/path/to/my/file/file.txt : NULL
83 --> file:///path/to/file : NULL
84 --> file://path/to/file : NULL
85 --> file:/path/to/file : NULL
91 --> http://user:@pass@host/path?argument?value#etc : NULL
H A Dparse_url_basic_005.phpt77 --> zlib:/path/to/my/file/file.txt : NULL
83 --> file:///path/to/file : NULL
84 --> file://path/to/file : NULL
85 --> file:/path/to/file : NULL
91 --> http://user:@pass@host/path?argument?value#etc : string(4) "user"
H A Dparse_url_basic_006.phpt77 --> zlib:/path/to/my/file/file.txt : NULL
83 --> file:///path/to/file : NULL
84 --> file://path/to/file : NULL
85 --> file:/path/to/file : NULL
91 --> http://user:@pass@host/path?argument?value#etc : string(5) "@pass"
H A Dparse_url_basic_009.phpt77 --> zlib:/path/to/my/file/file.txt : NULL
83 --> file:///path/to/file : NULL
84 --> file://path/to/file : NULL
85 --> file:/path/to/file : NULL
91 --> http://user:@pass@host/path?argument?value#etc : string(3) "etc"
/PHP-5.3/ext/pdo_sqlite/tests/
H A Dbug50728.phpt10 $a = new PDO("sqlite:/this/path/should/not/exist.db");
/PHP-5.3/ext/phar/
H A Dphar_internal.h595 static inline void phar_unixify_path_separators(char *path, int path_len) in phar_unixify_path_separators() argument
600 for (s = path; s - path < path_len; ++s) { in phar_unixify_path_separators()
653 int phar_mount_entry(phar_archive_data *phar, char *filename, int filename_len, char *path, int pat…
655 char *phar_fix_filepath(char *path, int *new_len, int use_cwd TSRMLS_DC);
691 phar_entry_info *phar_get_entry_info(phar_archive_data *phar, char *path, int path_len, char **erro…
692 phar_entry_info *phar_get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char di…
693 phar_entry_data *phar_get_or_create_entry_data(char *fname, int fname_len, char *path, int path_len…
694 int phar_get_entry_data(phar_entry_data **ret, char *fname, int fname_len, char *path, int path_len…
/PHP-5.3/ext/session/tests/
H A Dsession_set_save_handler_variation4.phpt30 $path = dirname(__FILE__);
31 session_save_path($path);
/PHP-5.3/tests/security/
H A Dopen_basedir_linkinfo.phpt57 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
61 …riction in effect. File(%s/test/ok/symlink.txt) is not within the allowed path(s): (.) in %s on li…

Completed in 55 milliseconds

1...<<11121314151617181920>>...24