Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 25 of 140) sorted by last modified time

123456

/PHP-7.1/
H A Dconfigure.in222 search paths], yes, no)
383 dnl paths to the targets are relative to the build directory
H A Dserver-tests.php709 $paths = explode(';',$this->conf['TEST_PATHS']);
711 $paths = explode(':|;',$this->conf['TEST_PATHS']);
713 foreach($paths as $path) {
H A Dphp.ini-development771 ; this to 1 will cause PHP CGI to fix its paths to conform to the spec. A setting
H A Dphp.ini-production771 ; this to 1 will cause PHP CGI to fix its paths to conform to the spec. A setting
H A Dltmain.sh1422 $echo "$modename: only absolute run-paths are allowed" 1>&2
/PHP-7.1/sapi/fpm/
H A Dphp-fpm.conf.in5 ; All relative paths in this configuration file are relative to PHP's install
H A Dwww.conf.in353 ; possible. However, all PHP paths will be relative to the chroot
/PHP-7.1/sapi/cgi/
H A DCHANGES8 --disable-path-info-check CGI: If this is disabled, paths such as
/PHP-7.1/ext/xsl/tests/
H A Dbug53965.phpt2 Bug #53965 (<xsl:include> cannot find files with relative paths when loaded with "file://")
/PHP-7.1/ext/xml/
H A Dxml.mak89 # Virtual paths
/PHP-7.1/ext/standard/tests/strings/
H A Dbasename_basic.phpt11 /* simple paths */
17 /* simple paths with trailing slashes */
24 /* paths with suffix removal */
31 /* paths with suffix and trailing slashes with suffix removal*/
38 /* paths with basename only suffix, with suffix removal*/
43 /* paths with basename only suffix & trailing slashes, with suffix removal*/
48 /* paths with binary value to check if the function is binary safe*/
H A Dbasename_invalid_path.phpt2 Test basename() function : usage variations with invalid paths
H A Dbasename_variation.phpt11 /* paths with shortcut home dir char, with suffix variation */
24 /* paths with hostname:dir notation, with suffix variation */
42 /* paths with numeirc strings */
54 /* paths and suffix given as same */
66 /* empty paths */
/PHP-7.1/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt275 ["windows paths"]=>
H A Dparse_ini_string_001.phpt29 [paths]
341 [paths] => Array
/PHP-7.1/ext/standard/tests/file/
H A Dunlink_variation8-win32.phpt2 Test unlink() function : variation: various valid and invalid paths
H A Dunlink_variation8.phpt2 Test unlink() function : variation: various valid and invalid paths
H A Dunlink_variation9-win32.phpt2 Test unlink() function : variation: various valid and invalid paths
H A Dtempnam_variation8-win32.phpt2 Test tempnam() function: usage variations - various absolute and relative paths
16 /* Creating unique files in various dirs by passing relative paths to $dir arg */
18 echo "*** Testing tempnam() with absolute and relative paths ***\n";
28 // absolute paths
37 // relative paths
90 *** Testing tempnam() with absolute and relative paths ***
H A Dtouch_variation5-win32.phpt2 Test touch() function : variation: various valid and invalid paths
24 $paths = array(
54 echo "\n*** testing nonexisting paths ***\n";
55 test_nonexisting($paths);
58 test_existing($paths, false);
61 test_existing($paths, true);
68 function test_nonexisting($paths) {
69 foreach($paths as $path) {
111 function test_existing($paths, $are_dirs) {
112 foreach($paths as $path) {
[all …]
H A Dtouch_variation5.phpt2 Test touch() function : variation: various valid and invalid paths
24 $paths = array(
54 echo "\n*** testing nonexisting paths ***\n";
55 test_nonexisting($paths);
58 test_existing($paths, false);
61 test_existing($paths, true);
68 function test_nonexisting($paths) {
69 foreach($paths as $path) {
111 function test_existing($paths, $are_dirs) {
112 foreach($paths as $path) {
[all …]
H A Dtouch_variation6-win32.phpt2 Test touch() function : variation: various valid and invalid paths
27 $paths = array(
60 echo "\n*** testing nonexisting paths ***\n";
61 test_nonexisting($paths);
64 test_existing($paths, false);
67 test_existing($paths, true);
74 function test_nonexisting($paths) {
75 foreach($paths as $path) {
117 function test_existing($paths, $are_dirs) {
118 foreach($paths as $path) {
[all …]
H A Dtempnam_variation2-win32.phpt2 Test tempnam() function: usage variations - various absolute and relative paths
14 /* Creating unique files in various dirs by passing relative paths to $dir arg */
16 echo "*** Testing tempnam() with absolute and relative paths ***\n";
26 // absolute paths
36 // relative paths
91 *** Testing tempnam() with absolute and relative paths ***
H A Dtempnam_variation2.phpt2 Test tempnam() function: usage variations - various absolute and relative paths
14 /* Creating unique files in various dirs by passing relative paths to $dir arg */
16 echo "*** Testing tempnam() with absolute and relative paths ***\n";
26 // absolute paths
36 // relative paths
91 *** Testing tempnam() with absolute and relative paths ***
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dbug54977.phpt21 $paths = array("多国語", "王", "汚れて掘る");
24 foreach ($paths as $d) {
35 foreach ($paths as $d) {

Completed in 65 milliseconds

123456