Home
last modified time | relevance | path

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

123456

/PHP-7.3/
H A DMakefile.global53 paths="$$paths $(INSTALL_ROOT)$(phpincludedir)/$$i"; \
55 $(mkinstalldirs) $$paths && \
H A DNEWS119 . Fixed bug #80115 (mysqlnd.debug doesn't recognize absolute paths with
H A DREADME.UNIX-BUILD-SYSTEM92 Make sure to prefix *all* relative paths correctly with either
95 absolute paths or relative ones to the top build-directory.
H A Dacinclude.m4171 dnl are substituted with the proper paths. Can be used to supply
387 dnl paths to the PHP build system which are only given in compiler
417 dnl Use this macro, if you need to add header search paths to the PHP
615 dnl and include lines. default paths include (but are
2948 dnl Set paths properly when called from extension
H A Dconfigure.ac193 search paths], yes, no)
335 dnl paths to the targets are relative to the build directory
/PHP-7.3/build/
H A Dlibtool.m41229 [AC_MSG_CHECKING([how to hardcode library paths into programs])
2174 dnl $ac_dummy forces splitting on constant user-supplied paths.
2262 # Accept absolute paths.
3726 # use absolute paths for naming shared libraries, and exclude the
3885 # Internal compiler library paths should come after those
4403 # Whether we should hardcode library paths into libraries.
H A Dshtool514 paths=`echo $PATH | sed -e 's/:/ /g'`
516 for dir in $paths; do
1686 paths="`echo $opt_p |\
1727 for dir in $paths; do
1767 for path in $paths /lib /usr/lib /usr/local/lib; do
1797 for path in $paths; do
/PHP-7.3/ext/opcache/tests/
H A Drevalidate_path_01.phpt2 revalidate_path 01: OPCache must cache only resolved real paths when revalidate_path is set
/PHP-7.3/ext/phar/tests/
H A Dbug54289.phpt32 // should also not be able to pull out /, because paths are not "rooted" that way
H A Dphar_mount.phpt58 Can only mount internal paths within a phar archive, use a relative path instead of "phar://%sphar_…
/PHP-7.3/ext/phar/tests/files/
H A Dpear2coverage.phar.php444 $paths = $agg->retrievePathsForTest($test);
445 foreach ($paths as $name) {
1514 $paths = $this->retrievePaths(1);
1515 echo "Scanning ", count($paths), " source files";
1516 foreach ($paths as $path) {
1544 $paths = $this->retrieveTestPaths();
1545 echo "Scanning ", count($paths), " test paths";
1546 foreach ($paths as $path) {
/PHP-7.3/ext/posix/tests/
H A D001.phpt2 posix_access() with bogus paths
/PHP-7.3/ext/snmp/
H A Dconfig.m433 AC_MSG_ERROR([Could not find the required paths. Please check your net-snmp installation.])
/PHP-7.3/ext/sockets/tests/
H A Dbug76839.phpt15 // Unforunately, looping around 10 times and using random paths is the
H A Dsocket_abstract_path.phpt2 Support for paths in the abstract namespace (bind, connect)
H A Dsocket_abstract_path_sendmsg.phpt2 Support for paths in the abstract namespace (bind, sendmsg, recvmsg)
/PHP-7.3/ext/spl/internal/
H A Dsplfileobject.inc37 * @param $use_include_path Whether to search in include paths
/PHP-7.3/ext/standard/tests/dir/
H A Dbug73877.phpt2 Bug #73877 readlink() returns garbage for UTF-8 paths
H A Dchdir_basic-win32-mb.phpt17 * Test basic functionality of chdir() with absolute and relative paths
38 echo "\n-- Testing chdir() with relative paths: --\n";
57 -- Testing chdir() with relative paths: --
H A Dchdir_basic.phpt11 * Test basic functionality of chdir() with absolute and relative paths
32 echo "\n-- Testing chdir() with relative paths: --\n";
50 -- Testing chdir() with relative paths: --
H A Dchdir_variation2-win32-mb.phpt2 Test chdir() function : usage variations - relative paths
17 * Test chdir() with variations of relative paths
H A Dchdir_variation2.phpt2 Test chdir() function : usage variations - relative paths
11 * Test chdir() with variations of relative paths
H A Ddir_variation9.phpt2 Test dir() function : usage variations - relative valid and invalid paths
22 echo "*** Testing dir() : checking with valid and invalid paths ***\n";
43 // open the directory with valid paths
44 echo "\n-- With valid paths --\n";
51 echo "\n-- With invalid paths --\n";
76 *** Testing dir() : checking with valid and invalid paths ***
78 -- With valid paths --
104 -- With invalid paths --
H A Dopendir_basic-win32-mb.phpt17 * Test basic functionality of opendir() with absolute and relative paths as $path argument
38 echo "\n-- Testing opendir() with relative paths: --\n";
61 -- Testing opendir() with relative paths: --
H A Dopendir_basic.phpt11 * Test basic functionality of opendir() with absolute and relative paths as $path argument
32 echo "\n-- Testing opendir() with relative paths: --\n";
55 -- Testing opendir() with relative paths: --

Completed in 80 milliseconds

123456