Home
last modified time | relevance | path

Searched refs:path (Results 376 – 400 of 853) sorted by relevance

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

/php-src/win32/
H A Dwinutil.c57 int php_win32_check_trailing_space(const char * path, const size_t path_len) in php_win32_check_trailing_space() argument
62 if (path) { in php_win32_check_trailing_space()
63 if (path[0] == ' ' || path[path_len - 1] == ' ') { in php_win32_check_trailing_space()
/php-src/ext/pdo_sqlite/tests/
H A Dbug50728.phpt8 $a = new PDO("sqlite:/this/path/should/not/exist.db");
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_fromFile_03.phpt16 Dom\XMLDocument::createFromFile(): Argument #1 ($path) must not contain percent-encoded NUL bytes
/php-src/ext/standard/
H A Dhead.h32 zend_string *path, zend_string *domain, bool secure, bool httponly,
H A Ddir.stub.php92 public readonly string $path; variable in Directory
/php-src/ext/standard/tests/file/
H A Dfopen_variation1.phpt2 fopen() with relative path on a file in the script directory
H A Ddirname_basic.phpt49 foreach ($paths as $path) {
50 var_dump( dirname($path) );
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
/php-src/ext/ftp/
H A Dftp.c694 ftp_nlist(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_nlist() argument
696 return ftp_genlist(ftp, "NLST", sizeof("NLST")-1, path, path_len); in ftp_nlist()
710 ftp_mlsd(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_mlsd() argument
917 if (!ftp_putcmd(ftp, "RETR", sizeof("RETR")-1, path, path_len)) { in ftp_get()
1081 if (!ftp_putcmd(ftp, "STOR", sizeof("STOR")-1, path, path_len)) { in ftp_put()
1125 if (!ftp_putcmd(ftp, "APPE", sizeof("APPE")-1, path, path_len)) { in ftp_append()
1153 ftp_size(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_size() argument
1161 if (!ftp_putcmd(ftp, "SIZE", sizeof("SIZE")-1, path, path_len)) { in ftp_size()
1173 ftp_mdtm(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_mdtm() argument
1184 if (!ftp_putcmd(ftp, "MDTM", sizeof("MDTM")-1, path, path_len)) { in ftp_mdtm()
[all …]
/php-src/ext/spl/tests/
H A Dbug48361.phpt2 SPL: Bug #48361 SpleFileInfo::getPathName should return the dirname's path
/php-src/ext/gettext/tests/
H A Dgettext_bindtextdomain-path.phpt2 Test if bindtextdomain() returns false if path does not exist.
/php-src/Zend/tests/
H A Dgh10072.phpt29 …public function stream_open(string $path, string $mode, int $options = 0, ?string &$openedPath = n…
76 public function unlink(string $path): bool
/php-src/ext/phar/tests/
H A Dbug81211.phpt45 Iterator RecursiveIteratorIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the …
46 Iterator RecursiveDirectoryIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the…
H A Dgh13833.phpt26 // NOTE: Phar will use the cached value of metadata if setMetaData was called on that Phar path bef…
27 // Save the writes to the phar and use a different file path.
/php-src/ext/dom/tests/
H A DDOMDocument_loadXML_error6.phpt2 Test DOMDocument::loadXML() with empty file path
/php-src/ext/zlib/tests/
H A Dgzopen_variation4.phpt2 Test gzopen() function : variation: use include path (relative directories in path)
13 echo "\n--- testing include path ---\n";
106 --- testing include path ---
/php-src/ext/xmlwriter/tests/
H A Dxmlwriter_open_uri_error_004.phpt14 Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
H A Dxmlwriter_open_uri_error_005.phpt14 Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
H A Dxmlwriter_open_uri_error_003.phpt14 Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
/php-src/tests/output/
H A Dstream_isatty_non_castable_userwrapper.phpt8 function stream_open($path, $mode, $openedpath) {
/php-src/ext/posix/tests/
H A Dposix_eaccess.phpt13 posix_eaccess(str_repeat('bogus path', 1042));
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_empty_path.phpt2 Dom\HTMLDocument::createFromFile() - empty path
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_003.phpt71 --> zlib:/path/to/my/file/file.txt : NULL
78 --> file:///path/to/file : NULL
79 --> file://path/to/file : string(4) "path"
80 --> file:/path/to/file : NULL
86 --> http://user:@pass@host/path?argument?value#etc : string(4) "host"
/php-src/ext/bz2/
H A Dbz2.c178 const char *path, in _php_stream_bz2open() argument
188 if (strncasecmp("compress.bzip2://", path, 17) == 0) { in _php_stream_bz2open()
189 path += 17; in _php_stream_bz2open()
196 virtual_filepath_ex(path, &path_copy, NULL); in _php_stream_bz2open()
198 path_copy = (char *)path; in _php_stream_bz2open()
221 stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST, opened_path); in _php_stream_bz2open()
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.h28 char *path; member

Completed in 69 milliseconds

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