Home
last modified time | relevance | path

Searched refs:echo (Results 476 – 500 of 9029) sorted by relevance

1...<<11121314151617181920>>...362

/PHP-5.6/Zend/tests/
H A Dbug32252.phpt10 echo __METHOD__ . "($offset)\n";
16 echo __METHOD__ . "($offset)\n";
22 echo __METHOD__ . "($offset, $value)\n";
28 echo __METHOD__ . "($offset)\n";
39 echo "CAUGHT\n";
H A Dclosure_008.phpt13 echo replace_spaces("1 2 3\n");
14 echo replace_spaces("1 2 3\n");
15 echo replace_spaces("1 2 3\n");
16 echo "Done\n";
/PHP-5.6/ext/sockets/tests/
H A Dmcast_ipv4_send_error.phpt17 echo "Setting IP_MULTICAST_LOOP with 256\n";
23 echo "\n";
25 echo "Setting IP_MULTICAST_LOOP with false\n";
31 echo "\n";
33 echo "Setting IP_MULTICAST_TTL with 256\n";
39 echo "\n";
41 echo "Setting IP_MULTICAST_TTL with \"254\"\n";
46 echo "\n";
48 echo "Setting IP_MULTICAST_TTL with -1\n";
54 echo "\n";
/PHP-5.6/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt11 echo "Simple testcase for get_defined_vars() function\n\n";
14 echo "\n-- Function f1() called --\n";
18 echo "TEST FAILED\n";
21 echo "\n-- ..define some local variables --\n";
32 echo "\n -- Function f2() called --\n";
36 echo "TEST FAILED\n";
39 echo "\n-- ...define some variables --\n";
47 echo "\n-- ...define some more variables --\n";
55 echo "\n-- Get variables at global scope --\n";
59 echo "TEST FAILED - Global variables missing at global scope\n";
/PHP-5.6/ext/standard/tests/array/
H A Darray_intersect_1.phpt34 echo "begin ------------ array_uintersect() ---------------------------\n";
35 echo '$a='.var_export($a,TRUE).";\n";
36 echo '$b='.var_export($b,TRUE).";\n";
37 echo 'var_dump(array_uintersect($a, $b, "comp_func_cr"));'."\n";
43 echo '$a='.var_export($a,TRUE).";\n";
44 echo '$b='.var_export($b,TRUE).";\n";
45 echo 'var_dump(array_uintersect_assoc($a, $b, "comp_func_cr"));'."\n";
51 echo '$a='.var_export($a,TRUE).";\n";
52 echo '$b='.var_export($b,TRUE).";\n";
59 echo '$a='.var_export($a,TRUE).";\n";
[all …]
H A Dbug40709.phpt15 echo "result for arr1: ".array_reduce($arr1,'CommaSeparatedList')."\n";
16 echo "result for arr2: ".array_reduce($arr2,'CommaSeparatedList')."\n";
17 echo "result for arr1: ".array_reduce($arr1,'CommaSeparatedList')."\n";
18 echo "result for arr2: ".array_reduce($arr2,'CommaSeparatedList')."\n";
20 echo "Done\n";
/PHP-5.6/ext/date/tests/
H A DDateTime_setTime_basic1.phpt14 echo "*** Testing DateTime::setTime() : basic functionality ***\n";
19 echo "Initial date: " . $datetime ->format(DATE_RFC2822) . "\n";
22 echo "After modification1 " . $datetime ->format(DATE_RFC2822) . "\n";
25 echo "After modification2 " . $datetime ->format(DATE_RFC2822) . "\n";
28 echo "After modification3 " . $datetime ->format(DATE_RFC2822) . "\n";
31 echo "After modification4 " . $datetime ->format(DATE_RFC2822) . "\n";
34 echo "After modification5 " . $datetime ->format(DATE_RFC2822) . "\n";
H A Ddate_time_set_basic1.phpt14 echo "*** Testing date_time_set() : basic functionality ***\n";
19 echo "Initial date: " . date_format($datetime, DATE_RFC2822) . "\n";
22 echo "After modification1 " . date_format($datetime, DATE_RFC2822) . "\n";
25 echo "After modification2 " . date_format($datetime, DATE_RFC2822) . "\n";
28 echo "After modification3 " . date_format($datetime, DATE_RFC2822) . "\n";
31 echo "After modification4 " . date_format($datetime, DATE_RFC2822) . "\n";
34 echo "After modification5 " . date_format($datetime, DATE_RFC2822) . "\n";
/PHP-5.6/ext/dba/tests/
H A Ddba007.phpt12 echo "database handler: $handler\n";
16 echo "database file created\n";
18 echo "$db_file does not exist\n";
21 echo "database file created\n";
23 echo "$db_file does not exist\n";
26 echo "database file created\n";
28 echo "$db_file does not exist\n";
H A Ddba_db4_009.phpt13 echo "database handler: $handler\n";
17 echo "database file created\n";
19 echo "$db_file does not exist\n";
22 echo "database file created\n";
24 echo "$db_file does not exist\n";
27 echo "database file created\n";
29 echo "$db_file does not exist\n";
/PHP-5.6/ext/reflection/tests/
H A DReflectionProperty_export_error.phpt11 echo "Non-existent class:\n";
16 echo $e->getMessage();
19 echo "\n\nWrong property parameter type:\n";
24 echo $e->getMessage();
27 echo "\n\nNon-existent property:\n";
32 echo $e->getMessage();
35 echo "\n\nIncorrect number of args:\n";
H A DReflectionMethod_basic3.phpt8 echo "**********************************\n";
9 echo "Reflecting on method $class::$method()\n\n";
10 echo "\ngetName():\n";
12 echo "\nisInternal():\n";
14 echo "\nisUserDefined():\n";
16 echo "\n**********************************\n";
22 echo "Called foo()\n";
26 echo "Called stat()\n";
30 echo "Called priv()\n";
H A DReflectionMethod_basic4.phpt8 echo "**********************************\n";
9 echo "Reflecting on method $class::$method()\n\n";
10 echo "\ngetFileName():\n";
12 echo "\ngetStartLine():\n";
14 echo "\ngetEndLine():\n";
16 echo "\n**********************************\n";
24 echo "Called foo()\n";
30 echo "Called stat()\n";
34 echo "Called priv()\n";
H A DReflectionProperty_getValue_error.phpt21 echo "Too few args:\n";
24 echo "\nToo many args:\n";
27 echo "\nWrong type of arg:\n";
30 echo "\nInstance without property:\n";
33 echo "\nStatic property / too many args:\n";
36 echo "\nStatic property / wrong type of arg:\n";
39 echo "\nProtected property:\n";
45 echo $exc->getMessage();
48 echo "\n\nInstance without property:\n";
/PHP-5.6/ext/gd/tests/
H A Dbug19366.phpt9 echo "Alive: create image\n";
14 echo "Alive: Define colors\n";
20 echo "Alive: Draw\n";
34 echo "Alive: ImageString\n";
37 echo "Alive: Send to browser\n";
41 echo "Alive: Free resources\n";
43 echo "Alive: Done\n";
/PHP-5.6/ext/standard/tests/class_object/
H A Dget_declared_traits_basic_001.phpt12 echo "*** Testing get_declared_traits() : basic functionality ***\n";
17 echo "\n-- Testing get_declared_traits() function with Zero arguments --\n";
22 echo "Error: $trait is not a valid trait.\n";
26 echo "\n-- Ensure trait is listed --\n";
29 echo "\n-- Ensure userspace interfaces are not listed --\n";
33 echo "\n-- Ensure userspace classes are not listed --\n";
38 echo "Done";
H A Dtrait_exists_basic_001.phpt11 echo "*** Testing trait_exists() : basic functionality ***\n";
14 echo "In __autoload($traitName)\n";
19 echo "Calling trait_exists() on non-existent trait with autoload explicitly enabled:\n";
21 echo "\nCalling trait_exists() on existing trait with autoload explicitly enabled:\n";
24 echo "\nCalling trait_exists() on non-existent trait with autoload explicitly enabled:\n";
26 echo "\nCalling trait_exists() on existing trait with autoload explicitly disabled:\n";
29 echo "\nCalling trait_exists() on non-existent trait with autoload unspecified:\n";
31 echo "\nCalling trait_exists() on existing trait with autoload unspecified:\n";
34 echo "Done";
H A Dget_object_vars_basic_001.phpt15 echo __METHOD__ . "\n";
27 echo __METHOD__ . "\n";
36 echo __METHOD__ . "\n";
43 echo __METHOD__ . "\n";
50 echo "\n---( Global scope: )---\n";
52 echo "\n---( Declaring class: )---\n";
54 echo "\n---( Subclass: )---\n";
56 echo "\n---( Superclass: )---\n";
58 echo "\n---( Unrelated class: )---\n";
H A Dforward_static_call_003.phpt10 echo static::NAME, "\n";
19 echo self::NAME, "\n";
29 echo self::NAME, "\n";
35 echo "-\n";
37 echo "-\n";
/PHP-5.6/ext/gmp/tests/
H A Dbug69803.phpt8 echo $a . ", ", $b . "\n";
10 echo $a . ", ", $b . "\n";
13 echo $a . ", ", $b . "\n";
15 echo $a . ", ", $b . "\n";
/PHP-5.6/ext/standard/tests/strings/
H A Dsprintf_variation52.phpt10 echo "*** Testing sprintf() : with typical format strings ***\n";
16 echo"\n-- Testing for '%%%.2f' as the format parameter --\n";
19 echo"\n-- Testing for '%%' as the format parameter --\n";
22 echo"\n-- Testing for precision value more than maximum --\n";
25 echo"\n-- Testing for invalid width(-15) specifier --\n";
28 echo"\n-- Testing for '%X' as the format parameter --\n";
31 echo"\n-- Testing for multiple format parameters --\n";
34 echo"\n-- Testing for excess of mixed type arguments --\n";
37 echo "Done";
/PHP-5.6/ext/json/tests/
H A Dpass002.phpt9 echo 'Testing: ' . $test . "\n";
10 echo "DECODE: AS OBJECT\n";
13 echo "DECODE: AS ARRAY\n";
17 echo "ENCODE: FROM OBJECT\n";
19 echo $obj_enc . "\n";
20 echo "ENCODE: FROM ARRAY\n";
22 echo $arr_enc . "\n";
24 echo "DECODE AGAIN: AS OBJECT\n";
27 echo "DECODE AGAIN: AS ARRAY\n";
/PHP-5.6/ext/interbase/tests/
H A D005.phpt17 echo "default transaction:\n";
36 echo "empty table\n";
45 echo "one row\n";
59 echo "one row\n";
77 echo "one row\n";
93 echo "one row.\n";
109 echo "one row\n";
127 echo "two rows\n";
182 echo "three rows\n";
191 echo "four rows\n";
[all …]
/PHP-5.6/tests/func/
H A D006.phpt11 echo ob_get_level();
12 echo 'A';
14 echo ob_get_level();
15 echo 'B';
/PHP-5.6/tests/lang/
H A D007.phpt14 echo "$a $b ";
17 echo "$a $c ";
21 echo "$a $b $c ";
23 echo "$a $b $c ";

Completed in 30 milliseconds

1...<<11121314151617181920>>...362