Home
last modified time | relevance | path

Searched refs:path (Results 301 – 325 of 720) sorted by relevance

1...<<11121314151617181920>>...29

/PHP-7.0/ext/standard/tests/file/
H A Dreadfile_variation10.phpt33 /* prefix with path separator of a non existing directory*/
69 Warning: readfile() expects parameter 1 to be a valid path, string given in %s on line %d
74 Warning: readfile() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dfopen_variation5.phpt2 Test fopen() function : variation: use include path and stream context (absolute directories in pat…
42 echo "\n--- testing include path ---\n";
128 --- testing include path ---
H A Dfopen_variation8.phpt2 Test fopen() function : variation: use include path and stream context (relative directories in pat…
42 echo "\n--- testing include path ---\n";
127 --- testing include path ---
H A Dpathinfo_basic1-win32.phpt12 /* Prototype: mixed pathinfo ( string $path [, int $options] );
13 Description: Returns information about a file path
61 /* loop through $paths to test each $path in the above array */
62 foreach($paths as $path) {
64 var_dump( pathinfo($path, PATHINFO_DIRNAME) );
65 var_dump( pathinfo($path, PATHINFO_BASENAME) );
66 var_dump( pathinfo($path, PATHINFO_EXTENSION) );
67 var_dump( pathinfo($path, PATHINFO_FILENAME) );
68 var_dump( pathinfo($path) );
H A Dchmod_variation3.phpt146 Error: 2 - chmod() expects parameter 1 to be a valid path, array given, %s(%d)
150 Error: 2 - chmod() expects parameter 1 to be a valid path, array given, %s(%d)
154 Error: 2 - chmod() expects parameter 1 to be a valid path, array given, %s(%d)
158 Error: 2 - chmod() expects parameter 1 to be a valid path, array given, %s(%d)
198 Error: 2 - chmod() expects parameter 1 to be a valid path, object given, %s(%d)
H A Dfileowner_variation3.phpt2 Test fileowner() function: usage variations - diff. path notations
79 Warning: fileowner() expects parameter 1 to be a valid path, string given in %s on line %d
83 Warning: fileowner() expects parameter 1 to be a valid path, string given in %s on line %d
H A Dfopen_variation12.phpt2 Test fopen() function : variation: use include path (path is bad) create a file (relative)
H A Dbug27508.phpt8 function stream_open($path, $mode, $options, &$opened_path)
10 $url = urldecode(substr($path, 9));
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_unix.h11 int fpm_unix_set_socket_premissions(struct fpm_worker_pool_s *wp, const char *path);
H A Dfpm_php.h46 int fpm_php_limit_extensions(char *path);
/PHP-7.0/ext/standard/tests/dir/
H A Dopendir_variation2.phpt5 /* Prototype : mixed opendir(string $path[, resource $context])
19 $path = dirname(__FILE__) . "/opendir_variation2";
20 mkdir($path);
97 var_dump($dh = opendir($path, $input) );#
109 $path = dirname(__FILE__) . "/opendir_variation2";
110 rmdir($path);
/PHP-7.0/ext/zlib/tests/
H A Dgzopen_variation1.phpt161 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d)
165 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d)
169 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d)
173 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d)
213 Error: 2 - gzopen() expects parameter 1 to be a valid path, object given, %s(%d)
225 Error: 2 - gzopen() expects parameter 1 to be a valid path, resource given, %s(%d)
/PHP-7.0/ext/oci8/tests/
H A Dnull_byte_1.phpt40 Warning: OCI-Lob::savefile() expects parameter 1 to be a valid path, string given in %snull_byte_1.…
44 Warning: OCI-Lob::export() expects parameter 1 to be a valid path, string given in %snull_byte_1.ph…
/PHP-7.0/win32/
H A Dwinutil.h22 int php_win32_check_trailing_space(const char * path, const int path_len);
/PHP-7.0/build/
H A Dshtool168 shtoolize -obuild/shtool echo install mkdir platform path
177 echo|install|mkdir|platform|path )
253 path )
1670 path )
1768 path=`echo $path | sed -e 's;/*$;;'`
1769 if [ $minusx "$path/cpp" ] && [ ! -d "$path/cpp" ]; then
1770 cpp="$path/cpp"
1797 for path in $paths; do
1798 path=`echo $path | sed -e 's;/*$;;'`
1799 if [ $minusx "$path/$name" ] && [ ! -d "$path/$name" ]; then
[all …]
/PHP-7.0/ext/posix/tests/
H A D001.phpt8 var_dump(posix_access(str_repeat('bogus path', 1042)));
/PHP-7.0/ext/phar/
H A Dphar_internal.h501 static inline void phar_unixify_path_separators(char *path, int path_len) in phar_unixify_path_separators() argument
506 for (s = path; s - path < path_len; ++s) { in phar_unixify_path_separators()
565 int phar_mount_entry(phar_archive_data *phar, char *filename, int filename_len, char *path, int pat…
567 char *phar_fix_filepath(char *path, int *new_len, int use_cwd);
603 phar_entry_info *phar_get_entry_info(phar_archive_data *phar, char *path, int path_len, char **erro…
604 phar_entry_info *phar_get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char di…
605 phar_entry_data *phar_get_or_create_entry_data(char *fname, int fname_len, char *path, int path_len…
606 int phar_get_entry_data(phar_entry_data **ret, char *fname, int fname_len, char *path, int path_len…
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_rinit_hook.h38 char *path;
/PHP-7.0/sapi/cgi/tests/
H A D002.phpt24 var_dump(`$php -n -d upload_tmp_dir=/test/path -d max_execution_time=555 $file`);
50 %unicode|string%(10) "/test/path"
/PHP-7.0/ext/session/tests/
H A Dsession_set_save_handler_class_003.phpt23 public function open($path, $name) {
25 return parent::open($path, $name);
H A Dsession_basic1.phpt28 $path = dirname(__FILE__);
29 var_dump(session_save_path($path));
H A Dsession_set_save_handler_class_013.phpt23 public function open($path, $name) {
26 return parent::open($path, $name);
/PHP-7.0/ext/standard/tests/streams/
H A Dglob-wrapper.phpt26 Warning: opendir(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
32 Warning: opendir(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c213 #define TRANSLATE_SLASHES(path) \ argument
215 char *tmp = path; \
222 #define TRANSLATE_SLASHES(path)
765 path = real_path;
771 s2 = path;
774 s1 = path;
847 path = emalloc(path_len + 2);
850 path[path_len++] = DEFAULT_SLASH;
855 path[path_len] = 0;
888 efree(path);
[all …]
/PHP-7.0/tests/basic/
H A Dbug54514.phpt2 Req #54514 (Get php binary path during script execution)

Completed in 57 milliseconds

1...<<11121314151617181920>>...29