Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...278

/PHP-5.6/ext/standard/tests/general_functions/
H A Dbug36011.phpt8 static function test()
13 function whee()
18 function whee4()
23 static function whee5()
/PHP-5.6/Zend/tests/
H A Dbug20240.phpt12 function test() {
17 function destructor() {
21 function __destruct() {
25 function add() {
H A D023.phpt2 Testing variable variables as function name
13 public function a() {
19 public function test() {
25 function test() {
H A Dbug60909_2.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
5 register_shutdown_function(function(){echo("\n\n!!!shutdown!!!\n\n");});
6 set_error_handler(function($errno, $errstr, $errfile, $errline){throw new Exception("Foo");});
9 public function __toString() {
H A Dbug61782.phpt6 abstract protected function __clone();
10 protected function __clone() {
16 public function __construct() {
21 public function __clone() {}
H A Dns_056.phpt11 function update(\SplSubject $x) {
17 function attach(SplObserver $x) {
20 function notify() {
22 function detach(SplObserver $x) {
H A Dbug38220.phpt8 function func1() {
12 function close() {
20 function __construct($i) {
25 function __call($method, $args) {
39 function __destruct() {
48 static function drv() {
H A Dget_defined_functions_basic.phpt2 get_defined_functions() function : basic functionality
13 function foo() {}
15 // mixed case function
16 function HelloWorld() {}
19 function f1() {}
20 static function f2() {}
/PHP-5.6/ext/ctype/tests/
H A D001.phpt9 function ctype_test_001($function) {
12 if($function($a)) $n++;
14 echo "$function $n\n";
/PHP-5.6/tests/classes/
H A Dstatic_this.phpt2 ZE2 $this can be an argument to a static function
8 function __construct()
14 static function Test1()
19 static function Test2($this)
/PHP-5.6/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_soapfault.inc4 function echoVersionMismatchFault()
8 function echoMustUnderstandFault()
12 function HeaderRequest($string)
/PHP-5.6/Zend/tests/use_function/
H A Dself_parent.phpt2 Allow self and parent in use function statement
7 use function self as foo;
8 use function parent as bar;
/PHP-5.6/ext/spl/examples/
H A Ddualiterator.inc50 function getLHS()
57 function getRHS()
64 function setFlags($flags)
71 function getFlags()
78 function rewind()
86 function valid()
93 function current()
111 function key()
127 function next()
136 function areIdentical()
[all …]
/PHP-5.6/ext/standard/tests/array/
H A Darray_diff_ukey_error.phpt2 Test array_diff_ukey() function : error conditions
17 function key_compare_func($key1, $key2)
26 echo "\n-- Testing array_diff_ukey() function with more than expected no. of arguments --\n";
30 echo "\n-- Testing array_diff_ukey() function with less than expected no. of arguments --\n";
34 echo "\n-- Testing array_diff_ukey() function with no arguments --\n";
41 -- Testing array_diff_ukey() function with more than expected no. of arguments --
46 -- Testing array_diff_ukey() function with less than expected no. of arguments --
51 -- Testing array_diff_ukey() function with no arguments --
H A Darray_intersect_key_error.phpt2 Test array_intersect_key() function : error conditions
12 //Initialise function arguments
16 echo "\n-- Testing array_intersect_key() function with less than expected no. of arguments --\n";
20 echo "\n-- Testing array_intersect_key() function with no arguments --\n";
27 -- Testing array_intersect_key() function with less than expected no. of arguments --
32 -- Testing array_intersect_key() function with no arguments --
H A Darray_diff_error.phpt2 Test array_diff() function : error conditions - too few arguments passed to function
17 echo "\n-- Testing array_diff() function with zero arguments --\n";
22 echo "\n-- Testing array_diff() function with less than expected no. of arguments --\n";
31 -- Testing array_diff() function with zero arguments --
36 -- Testing array_diff() function with less than expected no. of arguments --
H A Darray_diff_ukey_variation5.phpt2 Test array_diff_ukey() function : usage variation - Passing multi-dimensional array
6 …nt in any of the others arguments. User supplied function is used for comparing the keys. This fun…
12 // Initialise function arguments not being substituted (if any)
31 echo "\n-- Testing array_diff_ukey() function with multi dimensional array --\n";
39 -- Testing array_diff_ukey() function with multi dimensional array --
H A Darsort_object1.phpt2 Test arsort() function : object functionality - sort objects
7 Elements will be arranged from highest to lowest when this function has completed.
24 function __construct($value){
35 function __construct($value){
40 function __tostring() {
64 // testing arsort() function by supplying integer object array, flag value is defualt
69 // testing arsort() function by supplying string object array, flag value is defualt
75 // testing arsort() function by supplying integer object array, flag value = SORT_REGULAR
80 // testing arsort() function by supplying string object array, flag value = SORT_REGULAR
/PHP-5.6/ext/date/tests/
H A Dmktime_error.phpt2 Test mktime() function : error conditions
17 echo "\n-- Testing mktime() function with Zero arguments --\n";
20 echo "\n-- Testing mktime() function with more than expected no. of arguments --\n";
36 -- Testing mktime() function with Zero arguments --
38 Strict Standards: mktime(): You should be using the time() function instead in %s on line %d
41 -- Testing mktime() function with more than expected no. of arguments --
H A Ddate_isodate_set_error.phpt2 Test date_isodate_set() function : error conditions
17 echo "\n-- Testing date_isodate_set() function with zero arguments --\n";
21 echo "\n-- Testing date_isodate_set() function with less than expected no. of arguments --\n";
24 echo "\n-- Testing date_isodate_set() function with more than expected no. of arguments --\n";
31 echo "\n-- Testing date_isodate_set() function with an invalid values for \$object argument --\n";
43 -- Testing date_isodate_set() function with zero arguments --
48 -- Testing date_isodate_set() function with less than expected no. of arguments --
53 -- Testing date_isodate_set() function with more than expected no. of arguments --
58 -- Testing date_isodate_set() function with an invalid values for $object argument --
H A Ddate_time_set_error.phpt2 Test date_time_set() function : error conditions
15 echo "\n-- Testing date_time_set() function with zero arguments --\n";
18 echo "\n-- Testing date_time_set() function with less than expected no. of arguments --\n";
24 echo "\n-- Testing date_time_set() function with more than expected no. of arguments --\n";
30 echo "\n-- Testing date_time_set() function with an invalid values for \$object argument --\n";
42 -- Testing date_time_set() function with zero arguments --
47 -- Testing date_time_set() function with less than expected no. of arguments --
55 -- Testing date_time_set() function with more than expected no. of arguments --
60 -- Testing date_time_set() function with an invalid values for $object argument --
/PHP-5.6/ext/standard/tests/file/
H A Dbug27508.phpt8 function stream_open($path, $mode, $options, &$opened_path)
16 function stream_read($count)
21 function stream_write($data)
26 function stream_tell()
31 function stream_eof()
39 function stream_seek($offset, $whence)
/PHP-5.6/ext/reflection/tests/
H A Dexception.inc3 function MyException($_errno, $_errmsg) {
8 function getErrno() {
12 function getErrmsg() {
/PHP-5.6/ext/filter/tests/
H A D029.phpt8 /* Simple callback function */
9 function test($var) {
22 static function test ($var) {
31 /* empty function without return value */
32 function test1($var) {
40 function test2(&$var) {
49 function test3(&$var) {
58 function test4(&$var) {
66 function test5(&$var) {
/PHP-5.6/ext/interbase/tests/
H A Dinterbase.inc13 function init_db()
28 function cleanup_db()
39 function out_table($table_name)
50 function out_result($result, $table_name = "")
59 function out_result_trap_error($result, $table_name = "")
70 function rand_datetime()
78 function rand_binstr($max_len)
88 function rand_str($max_len)
98 function rand_number($len , $prec = -1, $sign = 1)

Completed in 139 milliseconds

1...<<11121314151617181920>>...278