Home
last modified time | relevance | path

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

1...<<212223242526272829

/PHP-7.0/
H A Drun-tests.php1027 $path = $url_bits['host'].$url_bits['path'];
1034 $path = $url_bits['path'];
1051 fwrite($fs, "POST " . $path . "?status=$status&version=$php_version HTTP/1.1\r\n");
H A DNEWS113 . Fixed bug #53070 (enchant_broker_get_path crashes if no path is set). (jelle
1018 . Fixed bug #73072 (Invalid path SNI_server_certs causes segfault).
1379 . Fixed bug #72484 (SCRIPT_FILENAME shows wrong path if the user specify
2522 . Made fontFetch's path parser thread-safe. (Sara)
/PHP-7.0/Zend/
H A Dzend_compile.h778 ZEND_API size_t zend_dirname(char *path, size_t len);
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja756 ImageTTFText($im,$size,$angle,$x1,$y1,$color,"/path/to/font.ttf",
761 ImageTTFText($im,$size,$angle,$x1,$y1,$color,"/path/to/font.ttf","���ܸ�");
/PHP-7.0/ext/filter/docs/
H A Dfilter.txt152 * PATH_REQUIRED: The 'path' part of the URL
/PHP-7.0/ext/ftp/tests/
H A Dserver.inc314 fputs($s, "257 \"/path/to/ftproot$cwd$m[1]\" created.\r\n");
/PHP-7.0/ext/pcre/tests/
H A Dpreg_match_error4.phpt23 "type": "path",
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_module.c675 add_next_index_stringl(return_value, p->path, p->path_length);
/PHP-7.0/ext/openssl/
H A DREADME21 2. As a string in the format file://filename, where filename is the path to the
/PHP-7.0/ext/standard/
H A Durl_scanner_ex.re123 * Don't modify "//example.com" full path, unless
/PHP-7.0/ext/odbc/
H A Dconfig.m454 # Check for the library files, and setup the ODBC_LIBS path...
/PHP-7.0/ext/gd/
H A Dgd.c2613 zend_string *path; in _php_image_output() local
2615 tmp = php_open_temporary_file(NULL, NULL, &path); in _php_image_output()
2672 VCWD_UNLINK((const char *)ZSTR_VAL(path)); /* make sure that the temporary file is removed */ in _php_image_output()
2673 zend_string_release(path); in _php_image_output()
/PHP-7.0/ext/phar/phar/
H A Dpharcommand.inc216 $path = explode(PATH_SEPARATOR, $_ENV['PATH']);
218 foreach ($path as $component) {
/PHP-7.0/ext/standard/tests/file/
H A Dfile.inc155 $file_path = dir path where file exists
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog492 backtracking path, when more than four alternatives are present inside a
816 cases when there was a capture on one path that was subsequently abandoned
2313 case of pcre_dfa_exec(), "no match" is given if every matching path for the
2677 (Perl fails the current match path).
2705 on the OP_ANY path.
4232 option but starts with a hyphen. Could be a pattern or a path name
4288 prefix path and installing with another. (Or so I'm told by someone who
5080 because what follows is always an absolute path. (Later: it turns out that this
5081 is more than cosmetic for MinGW, because it doesn't like empty path
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch1918 - "path too long: `%s'", buf);
1923 - "x-path-too-long") == -1)
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c2624 ZEND_ARG_INFO(0, path)
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt1416 single path through the tree, checking that the subject matches what is
1432 Because it ends up with a single path through the tree, it is rela-
3766 mode. When the JIT fast path function is used, this error may be also
7354 Recording which path was taken
7367 (*PRUNE:NAME), or (*THEN:NAME) on the matching path is passed back to
7439 most recently passed (*MARK) in the path is passed back when (*COMMIT)
7507 is triggered, the previous path through the pattern is searched for the
8358 sible performance, there is also a "fast path" API that is JIT-spe-
8675 possible performance, can instead use a "fast path" API to call JIT
8679 The fast path function is called pcre_jit_exec(), and it takes exactly
[all …]
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c31980 err = fsctl(path, afpfsByteRangeLock2FSCTL, &pb, 0);
31985 path, tErrno, strerror(tErrno)));
35896 pUnused = findReusableFd(path, openFlags);
35906 fd = robust_open(path, openFlags, 0);
35909 if( proxyCreateLockPath(path) == SQLITE_OK ){
35910 fd = robust_open(path, openFlags, 0);
35916 fd = robust_open(path, openFlags, 0);
36451 if( !path || path[0]=='\0' || !strcmp(path, ":auto:") ||
36464 pCtx->lockProxyPath = sqlite3DbStrDup(0, path);
36518 if( !path || path[0]=='\0' || !strcmp(path, ":auto:") ){
[all …]
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic4166 # We skip the path here, because it is often long (so file will
12945 # File path: /var/lib/mlocate/mlocate.db by default (but configurable)
13695 0 string/tc return-path: SMTP mail text
20616 # the file is over 4G, and the backing file path is stored after the first 4G,
20619 >>>(12.L) string >\0 (path %s)
20631 # the file is over 4G, and the backing file path is stored after the first 4G,
20634 >>>(12.L) string >\0 (path %s)
20999 >20 lelong&8 8 \b, Has Relative path

Completed in 563 milliseconds

1...<<212223242526272829