Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 25 of 8211) sorted by last modified time

12345678910>>...329

/PHP-5.3/win32/build/
H A Dphpize.bat1 @echo off
5 IF NOT EXIST %PHP_BUILDCONF_PATH% (echo Error generating configure script, configure script was not…
H A Dphpize.js.in259 B.WriteLine("@echo off");
/PHP-5.3/win32/
H A Dbuilddef.bat1 @echo off
H A DEngineSelect.bat4 echo "PLEASE RESTART VISUAL C++ TO RELOAD THE ZEND PROJECT."
/PHP-5.3/tests/strings/
H A Dbug26703.phpt12 highlight_string('<?php echo "foo[] $a \n"; ?>');
16 <span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><sp…
H A D001.phpt8 echo "Testing strtok: ";
16 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");
36 echo("passed\n");
49 echo("passed\n");
56 echo("passed\n");
[all …]
H A D002.phpt9 echo "\n";
H A D004.phpt12 $var = highlight_string("<br /><?php echo \"foo\"; ?><br />");
13 $var = highlight_string("<br /><?php echo \"bar\"; ?><br />", TRUE);
14 echo "\n[$var]\n";
18 … style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span s…
21 … style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span s…
/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";
H A Dob_start_error_002.phpt20 echo "done"
H A Dob_start_error_003.phpt15 echo "done"
H A Dob_start_error_004.phpt15 echo "done"
H A Dob_start_error_005.phpt13 echo "hello";
20 echo "done";
/PHP-5.3/tests/
H A Dquicktester.inc28 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";
70 echo "Left: ";var_dump($left );
71 echo "Right: ";var_dump($right);
74 if ($success) echo "OK";
/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 Dshort_tags.003.phpt22 echo "{$b}";
H A Dshort_tags.004.phpt22 echo "{$b}";
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";

Completed in 28 milliseconds

12345678910>>...329