Home
last modified time | relevance | path

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

12345678910>>...349

/PHP-5.3/win32/
H A Dphp5dllts.rc73 "#include ""php5dllts.rc2""\r\n"
85 "\r\n"
H A Dphp5ts.rc73 "#include ""php5ts.rc2""\r\n"
85 "\r\n"
H A Dphp5ts_cli.rc73 "#include ""php5ts_cli.rc2""\r\n"
85 "\r\n"
/PHP-5.3/win32/build/
H A Dconfutils.js402 n = max_width - arg.arg.length;
404 for (j = 0; j < n; j++) {
H A Dmkdist.php80 $n = 0;
82 $n++;
H A Dphpize.js.in83 var c, i, ok, n;
89 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
94 item = new Module_Item(n, c, dir_line, deps, contents);
95 MODULES.Add(n, item);
101 n = FSO.GetFileName(fc.item());
102 if (n == '.svn' || n == 'tests' || n == '.git') {
109 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
114 item = new Module_Item(n, c, dir_line, deps, contents);
115 MODULES.Add(n, item);
H A Dbuildconf.js57 var c, i, ok, n;
66 n = FSO.GetFileName(fc.item());
68 if (n == '.svn' || n == 'tests')
72 if (MODULES.Exists(n)) {
73 …WScript.StdOut.WriteLine("Skipping " + dirname + "/" + n + " -- already have a module with that na…
99 item = new Module_Item(n, c, dir_line, deps, contents);
100 MODULES.Add(n, item);
H A Dconfig.w32151 ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for compilation', 'auto');
H A Dconfig.w32.phpize.in144 ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for compilation', 'auto');
/PHP-5.3/tests/strings/
H A Dbug26703.phpt12 highlight_string('<?php echo "foo[] $a \n"; ?>');
16 …n><span style="color: #0000BB">$a</span><span style="color: #DD0000">&nbsp;\n"</span><span style="…
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.phpt14 echo "\n[$var]\n";
/PHP-5.3/tests/output/
H A Dob_start_error_001.phpt19 echo "\n- Too many arguments\n";
22 echo "\n- Arg 1 wrong type\n";
25 echo "\n- Arg 2 wrong type\n";
28 echo "\n- Arg 3 wrong type\n";
/PHP-5.3/tests/
H A Dquicktester.inc19 $tests = explode("\n",$tests);
21 foreach ($tests as $n=>$test)
28 echo "WARNING: trailing ';' found in test ".($n+1)."\n";
43 echo "WARNING: unknown operator in '$test' (1)\n";
62 echo "WARNING: unknown operator in '$test' (2)\n";
68 echo "\nAssert failed:\n";
69 echo "$test\n";
/PHP-5.3/tests/security/
H A Dmagic_quotes_gpc.phpt10 echo $_GET['a'],"\n";
H A Dopen_basedir.inc91 echo "*** Testing open_basedir configuration [$function] ***\n";
105 echo "*** Finished testing open_basedir configuration [$function] ***\n";
/PHP-5.3/tests/lang/
H A DreturnByReference.006.phpt23 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi…
30 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
37 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
H A DreturnByReference.007.phpt25 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi…
32 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
39 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
H A DreturnByReference.008.phpt26 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi…
33 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
40 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
H A DreturnByReference.009.phpt24 echo "\n---> 1. Return a variable by reference -> No warning:\n";
28 echo "\n---> 2. Return a value by reference -> Warning:\n";
H A Dscript_tag.phpt4 <script language=php> echo "ola\n";</script>
5 <script language="php"> echo "ola2\n";</script>
6 <script language='php'> echo "ola3\n";</script>
10 echo "oi\n"; //ignore here
H A Dstatic_basic_001.phpt6 echo "\nSame variable used as static and non static.\n";
8 echo "---------\n";
10 echo "$a\n";
12 echo "$a\n";
24 echo "Unitialised : $a\n";
25 echo "Initialised to 10: $b\n";
26 echo "Initialised to 20: $c\n";
27 echo "Unitialised : $d\n";
28 echo "Initialised to 30: $e\n";
40 echo "\nUsing static keyword at global scope\n";
[all …]
H A Dstring_decimals_001.phpt6 echo "\n--> Testing $str:\n";
H A Dthis_assignment.phpt38 echo "\n";

Completed in 44 milliseconds

12345678910>>...349