Home
last modified time | relevance | path

Searched refs:path (Results 726 – 750 of 853) sorted by relevance

1...<<21222324252627282930>>...35

/php-src/ext/standard/tests/file/
H A Dreadfile_variation9.phpt2 Test readfile() function : variation - variable types of path
H A Drealpath_basic3.phpt26 /* filenames with invalid path */
H A Dparse_ini_file.phpt27 path = /usr/local/bin
229 [path] => /usr/local/bin
348 [path] => /usr/local/bin
H A Dfilegroup_variation3.phpt2 Test filegroup() function: usage variations - diff. path notations
H A Dfileinode_variation3.phpt2 Test fileinode() function: usage variations - diff. path notations
H A Dfileowner_variation3.phpt2 Test fileowner() function: usage variations - diff. path notations
H A Dfileperms_variation3.phpt2 Test fileperms() function: usage variations - diff. path notations
H A Drealpath_basic-win32.phpt35 /* filenames with invalid path */
H A Dreadfile_variation10-win32.phpt27 /* prefix with path separator of a non existing directory*/
H A Dfile_get_contents_variation8-win32.phpt28 /* prefix with path separator of a non existing directory*/
H A Dfile_get_contents_variation8.phpt27 /* prefix with path separator of a non existing directory*/
H A Dfile_put_contents_variation8-win32.phpt26 /* prefix with path separator of a non existing directory*/
H A Dfopencookie.phpt24 function stream_open($path, $mode, $options, &$opened_path)
H A Dis_writable_variation1.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - diff. path notations
/php-src/ext/dba/
H A Dphp_dba.h41 zend_string *path; member
H A Ddba_arginfo.h5 ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_multiple.phpt15 function open($path, $name): bool {
H A Dgh7787.phpt11 public function open($path, $sessname): bool {
/php-src/.github/actions/configure-x64/
H A Daction.yml76 --with-config-file-path=/etc \
/php-src/ext/standard/
H A Dbasic_functions.c2343 char *path; local
2347 Z_PARAM_PATH(path, path_len)
2354 if (zend_hash_str_exists(SG(rfc1867_uploaded_files), path, path_len)) {
2365 char *path, *new_path; local
2374 Z_PARAM_STRING(path, path_len)
2382 if (!zend_hash_str_exists(SG(rfc1867_uploaded_files), path, path_len)) {
2390 if (VCWD_RENAME(path, new_path) == 0) {
2402 } else if (php_copy_file_ex(path, new_path, STREAM_DISABLE_OPEN_BASEDIR) == SUCCESS) {
2403 VCWD_UNLINK(path);
2408 zend_hash_str_del(SG(rfc1867_uploaded_files), path, path_len);
[all …]
/php-src/win32/build/
H A Dconfig.w32.phpize.in90 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
91 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
/php-src/build/
H A DMakefile.global51 i=`$(top_srcdir)/build/shtool path -d $$i`; \
100 INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \
/php-src/ext/phar/
H A Dphar.c2135 if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') { in phar_fix_filepath()
2140 newpath = emalloc(strlen(path) + 2); in phar_fix_filepath()
2145 ptr = path; in phar_fix_filepath()
2158 switch (path_length - (tok - path)) { in phar_fix_filepath()
2161 efree(path); in phar_fix_filepath()
2169 efree(path); in phar_fix_filepath()
2176 return path; in phar_fix_filepath()
2203 if (ptr == path + path_length) { in phar_fix_filepath()
2214 ptr_length = path_length - (tok - path); in phar_fix_filepath()
2215 ptr = path + path_length; in phar_fix_filepath()
[all …]
/php-src/ext/phar/tests/
H A Dphar_mount.phpt57 Can only mount internal paths within a phar archive, use a relative path instead of "phar://%sphar_…
/php-src/
H A D.cirrus.yml19 …enable-intl --with-mhash --with-sodium --enable-werror --with-config-file-path=/etc --with-config-…

Completed in 52 milliseconds

1...<<21222324252627282930>>...35