Home
last modified time | relevance | path

Searched refs:function (Results 451 – 475 of 7337) sorted by relevance

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

/PHP-7.4/Zend/tests/
H A Dgrandparent_prototype.phpt7 protected function test() {}
10 public function test2($x) {
15 protected function test() {}
18 protected function test() {
H A Dns_028.inc5 function __construct() {
8 static function Bar() {
13 function Bar() {
H A D023.phpt2 Testing variable variables as function name
13 public function a() {
19 public function test() {
25 function test() {
H A DArrayAccess_indirect_append.phpt8 public function &offsetGet($name) {
15 public function offsetSet($name, $value) {
18 public function offsetUnset($name) {}
19 public function offsetExists($name) {}
H A Dbug61782.phpt6 abstract protected function __clone();
10 protected function __clone() {
16 public function __construct() {
21 public function __clone() {}
H A Dbug29368_3.phpt6 function __construct() {
9 function __destruct() {
14 function __construct() {
18 function __destruct() {
/PHP-7.4/ext/standard/tests/array/
H A Darray_map_object3.phpt2 Test array_map() function : object functionality - class methods as callback function
11 * Testing array_map() for object functionality with following callback function variations:
17 echo "*** Testing array_map() : class methods as callback function ***\n";
24 public static function staticParent1($n) {
27 private static function staticParent2($n) {
35 public function __construct ( ) {
39 public static function staticChild($n) {
42 public function nonstaticChild($n) {
65 *** Testing array_map() : class methods as callback function ***
H A Darray_combine_error2.phpt2 Test array_combine() function : error conditions - empty array
14 echo "\n-- Testing array_combine() function with empty arrays --\n";
18 echo "\n-- Testing array_combine() function with empty array for \$keys argument --\n";
22 echo "\n-- Testing array_combine() function with empty array for \$values argument --\n";
26 echo "\n-- Testing array_combine() function by passing array with unequal number of elements --\n";
34 -- Testing array_combine() function with empty arrays --
38 -- Testing array_combine() function with empty array for $keys argument --
43 -- Testing array_combine() function with empty array for $values argument --
48 -- Testing array_combine() function by passing array with unequal number of elements --
/PHP-7.4/sapi/fpm/tests/
H A Dresponse.inc96 public function expectEmptyBody()
117 public function expectError($errorMessage)
145 public function dumpBody()
153 public function printBody()
161 public function debugOutput()
174 public function getErrorData()
184 private function checkIfValid()
242 private function getHeaders()
270 private function isValid()
282 private function processData()
[all …]
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromiterator7.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
H A Dphar_buildfromiterator9.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_buildfromiterator4.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
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() {
H A Dphar_buildfromiterator9.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_006.phpt6 function i1() {
11 function i2() {
16 function i3() {
21 function i4() {
26 function i5() {
31 function i6() {
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_buildfromiterator4.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
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() {
H A Dphar_buildfromiterator9.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
/PHP-7.4/ext/date/tests/
H A Didate_variation6.phpt2 Test idate() function : usage variation - Checking return of year(1 or 2 digits) format starting wi…
13 // Initialise function arguments not being substituted (if any)
17 echo "\n-- Testing idate() function for 2 digit year having no zero as starting number --\n";
21 echo "\n-- Testing idate() function for 2 digit year having zero as starting number --\n";
29 -- Testing idate() function for 2 digit year having no zero as starting number --
32 -- Testing idate() function for 2 digit year having zero as starting number --
/PHP-7.4/ext/standard/tests/file/
H A Dbug38450_3.phpt10 function __construct(array $var) {
14 function stream_open($path, $mode, $options, &$opened_path)
23 function stream_read($count)
30 function stream_write($data)
39 function stream_tell()
44 function stream_eof()
48 function stream_seek($offset, $whence)
105 Fatal error: Uncaught ArgumentCountError: Too few arguments to function VariableStream::__construct…
107 #0 [internal function]: VariableStream->__construct()
/PHP-7.4/ext/standard/tests/strings/
H A Dmoney_format_error.phpt2 Test money_format() function : error conditions
26 echo "\n-- Testing money_format() function with no arguments --\n";
29 echo "\n-- Testing money_format() function with insufficient arguments --\n";
32 echo "\n-- Testing money_format() function with more than expected no. of arguments --\n";
35 echo "\n-- Testing money_format() function with more than one token --\n";
42 -- Testing money_format() function with no arguments --
49 -- Testing money_format() function with insufficient arguments --
56 -- Testing money_format() function with more than expected no. of arguments --
63 -- Testing money_format() function with more than one token --
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_weak_reference.phpt8 function to_int(int &$x) {}
9 function to_float(float &$x) {}
10 function to_string(string &$x) {}
11 function to_bool(bool &$x) {}
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug36011.phpt8 static function test()
13 function whee()
18 function whee4()
23 static function whee5()

Completed in 35 milliseconds

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