Home
last modified time | relevance | path

Searched refs:n (Results 1 – 25 of 9632) sorted by last modified time

12345678910>>...386

/PHP-7.0/win32/
H A Dphp7dllts.rc73 "#include ""php7dllts.rc2""\r\n"
85 "\r\n"
H A Dphp7ts.rc73 "#include ""php7ts.rc2""\r\n"
85 "\r\n"
H A Dphp7ts_cli.rc73 "#include ""php7ts_cli.rc2""\r\n"
85 "\r\n"
/PHP-7.0/win32/build/
H A Dconfig.w3263 ARG_WITH('mp', 'Tell Visual Studio use up to [n,auto,disable] processes for compilation', 'auto');
H A Dconfig.w32.phpize.in44 ARG_WITH('mp', 'Tell Visual Studio use up to [n,auto,disable] processes for compilation', 'auto');
H A Dconfutils.js438 n = max_width - arg.arg.length;
440 for (j = 0; j < n; j++) {
H A Dmkdist.php86 $n = 0;
88 $n++;
H A Dphpize.js.in86 var c, i, ok, n;
92 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
97 item = new Module_Item(n, c, dir_line, deps, contents);
98 MODULES.Add(n, item);
104 n = FSO.GetFileName(fc.item());
105 if (n == '.svn' || n == 'tests' || n == '.git') {
112 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
117 item = new Module_Item(n, c, dir_line, deps, contents);
118 MODULES.Add(n, item);
H A Dbuildconf.js56 var c, i, ok, n;
65 n = FSO.GetFileName(fc.item());
67 if (n == '.svn' || n == 'tests')
71 if (MODULES.Exists(n)) {
72 …WScript.StdOut.WriteLine("Skipping " + dirname + "/" + n + " -- already have a module with that na…
98 item = new Module_Item(n, c, dir_line, deps, contents);
99 MODULES.Add(n, item);
/PHP-7.0/tests/strings/
H A D001.phpt16 echo("failed 1\n");
18 echo("failed 2\n");
20 echo("failed 3\n");
22 echo("failed 4\n");
24 echo("passed\n");
32 echo("failed 1\n");
34 echo("failed 2\n");
36 echo("passed\n");
49 echo("passed\n");
56 echo("passed\n");
[all …]
H A D002.phpt9 echo "\n";
13 printf("printf test 2:%d\n", 42);
14 printf("printf test 3:%f\n", 10.0/3);
15 printf("printf test 4:%.10f\n", 10.0/3);
16 printf("printf test 5:%-10.2f\n", 2.5);
18 printf("printf test 7:%010.2f\n", 2.5);
26 printf("printf test 13:%5d\n", -12);
27 printf("printf test 14:%c\n", 64);
28 printf("printf test 15:%b\n", 170);
29 printf("printf test 16:%x\n", 170);
[all …]
H A D004.phpt13 echo "\n[$var]\n";
/PHP-7.0/tests/lang/
H A Dstring_decimals_001.phpt6 echo "\n--> Testing $str:\n";
H A Dthis_assignment.phpt38 echo "\n";
H A Dtype_hints_002.phpt11 echo "-\n";
/PHP-7.0/tests/output/
H A Dbug60768.phpt13 echo str_pad($i, 9, ' ', STR_PAD_LEFT) . "\n"; // full buffer dumped every time
18 printf("Output size: %d, expected %d\n", strlen($storage), 20 + 10 * 10);
H A Dbug65593.phpt5 echo "Test\n";
H A Dflush_basic_001.phpt15 echo "Inside a user buffer\n";
19 echo "Outside of any user buffers\n";
H A Dflush_error_001.phpt11 echo "\nToo many arguments\n";
H A Dob_010.phpt10 echo "foo\n";
H A Dob_014.phpt6 echo "foo\n";
H A Dob_015.phpt6 echo "foo\n";
H A Dob_clean_basic_001.phpt11 echo "*** Testing ob_clean() : basic functionality ***\n";
14 echo "\n-- Testing ob_clean() function with Zero arguments --\n";
H A Dob_clean_error_001.phpt11 echo "*** Testing ob_clean() : error conditions ***\n";
14 echo "\n-- Testing ob_clean() function with one argument --\n";
H A Dob_end_clean_error_001.phpt12 echo "\nToo many arguments\n";

Completed in 58 milliseconds

12345678910>>...386