Home
last modified time | relevance | path

Searched refs:function (Results 726 – 750 of 7077) sorted by relevance

1...<<21222324252627282930>>...284

/PHP-5.6/Zend/tests/
H A Dbug37046.phpt5 function s() {
10 foreach (s() as $k => $function) {
13 foreach (s() as $k => $function) {
H A Dclosure_013.phpt6 function __invoke() {
11 function foo() {
12 return function() {
H A Dclosure_004.phpt6 function run () {
9 $lambda1 = function () use ($x) {
13 $lambda2 = function () use (&$x) {
H A Dinter_007.phpt2 Trying inherit abstract function twice
7 static function B();
11 function b();
/PHP-5.6/Zend/tests/generators/
H A Dyield_ref_function_call_by_reference.phpt2 The result of a by-ref function call can be yielded just fine
6 function &nop(&$var) {
10 function &gen(&$var) {
/PHP-5.6/Zend/tests/traits/
H A Dlanguage002.phpt8 public function sayHello() {
14 public function sayWorld() {
21 public function sayExclamationMark() {
H A Dbug60217a.phpt7 public abstract function foo();
11 public abstract function foo();
17 public function foo() {
/PHP-5.6/Zend/tests/use_function/
H A Dno_global_fallback2.phpt7 function test() {
12 use function bar\test;
18 Fatal error: Call to undefined function bar\test() in %s on line %d
/PHP-5.6/Zend/tests/generators/errors/
H A Dyield_non_ref_function_call_by_ref_error.phpt2 Yielding the result of a non-ref function call throw a notice
6 function foo() {
10 function &gen() {
/PHP-5.6/ext/date/tests/
H A DDateTime_format_error.phpt2 Test DateTime::format() function : error conditions
19 echo "\n-- Testing date_date_formatcreate() function with zero arguments --\n";
22 echo "\n-- Testing date_date_formatcreate() function with more than expected no. of arguments --\n";
32 -- Testing date_date_formatcreate() function with zero arguments --
37 -- Testing date_date_formatcreate() function with more than expected no. of arguments --
H A Dgmmktime_variation8.phpt2 Test gmmktime() function : usage variation - Passing octal and hexadecimal values to arguments.
21 echo "\n-- Testing gmmktime() function with supplying octal values to arguments --\n";
32 echo "\n-- Testing gmmktime() function with supplying hexa decimal values to arguments --\n";
39 -- Testing gmmktime() function with supplying octal values to arguments --
42 -- Testing gmmktime() function with supplying hexa decimal values to arguments --
H A Dgmstrftime_error.phpt2 Test gmstrftime() function : error conditions
14 echo "\n-- Testing gmstrftime() function with Zero arguments --\n";
18 echo "\n-- Testing gmstrftime() function with more than expected no. of arguments --\n";
29 -- Testing gmstrftime() function with Zero arguments --
34 -- Testing gmstrftime() function with more than expected no. of arguments --
/PHP-5.6/ext/ereg/tests/
H A Dsql_regcase_error_001.phpt2 Test sql_regcase() function : error conditions
14 echo "\n-- Testing sql_regcase() function with Zero arguments --\n";
18 echo "\n-- Testing sql_regcase() function with more than expected no. of arguments --\n";
28 -- Testing sql_regcase() function with Zero arguments --
35 -- Testing sql_regcase() function with more than expected no. of arguments --
/PHP-5.6/ext/mbstring/tests/
H A Dmb_decode_mimeheader_error.phpt2 Test mb_decode_mimeheader() function : error conditions
19 echo "\n-- Testing mb_decode_mimeheader() function with Zero arguments --\n";
23 echo "\n-- Testing mb_decode_mimeheader() function with more than expected no. of arguments --\n";
33 -- Testing mb_decode_mimeheader() function with Zero arguments --
38 -- Testing mb_decode_mimeheader() function with more than expected no. of arguments --
/PHP-5.6/ext/standard/tests/array/
H A Darray_filter_basic.phpt2 Test array_filter() function : basic functionality
17 /* Callback function
19 * Parameters : $input - input array each element of which will be checked in function even()
21 * Description : This function takes array as parameter and checks for each element of array.
24 function even($input)
H A Darray_reverse_error.phpt2 Test array_reverse() function : error conditions
13 echo "\n-- Testing array_reverse() function with Zero arguments --\n";
17 echo "\n-- Testing array_diff() function with more than expected no. of arguments --\n";
28 -- Testing array_reverse() function with Zero arguments --
33 -- Testing array_diff() function with more than expected no. of arguments --
H A Dcount_error.phpt2 Test count() function : error conditions - pass incorrect number of args
17 echo "\n-- Testing count() function with Zero arguments --\n";
21 echo "\n-- Testing count() function with more than expected no. of arguments --\n";
32 -- Testing count() function with Zero arguments --
37 -- Testing count() function with more than expected no. of arguments --
H A Dcurrent_error.phpt2 Test current() function : error conditions - Pass incorrect number of args
18 echo "\n-- Testing current() function with Zero arguments --\n";
22 echo "\n-- Testing current() function with more than expected no. of arguments --\n";
31 -- Testing current() function with Zero arguments --
36 -- Testing current() function with more than expected no. of arguments --
H A Dend_error.phpt2 Test end() function : error conditions - Pass incorrect number of args
17 echo "\n-- Testing end() function with Zero arguments --\n";
21 echo "\n-- Testing end() function with more than expected no. of arguments --\n";
30 -- Testing end() function with Zero arguments --
35 -- Testing end() function with more than expected no. of arguments --
H A Dkey_error.phpt2 Test key() function : error conditions - Pass incorrect number of args
17 echo "\n-- Testing key() function with Zero arguments --\n";
21 echo "\n-- Testing key() function with more than expected no. of arguments --\n";
30 -- Testing key() function with Zero arguments --
35 -- Testing key() function with more than expected no. of arguments --
H A Dnext_error.phpt2 Test next() function : error conditions - Pass incorrect number of arguments
17 echo "\n-- Testing next() function with Zero arguments --\n";
21 echo "\n-- Testing next() function with more than expected no. of arguments --\n";
30 -- Testing next() function with Zero arguments --
35 -- Testing next() function with more than expected no. of arguments --
/PHP-5.6/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_complex_doclit.inc4 function echoSOAPStructFault($input) {
8 function echoBaseStructFault($input) {
12 function echoExtendedStructFault($input) {
16 function echoMultipleFaults1($input) {
24 function echoMultipleFaults2($input) {
/PHP-5.6/ext/standard/tests/strings/
H A Dchunk_split_error.phpt2 Test chunk_split() function : error conditions
19 echo "-- Testing chunk_split() function with Zero arguments --";
27 echo "-- Testing chunk_split() function with more than expected no. of arguments --";
34 -- Testing chunk_split() function with Zero arguments --
37 -- Testing chunk_split() function with more than expected no. of arguments --
H A Dcrc32_error.phpt2 Test crc32() function : error conditions
24 echo "\n-- Testing crc32() function with Zero arguments --\n";
28 echo "\n-- Testing crc32() function with more than expected no. of arguments --\n";
38 -- Testing crc32() function with Zero arguments --
43 -- Testing crc32() function with more than expected no. of arguments --
H A Dstr_split_error.phpt2 Test str_split() function : error conditions
16 echo "-- Testing str_split() function with Zero arguments --\n";
20 echo "-- Testing str_split() function with more than expected no. of arguments --\n";
30 -- Testing str_split() function with Zero arguments --
34 -- Testing str_split() function with more than expected no. of arguments --

Completed in 56 milliseconds

1...<<21222324252627282930>>...284