Home
last modified time | relevance | path

Searched refs:function (Results 226 – 250 of 7470) sorted by relevance

12345678910>>...299

/PHP-7.2/ext/intl/tests/locale/
H A Dbug74993.phpt22 Function [ <internal:intl> function locale_get_display_language ] {
29 Function [ <internal:intl> function locale_get_display_name ] {
36 Function [ <internal:intl> function locale_get_display_region ] {
43 Function [ <internal:intl> function locale_get_display_script ] {
50 Function [ <internal:intl> function locale_get_display_variant ] {
57 Function [ <internal:intl> function locale_filter_matches ] {
65 Function [ <internal:intl> function locale_lookup ] {
/PHP-7.2/ext/session/tests/
H A Dbug60634_error_4.phpt14 function open($save_path, $session_name) {
18 function close() {
23 function read($id) {
27 function write($id, $session_data) {
32 function destroy($id) {
36 function gc($maxlifetime) {
49 #0 [internal function]: write('%s', '')
H A Dsession_set_save_handler_class_010.phpt2 Test session_set_save_handler() : manual shutdown function
19 echo "*** Testing session_set_save_handler() : manual shutdown function ***\n";
23 public function __construct($num) {
27 public function __destruct() {
30 public function finish() {
35 public function write($id, $data) {
39 public function close() {
57 *** Testing session_set_save_handler() : manual shutdown function ***
/PHP-7.2/ext/standard/tests/array/
H A Duksort_error.phpt2 Test uksort() function : error conditions
6 * Description: Sort an array by keys using a user-defined comparison function
13 echo "\n-- Testing uksort() function with more than expected no. of arguments --\n";
19 echo "\n-- Testing uksort() function with less than expected no. of arguments --\n";
23 echo "\n-- Testing uksort() function with zero arguments --\n";
31 -- Testing uksort() function with more than expected no. of arguments --
36 -- Testing uksort() function with less than expected no. of arguments --
41 -- Testing uksort() function with zero arguments --
H A Darray_intersect_ukey_error.phpt2 Test array_intersect_ukey() function : error conditions
6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
16 //Call back function
17 function key_compare_func($key1, $key2)
26 echo "\n-- Testing array_intersect_ukey() function with more than expected no. of arguments --\n";
31 echo "\n-- Testing array_intersect_ukey() function with less than expected no. of arguments --\n";
35 echo "\n-- Testing array_intersect_ukey() function with no arguments --\n";
42 -- Testing array_intersect_ukey() function with more than expected no. of arguments --
47 -- Testing array_intersect_ukey() function with less than expected no. of arguments --
52 -- Testing array_intersect_ukey() function with no arguments --
H A Darray_filter_object.phpt2 Test array_filter() function : object functionality
24 public function check() {
38 abstract function emptyMethod();
45 public function emptyMethod() {
54 final function finalMethod() {
63 public static function staticMethod() {
68 // Callback function which returns always true
69 function always_true($input)
75 function always_false($input)
93 // with always_true callback function
[all …]
/PHP-7.2/ext/posix/tests/
H A Dposix_kill_error.phpt2 Test posix_kill() function : error conditions
19 echo "\n-- Testing posix_kill() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing posix_kill() function with less than expected no. of arguments --\n";
29 echo "\n-- Testing posix_kill() function with invalid signal --\n";
34 echo "\n-- Testing posix_kill() function with negative pid --\n";
44 -- Testing posix_kill() function with more than expected no. of arguments --
49 -- Testing posix_kill() function with less than expected no. of arguments --
54 -- Testing posix_kill() function with invalid signal --
57 -- Testing posix_kill() function with negative pid --
/PHP-7.2/ext/spl/tests/
H A Diterator_041b.phpt11 static function fail($state, $method)
19 function __construct()
27 function rewind()
33 function valid()
39 function current()
45 function key()
51 function next()
57 function __destruct()
62 static function test($func, $skip = null)
H A Dobserver_002.phpt8 function rewind()
14 function valid()
20 function key()
26 function current()
32 function next()
43 function __construct($name = 'obj')
53 function getName()
82 function count()
87 function notify()
96 function getName()
[all …]
H A Diterator_009.phpt8 function rewind()
13 function valid()
18 function current()
23 function key()
28 function next()
H A Dregexiterator_setflags_exception.phpt11 function current (){}
12 function key ( ){}
13 function next ( ){}
14 function rewind ( ){}
15 function valid ( ){}
H A Dregexiterator_setpregflags_exception.phpt11 function current (){}
12 function key ( ){}
13 function next ( ){}
14 function rewind ( ){}
15 function valid ( ){}
/PHP-7.2/tests/lang/
H A DreturnByReference.004.phpt6 static function returnConstantByValue() {
10 static function &returnConstantByRef() {
14 static function &returnVariableByRef() {
19 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:…
26 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan…
33 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
42 ---> 1. Trying to assign by reference the return value of a function that returns by value:
48 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
54 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.005.phpt6 function returnConstantByValue() {
10 function &returnConstantByRef() {
14 static function &returnVariableByRef() {
20 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:…
27 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan…
34 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
43 ---> 1. Trying to assign by reference the return value of a function that returns by value:
49 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
55 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
/PHP-7.2/ext/standard/tests/general_functions/
H A Descapeshellarg_error.phpt2 Test escapeshellarg() function : error conditions - wrong numbers of parameters
18 echo "\n-- Testing escapeshellarg() function with no arguments --\n";
21 echo "\n-- Testing escapeshellarg() function with more than expected no. of arguments --\n";
26 echo "\n-- Testing escapeshellarg() function with a object supplied for argument --\n";
35 echo "\n-- Testing escapeshellarg() function with a resource supplied for argument --\n";
40 echo "\n-- Testing escapeshellarg() function with a array supplied for argument --\n";
49 -- Testing escapeshellarg() function with no arguments --
54 -- Testing escapeshellarg() function with more than expected no. of arguments --
59 -- Testing escapeshellarg() function with a object supplied for argument --
64 -- Testing escapeshellarg() function with a resource supplied for argument --
[all …]
H A Dbug40398.phpt8 function __construct($msg)
16 public function __construct()
25 public function __construct()
34 public function __construct()
43 public function __construct()
52 public function __construct()
61 public function __construct()
/PHP-7.2/ext/standard/tests/class_object/
H A Dget_class_methods_basic_002.phpt16 private function privC() {}
17 protected function protC() {}
18 public function pubC() {}
20 public static function testFromC() {
31 private function privD() {}
32 protected function protD() {}
33 public function pubD() {}
35 public static function testFromD() {
46 private function privX() {}
47 protected function protX() {}
[all …]
/PHP-7.2/ext/xsl/tests/
H A Dbug49634.phpt31 function testFunction($a)
57 #0 [internal function]: testFunction(Array)
62 #0 [internal function]: testFunction(Array)
67 #0 [internal function]: testFunction(Array)
72 #0 [internal function]: testFunction(Array)
77 #0 [internal function]: testFunction(Array)
82 #0 [internal function]: testFunction(Array)
87 #0 [internal function]: testFunction(Array)
92 #0 [internal function]: testFunction(Array)
97 #0 [internal function]: testFunction(Array)
[all …]
/PHP-7.2/ext/spl/internal/
H A Dsplobjectstorage.inc30 function rewind()
37 function valid()
44 function key()
51 function current()
60 function getInfo()
78 function next()
86 function count()
94 function contains($obj)
123 function detach($obj)
155 function offsetGet($obj)
[all …]
/PHP-7.2/Zend/tests/generators/
H A Dgenerator_with_arg_unpacking.phpt5 (function() { yield; })(...range(1, 16384));
6 call_user_func_array(function() { yield; }, range(1, 16384));
7 $g = (function() { yield; })(...range(1, 16384));
8 $g = call_user_func_array(function() { yield; }, range(1, 16384));
/PHP-7.2/ext/soap/tests/interop/Round2/GroupB/
H A Dround2_groupB.inc4 function echoStructAsSimpleTypes ($struct)
11 function echoSimpleTypesAsStruct($string, $int, $float)
18 function echoNestedStruct($struct)
23 function echo2DStringArray($ary)
28 function echoNestedArray($ary)
/PHP-7.2/tests/classes/
H A Darray_access_006.phpt9 function __construct() {
13 function offsetExists($index) {
17 function offsetGet($index) {
21 function offsetSet($index, $value) {
25 function offsetUnset($index) {
/PHP-7.2/ext/pcre/tests/
H A D005.phpt9 /p2/var/php_gcov/PHP_4_4/ext/ming/ming.c: In function `zif_swfbitmap_init':
16 /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c: In function `zif_posix_getsid':
36 /p2/var/php_gcov/PHP_4_4/ext/yp/yp.c: In function `zif_yp_err_string':
54 ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
56 ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
58 ext/ming/ming.o(.text+0xc115): In function `zim_swfmovie_namedAnchor':
137 [8] => implicit declaration of function `getpgid'
152 [8] => implicit declaration of function `getsid'
167 [8] => implicit declaration of function `pread'
182 [8] => implicit declaration of function `pwrite'
[all …]
/PHP-7.2/Zend/tests/
H A D003.phpt6 function test1() {
10 function test2($a) {
14 function test3($a, $b) {
37 static function test1($a) {
58 Exception: Too few arguments to function test2(), 0 passed in %s003.php on line %d and exactly 1 ex…
67 Exception: Too few arguments to function test3(), 1 passed in %s003.php on line %d and exactly 2 ex…
79 Warning: func_get_args(): Called from the global scope - no function context in %s on line %d
H A Dbug39944.phpt7 function &getValue() {
12 function setValue(&$int, $iNewValue) {
28 function &getArray() {
33 function addToArray(&$arr, $strToAdd) {
52 function Add($strToAdd) {
56 function &getArray() {
62 private function addToArray(&$arr, $strToAdd) {

Completed in 42 milliseconds

12345678910>>...299