Home
last modified time | relevance | path

Searched refs:function (Results 401 – 425 of 7337) sorted by relevance

1...<<11121314151617181920>>...294

/PHP-7.4/tests/classes/
H A Dctor_in_interface_02.phpt7 function __construct();
16 function __construct()
23 function __construct($a);
28 function __construct()
H A Dfinal_redeclare.phpt7 final function show() {
8 echo "Call to function pass::show()\n";
15 function show() {
16 echo "Call to function fail::show()\n";
/PHP-7.4/Zend/tests/traits/
H A Dlanguage006.phpt8 public function sayHelloWorld() {
11 abstract public function getWorld();
17 public function getWorld() {
20 public function setWorld($val) {
/PHP-7.4/Zend/tests/try/
H A Dcatch_004.phpt8 function fail()
13 function __construct()
19 function __destruct()
24 static function test()
/PHP-7.4/Zend/tests/
H A Dbug37138.phpt5 spl_autoload_register(function ($CN) { var_dump ($CN); });
7 public static function e () {echo ("EHLO\n");}
8 public static function e2 () {call_user_func (array ('self', 'e'));}
11 public static function g () {call_user_func (array ('parent', 'e'));}
H A Dbug48215.phpt7 public function __construct() {
10 protected function A()
17 public function __construct() {
21 public function A()
H A Dbug73753.phpt5 function iterate($current, $a, $result = null) {
13 function getNext(&$a) {
17 function getCurrent($a) {
21 function traverse($a) {
H A Dns_056.phpt9 function update(\SplSubject $x) {
15 function attach(SplObserver $x) {
18 function notify() {
20 function detach(SplObserver $x) {
H A Dbug75420.10.phpt6 public function offsetExists($x) { $GLOBALS["name"] = 24; return true; }
7 public function offsetGet($x) { var_dump($x); return 42; }
8 public function offsetSet($x, $y) { }
9 public function offsetUnset($x) { }
H A Dbug75420.12.phpt6 public function offsetExists($x) { $GLOBALS["name"] = 24; return true; }
7 public function offsetGet($x) { var_dump($x); return 42; }
8 public function offsetSet($x, $y) { }
9 public function offsetUnset($x) { }
H A Dclosure_014.phpt6 function __invoke() {
11 function &__invoke(&$a) {
16 function __invoke() {
25 $x = function() {
43 $x = function & (&$a) {
60 $x = function() {
/PHP-7.4/Zend/tests/generators/
H A Dbug65161.phpt6 function autoload() {
11 function testGenerator() {
20 Fatal error: Uncaught Error: Call to undefined function foo() in %s:%d
22 #0 [internal function]: autoload('SyntaxError')
/PHP-7.4/tests/lang/
H A D014.phpt2 Testing eval function inside user-defined function
5 function F ($a) {
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromiterator5.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
H A Dphar_buildfromiterator6.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50762.phpt2 Bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL)
9 public function authToken($token){
12 public function testHeader($param){
19 function __construct($wsdl, $options) {
25 function __doRequest($request, $location, $action, $version, $one_way = 0) {
38 public function __construct($token){
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt8 public static function list(){ echo __METHOD__, PHP_EOL; }
9 public static function /* comment */ catch(){ echo __METHOD__, PHP_EOL; }
10 private static function // comment
12 private static function
19 public static function exit(){ echo __METHOD__, PHP_EOL; }
20 protected static function try(){ echo __METHOD__, PHP_EOL; }
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_uassoc_variation13.phpt2 Test array_diff_uassoc() function : usage variations - arrays containing referenced variables
7 * user supplied callback function
18 echo "\n-- Testing array_diff_uassoc() function with referenced variable \$ref_var has value '$ref_…
24 echo "\n-- Testing array_diff_uassoc() function with referenced variable \$ref_var value changed to…
30 echo "\n-- Testing array_diff_uassoc() function when \$array2 is referenced to \$array1 --\n";
39 -- Testing array_diff_uassoc() function with referenced variable $ref_var has value 'a' --
49 -- Testing array_diff_uassoc() function with referenced variable $ref_var value changed to 10 --
63 -- Testing array_diff_uassoc() function when $array2 is referenced to $array1 --
H A Darray_fill_keys_variation1.phpt2 Test array_fill_keys() function : variation of parameter
22 public function __toString() { return "Class A object"; }
27 echo "\n-- Testing array_fill_keys() function with empty arguments --\n";
30 echo "\n-- Testing array_fill_keys() function with keyed array --\n";
34 echo "\n-- Testing array_fill_keys() function with mixed array --\n";
44 -- Testing array_fill_keys() function with empty arguments --
48 -- Testing array_fill_keys() function with keyed array --
60 -- Testing array_fill_keys() function with mixed array --
H A Darray_fill_keys_variation2.phpt2 Test array_fill_keys() function : variation of parameter
24 public function __toString() { return "Class A object"; }
29 echo "\n-- Testing array_fill_keys() function with reference value --\n";
33 echo "\n-- Testing array_fill_keys() function with reference keys --\n";
41 echo "\n-- Testing array_fill_keys() function with reference array input --\n";
52 -- Testing array_fill_keys() function with reference value --
60 -- Testing array_fill_keys() function with reference keys --
74 -- Testing array_fill_keys() function with reference array input --
H A Darray_map_variation13.phpt2 Test array_map() function : usage variations - callback function with different return types
11 * Test array_map() by passing different callback function returning:
21 function callback_int($a, $b)
28 function callback_string($a, $b)
35 function callback_bool($a, $b)
42 function callback_null($array1)
49 function callback_without_ret($arr1)
/PHP-7.4/ext/spl/tests/
H A Dbug74669.phpt11 public function __construct()
17 public function append($element)
22 public function current()
27 public function next()
32 public function key()
37 public function valid()
42 public function rewind()
50 public function __construct()
H A Diterator_022.phpt8 function getChildren()
14 function valid()
40 function rewind()
47 function valid()
58 function current()
64 function key()
70 function next()
76 function callHasChildren()
92 function callGetChildren()
103 function beginChildren()
[all …]
H A Diterator_034.phpt8 function valid()
21 function getChildren()
27 function rewind()
45 function rewind()
52 function valid()
58 function current()
64 function key()
70 function next()
76 function callHasChildren()
84 function beginChildren()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dsubstr_replace_error.phpt2 Test substr_replace() function : error conditions
18 echo "\n-- Testing substr_replace() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing substr_replace() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing substr_replace() function with start and length different types --\n";
29 echo "\n-- Testing substr_replace() function with start and length with a different number of eleme…
32 echo "\n-- Testing substr_replace() function with start and length as arrays but string not--\n";
40 -- Testing substr_replace() function with less than expected no. of arguments --
48 -- Testing substr_replace() function with more than expected no. of arguments --
53 -- Testing substr_replace() function with start and length different types --
61 -- Testing substr_replace() function with start and length with a different number of elements --
[all …]

Completed in 35 milliseconds

1...<<11121314151617181920>>...294