Home
last modified time | relevance | path

Searched refs:path (Results 351 – 375 of 853) sorted by relevance

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

/php-src/ext/standard/tests/file/
H A Dpathinfo_basic.phpt51 /* loop through $paths to test each $path in the above array */
52 foreach($paths as $path) {
54 var_dump( pathinfo($path, PATHINFO_DIRNAME) );
55 var_dump( pathinfo($path, PATHINFO_BASENAME) );
56 var_dump( pathinfo($path, PATHINFO_EXTENSION) );
57 var_dump( pathinfo($path, PATHINFO_FILENAME) );
58 var_dump( pathinfo($path) );
H A Ddisk_free_space_error-win32.phpt33 Warning: disk_free_space(): The system cannot find the path specified in %s on line %d
36 Warning: diskfreespace(): The system cannot find the path specified in %s on line %d
H A Dbug27508.phpt9 function stream_open($path, $mode, $options, &$opened_path)
11 $url = urldecode(substr($path, 9));
H A Dinclude_userstream_002.phpt14 function stream_open($path, $mode, $options, &$opened_path)
16 if (strpos($path, "test2://") === 0) {
17 $this->stream = fopen("test1://".substr($path, 8), $mode);
H A Drename_variation12-win32.phpt86 …12Sub//..//../renameVar12Sub/IwasRenamed.tmp): The system cannot find the path specified (code: 3)…
91 …eVar12/renameVar12Sub/BADDIR/IwasRenamed.tmp): The system cannot find the path specified (code: 3)…
112 Warning: rename(BADDIR/renameMe.tmp,BADDIR/IwasRenamed.tmp): The system cannot find the path specif…
/php-src/scripts/dev/
H A Dbless_tests.php9 foreach ($files as $path) {
10 if (!preg_match('/^(.*)\.phpt$/', $path, $matches)) {
21 $phpt = file_get_contents($path);
43 file_put_contents($path, $phpt);
/php-src/main/
H A Dphp_open_temporary_file.c92 static int php_do_open_temporary_file(const char *path, const char *pfx, zend_string **opened_path_… in php_do_open_temporary_file() argument
117 if (!path || !path[0]) { in php_do_open_temporary_file()
135 if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)) { in php_do_open_temporary_file()
/php-src/ext/standard/
H A Ddl.h24 PHPAPI void *php_load_shlib(const char *path, char **errp);
/php-src/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-src/ext/hash/tests/
H A Dhash_hmac_file_error.phpt27 echo "\n-- Testing hash_hmac_file() function with bad path --\n";
45 -- Testing hash_hmac_file() function with bad path --
/php-src/scripts/
H A Dphp-config.in81 --ini-path)
104 --ini-path [$ini_path]
/php-src/ext/standard/tests/network/
H A Dsetcookie_error.phpt31 setcookie('name', 'value', 100, 'path', 'invalid;');
55 setcookie(): "path" option cannot contain ",", ";", " ", "\t", "\r", "\n", "\013", or "\014"
H A Dsetrawcookie_error.phpt31 setrawcookie('name', 'value', 100, 'path', 'invalid;');
56 setrawcookie(): "path" option cannot contain ",", ";", " ", "\t", "\r", "\n", "\013", or "\014"
/php-src/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt39 Property [ public protected(set) readonly string $path ]
68 ["path"]=>
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c96 c = blacklist->entries[i].path; in zend_accel_blacklist_update_regexp()
216 free(p->path); in zend_accel_blacklist_shutdown()
305 blacklist->entries[blacklist->pos].path = (char *)malloc(path_length + 1); in zend_accel_blacklist_loadone()
306 if (!blacklist->entries[blacklist->pos].path) { in zend_accel_blacklist_loadone()
312 memcpy(blacklist->entries[blacklist->pos].path, real_path, path_length + 1); in zend_accel_blacklist_loadone()
/php-src/tests/basic/
H A Dbug54514.phpt2 Req #54514 (Get php binary path during script execution)
/php-src/sapi/cgi/
H A Dcgi_main.c216 #define TRANSLATE_SLASHES(path) \ argument
218 char *tmp = path; \
225 #define TRANSLATE_SLASHES(path)
814 path = real_path;
820 s2 = path;
823 s1 = path;
894 char *path; local
902 path = emalloc(path_len + 2);
910 path[path_len] = 0;
945 efree(path);
[all …]
/php-src/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc7 $fp = fopen($this->path, 'r+b');
/php-src/ext/phar/tests/
H A Dphar_extract2.phpt26 …or(__DIR__ . '/extract2', 0x00003000), RecursiveIteratorIterator::CHILD_FIRST) as $path => $file) {
27 $extracted[] = $path;
H A Dzf_test.phpt32 foreach(new RecursiveIteratorIterator($phar) as $path) {
33 echo str_replace('\\', '/', $path->getPathName()) . "\n";
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_013.phpt17 public function open($path, $name): bool {
20 return parent::open($path, $name);
/php-src/ext/session/tests/
H A Dsession_basic2.phpt25 $path = __DIR__;
26 var_dump(session_save_path($path));
/php-src/ext/standard/tests/streams/
H A Dbug60106-002.phpt38 stream_socket_server(): socket path exceeded the maximum allowed length of %d bytes and was truncat…
39 stream_socket_server(): socket path exceeded the maximum allowed length of %d bytes and was truncat…
/php-src/ext/phar/tests/tar/
H A Dbug67761.phpt2 Bug #67761 (Phar::mapPhar fails for Phars inside a path containing ".tar")
/php-src/sapi/fpm/fpm/
H A Dfpm_php.h43 int fpm_php_limit_extensions(char *path);

Completed in 43 milliseconds

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