Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 4507) sorted by last modified time

12345678910>>...181

/PHP-5.5/win32/
H A Dsyslog.reg5 "EventMessageFile"="g:\\test\\srctrunkinstall\\php5ts.dll"
H A Dfnmatch.c62 char c, test; in fnmatch() local
107 while ((test = *string) != EOS) { in fnmatch()
110 if (test == '/' && flags & FNM_PATHNAME) in fnmatch()
153 rangematch(const char *pattern, char test, int flags) in rangematch() argument
169 test = tolower((unsigned char)test); in rangematch()
191 if ((unsigned char)c <= (unsigned char)test && in rangematch()
192 (unsigned char)test <= (unsigned char)c2) in rangematch()
194 } else if (c == test) in rangematch()
H A Dinstall.txt346 To test if ActiveScript is working, create a new file, named test.wsf
348 <job id="test">
813 some CGI environment variables in it. You can test this by starting
1231 to make others able to reproduce and test your problem.
1510 and then try to reproduce the problem with a small test case. If you
/PHP-5.5/win32/build/
H A Dcvsclean.js112 if (l.length == 0 || re.test(l)) {
H A Dsvnclean.js112 if (l.length == 0 || re.test(l)) {
/PHP-5.5/tests/security/
H A Dopen_basedir_opendir.phpt12 var_dump(opendir($initdir."/test/ok/"));
13 var_dump(opendir($initdir."/test/ok"));
14 var_dump(opendir($initdir."/test/ok/../ok"));
60 Warning: opendir(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
62 Warning: opendir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
65 Warning: opendir(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not wit…
67 Warning: opendir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
H A Dopen_basedir_readlink.phpt19 $target = ($initdir."/test/bad/bad.txt");
20 $symlink = ($initdir."/test/ok/symlink.txt");
23 chdir($initdir."/test/ok");
29 var_dump(readlink($initdir."/test/ok/symlink.txt"));
31 $target = ($initdir."/test/ok/ok.txt");
32 $symlink = ($initdir."/test/ok/symlink.txt");
64 Warning: readlink(): open_basedir restriction in effect. File(%s/test/ok/symlink.txt) is not within…
67 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
70 Warning: readlink(): open_basedir restriction in effect. File(%s/test/ok/symlink.txt) is not within…
H A Dopen_basedir_realpath.phpt29 Warning: realpath(): open_basedir restriction in effect. File(%s\test\bad) is not within the allowe…
32 Warning: realpath(): open_basedir restriction in effect. File(%s\test\bad\bad.txt) is not within th…
35 Warning: realpath(): open_basedir restriction in effect. File(%s\test) is not within the allowed pa…
38 Warning: realpath(): open_basedir restriction in effect. File(%s\test) is not within the allowed pa…
44 Warning: realpath(): open_basedir restriction in effect. File(%s\test\bad) is not within the allowe…
53 Warning: realpath(): open_basedir restriction in effect. File(%s\test) is not within the allowed pa…
55 string(%d) "%s\test\ok"
56 string(%d) "%s\test\ok\ok.txt"
57 string(%d) "%s\test\ok\ok.txt"
58 string(%d) "%s\test\ok\ok.txt"
[all …]
H A Dopen_basedir_rename.phpt15 var_dump(rename($initdir."/test/bad/bad.txt", "rename.txt"));
44 Warning: rename(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the …
H A Dopen_basedir_rmdir.phpt15 var_dump(rmdir($initdir."/test/bad"));
44 Warning: rmdir(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed p…
H A Dopen_basedir_scandir.phpt12 var_dump(scandir($initdir."/test/ok/"));
13 var_dump(scandir($initdir."/test/ok"));
14 var_dump(scandir($initdir."/test/ok/../ok"));
72 Warning: scandir(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
74 Warning: scandir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
79 Warning: scandir(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not wit…
81 Warning: scandir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
H A Dopen_basedir_stat.phpt41 Warning: stat(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
44 Warning: stat(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within…
H A Dopen_basedir_symlink.phpt17 $target = ($initdir."/test/ok/ok.txt");
23 $symlink = ($initdir."/test/ok/symlink.txt");
30 $target = ($initdir."/test/ok/ok.txt");
36 $symlink = ($initdir."/test/ok/ok2/ok.txt");
37 …ok.txt", $symlink)); // $target == (dirname($symlink)."/".$target) == ($initdir."/test/ok/ok.txt");
58 Warning: symlink(): open_basedir restriction in effect. File(%s/test/symlink.txt) is not within the…
64 Warning: symlink(): open_basedir restriction in effect. File(%s/test/symlink.txt) is not within the…
67 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
70 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed…
73 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
[all …]
H A Dopen_basedir_tempnam.phpt11 var_dump(tempnam("../bad", "test"));
12 var_dump(tempnam("..", "test"));
13 var_dump(tempnam("../", "test"));
14 var_dump(tempnam("/", "test"));
16 var_dump(tempnam("./../.", "test"));
17 var_dump(tempnam("", "test"));
19 //absolute test
20 $file = tempnam($initdir."/test/ok", "test");
24 //relative test
25 $file = tempnam(".", "test");
[all …]
H A Dopen_basedir_touch.phpt20 var_dump(touch($initdir."/test/ok/ok.txt"));
H A Dopen_basedir_unlink.phpt15 var_dump(unlink($initdir."/test/bad/bad.txt"));
44 Warning: unlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the …
H A Dopen_basedir.inc64 var_dump(mkdir($directory."/test"));
65 var_dump(mkdir($directory."/test/ok"));
66 var_dump(mkdir($directory."/test/bad"));
67 file_put_contents($directory."/test/ok/ok.txt", "Hello World!");
72 $directory = (getcwd()."/test");
85 var_dump($function($directory."/test/bad/bad.txt"));
86 var_dump($function($directory."/test/bad/../bad/bad.txt"));
99 var_dump(chdir($directory."/test/ok"));
119 var_dump(is_array($function($directory."/test/ok/ok.txt")));
133 var_dump($function($directory."/test/ok/ok.txt"));
[all …]
H A Dopen_basedir_chmod.phpt21 var_dump(chmod($initdir."/test/ok/ok.txt", 0600));
26 chmod($initdir."/test/ok/ok.txt", 0777);
/PHP-5.5/tests/strings/
H A D001.phpt28 $test = "This is a test";
29 $found1 = strstr($test, 32);
30 $found2 = strstr($test, "a ");
31 if ($found1 != " is a test") {
40 $test = "fola fola blakken";
41 $found1 = strrchr($test, "b");
53 $test = "abCdEfg";
54 $upper = strtoupper($test);
62 $test = "ABcDeFG";
63 $lower = strtolower($test);
[all …]
H A D002.phpt49 fprintf test 1:abcde
52 printf test 2:42
65 printf test 13: -12
66 printf test 14:@
68 printf test 16:aa
69 printf test 17:AA
76 printf test 24:abcde
78 printf test 26:2 1
79 printf test 27:3 1 2
80 printf test 28:02 1
[all …]
/PHP-5.5/tests/output/
H A Dob_start_basic_003.phpt2 ob_start(): ensure even fatal error test is affected by output buffering.
/PHP-5.5/tests/
H A Dquicktester.inc21 foreach ($tests as $n=>$test)
24 if (!$test) continue;
27 if (substr(trim($test), -1, 1) === ';') {
28 echo "WARNING: trailing ';' found in test ".($n+1)."\n";
36 if (strpos($test, $a_operator)!== FALSE) {
38 list($left,$right) = explode($operator, $test);
43 echo "WARNING: unknown operator in '$test' (1)\n";
62 echo "WARNING: unknown operator in '$test' (2)\n";
69 echo "$test\n";
/PHP-5.5/tests/run-test/
H A Dtest005.phpt9 // If this test fails ask the developers of run-test.php
H A Dtest008.phpt9 // If this test fails ask the developers of run-test.php
H A Dtest008a.phpt9 // If this test fails ask the developers of run-test.php

Completed in 101 milliseconds

12345678910>>...181