Home
last modified time | relevance | path

Searched refs:path (Results 1 – 25 of 720) sorted by path

12345678910>>...29

/PHP-7.0/
H A DINSTALL242 --with-config-file-path=/some/path in step 5.
341 "bin-path" => "/usr/local/bin/php-cgi",
457 path and run:
473 /path/to/server/https-servername/config/.
485 ini="/path/to/php.ini"]
532 <Object ppath="d:\path\to\authenticated\dir\*">
1128 drive:\\path\to\php\executable\php.exe -i
1271 --php-binary Full path to php CLI or CGI binary
1654 --with-config-file-path=/etc
1684 + > run -X -f /path/to/httpd.conf
[all …]
H A DMakefile.global52 i=`$(top_srcdir)/build/shtool path -d $$i`; \
98 INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \
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)
H A DREADME.PARAMETER_PARSING_API65 p - valid path (string without null bytes in the middle) and its length (char*, size_t)
66 P - valid path (string without null bytes in the middle) as zend_string (zend_string*)
109 # php ./scripts/dev/check_parameters.php /path/to/your/sources/
H A DREADME.SELF-CONTAINED-EXTENSIONS55 [--with-php-config=/path/to/php-config] \
135 [--with-php-config=/path/to/php-config]
H A DREADME.STREAMS49 PHPAPI php_stream *php_stream_open_wrapper(const char *path, const char *mode,
53 path is the file or resource to open.
56 IGNORE_PATH (default) - don't use include path to search for the file
57 USE_PATH - use include path to search for the file
67 opened_path is used to return the path of the actual file opened,
95 PHPAPI php_stream *php_stream_sock_open_unix(const char *path, int persistent,
H A DREADME.TESTING30 sapi/cli/php [-c /path/to/php.ini] run-tests.php [ext/foo/tests/GLOB]
H A DREADME.TESTING242 php server-tests.php -p /path/to/php-cli
45 php server-tests.php -p /path/to/php-cgi
48 php server-tests.php -w -u http://localhost/test -m /path/to/htdocs/test
54 php server-tests.php -c /path/to/server-tests-config.php
58 php server-tests.php -c /path/to/server-tests-config.php -w -t 3 -d /path/to/testdir
95 $filename full native path to file, will become PATH_TRANSLATED
115 PATH_INFO=/path/info
H A Dacinclude.m460 dnl PHP_EXPAND_PATH(path, variable)
62 dnl expands path to an absolute path and assigns it to variable
442 dnl PHP_ADD_LIBPATH(path [, SHARED-LIBADD])
444 dnl Adds a path to linkpath/runpath (LDFLAGS)
487 dnl PHP_ADD_INCLUDE(path [,before])
489 dnl add an include path.
573 dnl and path to linkpath/runpath (not deferred)
613 dnl PHP_ADD_FRAMEWORKPATH(path [,before])
635 dnl PHP_ADD_FRAMEWORK_WITH_PATH(framework, path)
2589 dnl PHP_INSTALL_HEADERS(path [, file ...])
[all …]
H A Dconfigure.in791 case `$php_shtool path $CC` in
904 PHP_ARG_WITH(config-file-path, path to configuration file,
905 [ --with-config-file-path=PATH
906 … Set the path in which to look for php.ini @<:@PREFIX/lib@:>@], DEFAULT, no)
922 Set the path where to scan for configuration files], DEFAULT, no)
945 AC_MSG_ERROR([Cannot locate libgcc. Make sure that gcc is in your path])
1203 dnl Build extension directory path
/PHP-7.0/Zend/tests/
H A Dbug38779.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug38779_1.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug47593.phpt2 Bug #47593 (interface_exists() returns false when using absolute namespace path)
H A Ddebug_backtrace_with_include_and_this.phpt6 function stream_open($path, $mode, $options, $opened_path) {
/PHP-7.0/Zend/
H A Dzend_compile.c1741 path += 2; in zend_dirname()
1778 if (end < path) { in zend_dirname()
1781 path[1] = '\0'; in zend_dirname()
1789 if (end < path) { in zend_dirname()
1793 path[0] = '.'; in zend_dirname()
1794 path[1] = '\0'; in zend_dirname()
1797 path[0] = '\0'; in zend_dirname()
1801 path[0] = '.'; in zend_dirname()
1802 path[1] = '\0'; in zend_dirname()
1811 if (end < path) { in zend_dirname()
[all …]
H A Dzend_compile.h778 ZEND_API size_t zend_dirname(char *path, size_t len);
H A Dzend_extensions.c28 int zend_load_extension(const char *path) in zend_load_extension() argument
35 handle = DL_LOAD(path); in zend_load_extension()
38 fprintf(stderr, "Failed loading %s: %s\n", path, DL_ERROR()); in zend_load_extension()
40 fprintf(stderr, "Failed loading %s\n", path); in zend_load_extension()
56 fprintf(stderr, "%s doesn't appear to be a valid Zend extension\n", path); in zend_load_extension()
H A Dzend_extensions.h129 ZEND_API int zend_load_extension(const char *path);
H A Dzend_virtual_cwd.c317 if (path[0] >= 'A' && path[0] <= 'Z') { in php_sys_stat_ex()
333 if (path[0] >= 'A' && path[0] <= 'Z') { in php_sys_stat_ex()
669 memcmp(path, (*bucket)->path, path_len) == 0) { in realpath_cache_del()
710 memcpy(bucket->path, path, path_len+1); in realpath_cache_add()
754 memcmp(path, (*bucket)->path, path_len) == 0) { in realpath_cache_find()
840 if (j == 0 && path[0] == '.' && path[1] == '.' && in tsrm_realpath_r()
847 path[j+1] == '.' && path[j+2] == '.' && in tsrm_realpath_r()
1065 memmove(path+i, path, j+1); in tsrm_realpath_r()
1124 memmove(path+i, path, j+1); in tsrm_realpath_r()
1458 } else if (!IS_ABSOLUTE_PATH(path, strlen(path))) { in virtual_realpath()
[all …]
H A Dzend_virtual_cwd.h71 (len >= 2 && IS_SLASH(path[0]) && IS_SLASH(path[1]))
73 …(len >= 2 && (/* is local */isalpha(path[0]) && path[1] == ':' || /* is UNC */IS_SLASH(path[0]) &&…
86 ((strchr(path, ':') != NULL) || ((len >= 1) && ((path[0] == '/') || (path[0] == '\\'))))
266 #define VCWD_CHDIR(path) virtual_chdir(path) argument
273 #define VCWD_UNLINK(path) virtual_unlink(path) argument
294 #define VCWD_OPEN(path, flags) open(path, flags) argument
296 #define VCWD_CREAT(path, mode) creat(path, mode) argument
304 #define VCWD_CHDIR(path) chdir(path) argument
308 #define VCWD_LSTAT(path, buff) lstat(path, buff) argument
309 #define VCWD_UNLINK(path) unlink(path) argument
[all …]
/PHP-7.0/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 …]
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-7.0/ext/bz2/
H A Dbz2.c242 const char *path, in _php_stream_bz2open() argument
252 if (strncasecmp("compress.bzip2://", path, 17) == 0) { in _php_stream_bz2open()
253 path += 17; in _php_stream_bz2open()
260 virtual_filepath_ex(path, &path_copy, NULL); in _php_stream_bz2open()
262 path_copy = (char *)path; in _php_stream_bz2open()
285 stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST, opened_path); in _php_stream_bz2open()
H A Dconfig.m412 AC_MSG_CHECKING(for BZip2 in default path)
H A Dphp_bz2.h53 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, const char *path, const ch…
57 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument

Completed in 135 milliseconds

12345678910>>...29