Home
last modified time | relevance | path

Searched refs:function (Results 301 – 325 of 7555) sorted by relevance

1...<<11121314151617181920>>...303

/PHP-7.0/Zend/tests/
H A Dbug52160.phpt7 function __construct() { }
8 static function bar() {
16 static function foo() {
19 function __construct() { }
25 static function baz() {
H A Dlsb_011.phpt2 ZE2 Late Static Binding call to static::method() from internal function (array)
7 static function ok() {
10 static function test() {
16 static function ok() {
H A Dname_collision_08.phpt7 function bar() {}
11 use function Foo\bar;
12 function bar() {}
15 Fatal error: Cannot declare function Bazzle\bar because the name is already in use in %s on line %d
H A Dlsb_001.phpt2 ZE2 Late Static Binding in a static function
10 protected static function staticFunction() {
14 public static function testStaticVar() {
18 public static function testClassConst() {
22 public static function testStaticFunction() {
31 protected static function staticFunction() {
H A Dbug30707.phpt6 function byePHP($plop) {
10 function plip() {
17 function plap($a) {
20 function plop() {
H A Dbug64239_2.phpt7 public function test() { $this->backtrace(); }
18 protected function backtrace() {
24 public function t2method() {
41 [function] => Bmethod
53 [function] => Bmethod
H A Dbug24635.phpt8 function __construct() { $this->page = new PageClass(); }
11 function Display() {
16 function __construct($comment) {
19 function __destruct() {
24 function out($code) { return; }
H A Dbug38772.phpt7 public function __construct() {
11 private function foo() {
17 public function foo() {
23 protected function foo() {
29 private function foo() {
/PHP-7.0/ext/standard/tests/strings/
H A Dstrpbrk_error.phpt2 Test strpbrk() function : error conditions
17 echo "\n-- Testing strpbrk() function with more than expected no. of arguments --\n";
20 echo "\n-- Testing strpbrk() function with less than expected no. of arguments --\n";
23 echo "\n-- Testing strpbrk() function with empty second argument --\n";
26 echo "\n-- Testing strpbrk() function with arrays --\n";
35 -- Testing strpbrk() function with more than expected no. of arguments --
40 -- Testing strpbrk() function with less than expected no. of arguments --
45 -- Testing strpbrk() function with empty second argument --
50 -- Testing strpbrk() function with arrays --
/PHP-7.0/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt2 Test ReflectionMethod::getClosure() function : error functionality
15 static function foo()
24 public function foo()
38 echo "\n-- Testing ReflectionMethod::getClosure() function with more than expected no. of arguments…
43 echo "\n-- Testing ReflectionMethod::getClosure() function with Zero arguments --\n";
46 echo "\n-- Testing ReflectionMethod::getClosure() function with Zero arguments --\n";
58 -- Testing ReflectionMethod::getClosure() function with more than expected no. of arguments --
67 -- Testing ReflectionMethod::getClosure() function with Zero arguments --
71 -- Testing ReflectionMethod::getClosure() function with Zero arguments --
/PHP-7.0/tests/classes/
H A Diterators_002.phpt12 function __construct($obj) {
16 function rewind() {
20 function valid() {
25 function current() {
29 function next() {
33 function key() {
42 function __destruct() {
51 function getIterator() {
55 function __destruct() {
/PHP-7.0/ext/standard/tests/general_functions/
H A Dbug29038.phpt5 function my_print_r($a) {
9 function f1() {
15 function f2() {
22 function f3() {
29 function f4() {
35 function f5() {
/PHP-7.0/ext/standard/tests/time/
H A Dstrptime_error.phpt2 Test localtime() function : error conditions
6 echo "SKIP strptime function not available in build";
22 echo "\n-- Testing strptime() function with Zero arguments --\n";
25 echo "\n-- Testing strptime() function with less than expected no. of arguments --\n";
31 echo "\n-- Testing strptime() function with more than expected no. of arguments --\n";
40 -- Testing strptime() function with Zero arguments --
45 -- Testing strptime() function with less than expected no. of arguments --
50 -- Testing strptime() function with more than expected no. of arguments --
/PHP-7.0/ext/gd/tests/
H A Dimagecolorstotal_error.phpt2 Test imagecolorstotal() function : error conditions - Pass incorrect number of arguments
9 die('skip imagecolorstotal function is not available');
24 echo "\n-- Testing imagecolorstotal() function with Zero arguments --\n";
27 echo "\n-- Testing imagecolorstotal() function with more than expected no. of arguments --\n";
31 echo "\n-- Testing imagecolorstotal() function with a invalid resource\n";
40 -- Testing imagecolorstotal() function with Zero arguments --
45 -- Testing imagecolorstotal() function with more than expected no. of arguments --
50 -- Testing imagecolorstotal() function with a invalid resource
/PHP-7.0/ext/soap/tests/interop/Round3/GroupD/
H A Dround3_groupD_doclitparams.inc4 function echoString($inputString)
9 function echoStringArray($inputStringArray)
14 function echoStruct($inputStruct)
19 function echoVoid()
/PHP-7.0/Zend/tests/use_function/
H A Dbasic.phpt2 import namespaced function
7 function baz() {
10 function qux() {
16 use function foo\bar\baz, foo\bar\qux;
H A Dcase_insensivity.phpt2 importing function with same name but different case should fail
7 use function foo\bar;
8 use function foo\BAR;
13 Fatal error: Cannot use function foo\BAR as BAR because the name is already in use in %s on line %d
H A Ddefine_imported_before.phpt2 using function with same name as defined should fail
7 function bar() {}
9 use function foo\bar;
18 Fatal error: Cannot use function foo\bar as bar because the name is already in use in %s on line %d
/PHP-7.0/ext/posix/tests/
H A Dposix_getsid.phpt2 Test posix_getsid() function test
15 echo "*** Testing posix_getsid() : function test ***\n";
18 echo "\n-- Testing posix_getsid() function with current process pid --\n";
24 *** Testing posix_getsid() : function test ***
26 -- Testing posix_getsid() function with current process pid --
H A Dposix_getgrgid_error.phpt2 Test posix_getgrgid() function : error conditions
18 echo "\n-- Testing posix_getgrgid() function with Zero arguments --\n";
22 echo "\n-- Testing posix_getgrgid() function with more than expected no. of arguments --\n";
28 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n";
37 -- Testing posix_getgrgid() function with Zero arguments --
42 -- Testing posix_getgrgid() function with more than expected no. of arguments --
47 -- Testing posix_getgrgid() function with a negative group id --
H A Dposix_strerror_error.phpt2 Test posix_strerror() function : error conditions
17 echo "\n-- Testing posix_strerror() function with Zero arguments --\n";
20 echo "\n-- Testing posix_strerror() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
34 -- Testing posix_strerror() function with Zero arguments --
39 -- Testing posix_strerror() function with more than expected no. of arguments --
44 -- Testing posix_strerror() function with invalid error number --
/PHP-7.0/Zend/tests/generators/
H A Dget_return_types.phpt6 function gen1() {
14 function gen2() {
22 function gen3($var) {
30 function gen4($obj) {
38 function gen5($val) {
/PHP-7.0/ext/standard/tests/array/
H A Darray_chunk_error.phpt2 Test array_chunk() function : error conditions
13 echo "\n-- Testing array_chunk() function with zero arguments --\n";
16 echo "\n-- Testing array_chunk() function with more than expected no. of arguments --\n";
23 echo "\n-- Testing array_chunk() function with less than expected no. of arguments --\n";
32 -- Testing array_chunk() function with zero arguments --
37 -- Testing array_chunk() function with more than expected no. of arguments --
42 -- Testing array_chunk() function with less than expected no. of arguments --
H A Darray_product_error.phpt2 Test array_product() function : error conditions
14 echo "\n-- Testing array_product() function with Zero arguments --\n";
18 echo "\n-- Testing array_product() function with more than expected no. of arguments --\n";
23 echo "\n-- Testing array_product() function incorrect argument type --\n";
31 -- Testing array_product() function with Zero arguments --
36 -- Testing array_product() function with more than expected no. of arguments --
41 -- Testing array_product() function incorrect argument type --
/PHP-7.0/ext/date/tests/
H A Ddate_default_timezone_set_error.phpt2 Test date_default_timezone_set() function : error variations
12 echo "\n-- Testing date_default_timezone_set() function with less than expected no. of arguments --…
15 echo "\n-- Testing date_default_timezone_set() function with more than expected no. of arguments --…
19 echo "\n-- Testing date_default_timezone_set() function with invalid timezone identifier --\n";
27 -- Testing date_default_timezone_set() function with less than expected no. of arguments --
32 -- Testing date_default_timezone_set() function with more than expected no. of arguments --
37 -- Testing date_default_timezone_set() function with invalid timezone identifier --

Completed in 65 milliseconds

1...<<11121314151617181920>>...303