Home
last modified time | relevance | path

Searched refs:path (Results 651 – 675 of 678) sorted by relevance

1...<<2122232425262728

/PHP-5.5/build/
H A Dlibtool.m41495 # which wouldn't understand a cygwinified path. Ahh.
1710 # Append ld.so.conf contents to the search path
2256 # Check if gcc -print-prog-name=ld gives a path.
3092 # as there is no search path for DLLs.
4395 # This is the shared library runtime path variable.
4398 # This is the shared library path variable.
4445 # Compile-time system search path for libraries
4448 # Run-time system search path for libraries
5465 # as there is no search path for DLLs.
5776 # no search path for DLLs.
[all …]
/PHP-5.5/ext/pdo_oci/
H A Dconfig.m487 # From 11.1.0.7 the RPM path only has an X.Y component
/PHP-5.5/main/
H A Dmain.c276 char *envpath, *path; in php_binary_init() local
284 path = estrdup(envpath); in php_binary_init()
285 search_dir = php_strtok_r(path, ":", &last); in php_binary_init()
295 efree(path); in php_binary_init()
/PHP-5.5/ext/standard/tests/file/
H A Dfopen_variation14-win32.phpt2 Test fopen() function : variation: file uri, no use include path
H A Dfopen_variation15-win32.phpt2 Test fopen() function : variation: file uri, use include path = true
H A Dfile.inc155 $file_path = dir path where file exists
/PHP-5.5/ext/standard/
H A Dstring.c1531 PHPAPI size_t php_dirname(char *path, size_t len) argument
1533 return zend_dirname(path, len);
1562 char *path, *ret = NULL; local
1567 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &path, &path_len, &opt) == FAILURE) {
1577 ret = estrndup(path, path_len);
1587 php_basename(path, path_len, NULL, 0, &ret, &ret_len TSRMLS_CC);
1596 php_basename(path, path_len, NULL, 0, &ret, &ret_len TSRMLS_CC);
1613 php_basename(path, path_len, NULL, 0, &ret, &ret_len TSRMLS_CC);
/PHP-5.5/ext/filter/
H A Dlogical_filters.c493 …((flags & FILTER_FLAG_PATH_REQUIRED) && url->path == NULL) || ((flags & FILTER_FLAG_QUERY_REQUIRED… in php_filter_validate_url()
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc186 self::error("Requested path '$arg' does not exist.\n");
H A Dpharcommand.inc216 $path = explode(PATH_SEPARATOR, $_ENV['PATH']);
218 foreach ($path as $component) {
/PHP-5.5/
H A DREADME.TESTING30 sapi/cli/php [-c /path/to/php.ini] run-tests.php [ext/foo/tests/GLOB]
H A Drun-tests.php987 $path = $url_bits['host'].$url_bits['path'];
994 $path = $url_bits['path'];
1011 fwrite($fs, "POST " . $path . "?status=$status&version=$php_version HTTP/1.1\r\n");
H A DNEWS692 . Fixed bug #60704 (unlink() bug with some files path).
947 . Made fontFetch's path parser thread-safe. (Sara).
1488 . Fixed issue #115 (path issue when using phar). (Dmitry)
5062 - Fixed bug #51627 (script path not correctly evaluated).
6386 path) (Pierre)
6503 a relative path. (Pierre)
6639 relative path. (Pierre)
7116 - Fixed bug #42699 (PHP_SELF duplicates path). (Dmitry)
7131 - Fixed bug #42523 (PHP_SELF duplicates path). (Dmitry)
7899 install path). (Tony)
[all …]
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc297 fputs($s, "257 \"/path/to/ftproot$cwd$m[1]\" created.\r\n");
/PHP-5.5/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-5.5/ext/filter/docs/
H A Dfilter.txt152 * PATH_REQUIRED: The 'path' part of the URL
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c630 add_next_index_stringl(return_value, p->path, p->path_length, 1); in add_blacklist_path()
/PHP-5.5/ext/openssl/
H A DREADME21 2. As a string in the format file://filename, where filename is the path to the
/PHP-5.5/ext/odbc/
H A Dconfig.m454 # Check for the library files, and setup the ODBC_LIBS path...
/PHP-5.5/Zend/
H A Dzend_compile.h713 ZEND_API size_t zend_dirname(char *path, size_t len);
/PHP-5.5/ext/gd/
H A Dgd.c2632 char *path; in _php_image_output() local
2634 tmp = php_open_temporary_file(NULL, NULL, &path TSRMLS_CC); in _php_image_output()
2691 VCWD_UNLINK((const char *)path); /* make sure that the temporary file is removed */ in _php_image_output()
2692 efree(path); in _php_image_output()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1815 - "path too long: `%s'", buf);
1820 - "x-path-too-long") == -1)
2330 dllpath[MAX_PATH] = 0; /* just in case long path gets truncated and not null terminated */
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch415 restlen = strlen( path );
417 (void) strcpy( rest, path );
/PHP-5.5/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-5.5/ext/simplexml/
H A Dsimplexml.c2520 ZEND_ARG_INFO(0, path)

Completed in 168 milliseconds

1...<<2122232425262728