Home
last modified time | relevance | path

Searched refs:function (Results 526 – 550 of 7077) sorted by relevance

1...<<21222324252627282930>>...284

/PHP-5.6/Zend/tests/
H A Dlsb_022.phpt6 static function test() {
9 static function __callstatic($name, $args) {
14 static function test() {
17 static function __callstatic($name, $args) {
H A Dclosure_017.phpt2 Closure 017: Trying to destroy an active lambda function
6 $a = function(&$a) { $a = 1; };
12 Fatal error: Cannot destroy active lambda function in %s on line %d
H A Dobjects_018.phpt2 Using the same function name on interface with inheritance
7 function a();
11 function a();
H A Dbug38779_1.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
14 function stream_read($count) {
19 function stream_eof() {
22 function stream_flush() {
26 function stream_close() {
/PHP-5.6/tests/lang/
H A D038.phpt8 function __construct($errstr, $errno=0, $errfile='', $errline='')
16 function Error2Exception($errno, $errstr, $errfile, $errline)
31 var_dump($trace[0]['function']);
32 var_dump($trace[1]['function']);
H A Dengine_assignExecutionOrder_004.phpt6 function i1() {
11 function i2() {
16 function i3() {
21 function i4() {
H A Dbug20175.phpt12 * Storing the result of a function in a static variable.
20 function foo_global() {
26 function foo_static() {
40 * after the function call bar_global() is done in current local scope.
44 function bar_global() {
50 function bar_static() {
70 function &wow_global() {
77 function wow_static() {
100 function oop_class() {
110 function oop_test() {
[all …]
H A DforeachLoopIteratorAggregate.002.phpt7 function getIterator() {
13 function getIterator() {
19 function getIterator() {
25 function getIterator() {
31 function f($className) {
/PHP-5.6/tests/output/
H A Dbug65593.phpt2 Bug #65593 (ob_start(function(){ob_start();});)
7 ob_start(function(){ob_start();});
13 Fatal error: Cannot destroy active lambda function in %sbug65593.php on line %d
/PHP-5.6/ext/spl/internal/
H A Dspldoublylinkedlist.inc51 public function pop()
62 public function shift()
90 public function top()
97 public function bottom()
104 public function count()
111 public function isEmpty()
145 public function rewind()
156 public function valid()
163 public function key()
170 public function current()
[all …]
/PHP-5.6/ext/standard/tests/array/
H A Darray_walk_object2.phpt2 Test array_walk() function : object functionality - array of objects
6 * Description: Apply a user function to every member of an array
23 function callback_private($value, $key, $addValue)
31 function callback_public($value, $key)
36 function callback_protected($value, $key)
47 public function __construct($setVal)
53 public function getValue()
57 public function get_pro_value()
H A Darray_walk_recursive_object2.phpt2 Test array_walk_recursive() function : object functionality - array of objects
6 * Description: Apply a user function to every member of an array
23 function callback_private($value, $key, $addValue)
31 function callback_public($value, $key)
36 function callback_protected($value, $key)
47 public function __construct($setVal)
53 public function getValue()
57 public function get_pro_value()
H A Darray_diff_uassoc_variation11.phpt2 Test array_diff_uassoc() function : usage variation - Passing boolean indexed array
7 * user supplied callback function
13 // Initialise function arguments not being substituted (if any)
17 echo "\n-- Testing array_diff_key() function with float indexed array --\n";
26 -- Testing array_diff_key() function with float indexed array --
H A Darray_flip_error.phpt2 Test array_flip() function : error conditions
13 echo "-- Testing array_flip() function with Zero arguments --\n";
17 echo "-- Testing array_flip() function with more than expected no. of arguments --\n";
26 -- Testing array_flip() function with Zero arguments --
30 -- Testing array_flip() function with more than expected no. of arguments --
H A Darray_sum_error.phpt2 Test array_sum() function : error conditions
13 echo "-- Testing array_sum() function with zero arguments --\n";
17 echo "-- Testing array_sum() function with more than expected no. of arguments --\n";
26 -- Testing array_sum() function with zero arguments --
30 -- Testing array_sum() function with more than expected no. of arguments --
H A Darray_unique_error.phpt2 Test array_unique() function : error conditions
13 echo "\n-- Testing array_unique() function with zero arguments --\n";
17 echo "\n-- Testing array_unique() function with more than expected no. of arguments --\n";
27 -- Testing array_unique() function with zero arguments --
32 -- Testing array_unique() function with more than expected no. of arguments --
H A Darray_diff_ukey_variation8.phpt2 Test array_diff_ukey() function : usage variation - Passing boolean indexed array
12 // Initialise function arguments not being substituted (if any)
16 function key_compare_func($key1, $key2)
21 echo "\n-- Testing array_diff_ukey() function with boolean indexed array --\n";
31 -- Testing array_diff_ukey() function with boolean indexed array --
/PHP-5.6/ext/exif/tests/
H A Dexif_tagname_error.phpt2 Test exif_tagname() function : error conditions
15 echo "\n-- Testing exif_tagname() function with no arguments --\n";
18 echo "\n-- Testing exif_tagname() function with more than expected no. of arguments --\n";
27 -- Testing exif_tagname() function with no arguments --
32 -- Testing exif_tagname() function with more than expected no. of arguments --
/PHP-5.6/ext/standard/tests/strings/
H A Dcount_chars_error.phpt2 Test count_chars() function : error conditions
13 echo "\n-- Testing count_chars() function with no arguments --\n";
16 echo "\n-- Testing count_chars() function with more than expected no. of arguments --\n";
27 -- Testing count_chars() function with no arguments --
32 -- Testing count_chars() function with more than expected no. of arguments --
H A Dexplode_error.phpt2 Test explode() function : error conditions
13 echo "\n-- Testing explode() function with no arguments --\n";
16 echo "\n-- Testing explode() function with more than expected no. of arguments --\n";
28 -- Testing explode() function with no arguments --
33 -- Testing explode() function with more than expected no. of arguments --
H A Dmd5_error.phpt2 Test md5() function : error conditions
12 echo "\n-- Testing md5() function with no arguments --\n";
15 echo "\n-- Testing md5() function with more than expected no. of arguments --\n";
26 -- Testing md5() function with no arguments --
31 -- Testing md5() function with more than expected no. of arguments --
H A Dstripcslashes_error.phpt2 Test stripcslashes() function : error conditions
15 echo "\n-- Testing stripcslashes() function with no arguments --\n";
18 echo "\n-- Testing stripcslashes() function with more than expected no. of arguments --\n";
25 -- Testing stripcslashes() function with no arguments --
30 -- Testing stripcslashes() function with more than expected no. of arguments --
/PHP-5.6/ext/tidy/tests/
H A D027.phpt13 public function BaseClass() {
26 abstract public function run();
28 public function getURL($url) {
41 public function ChildClass() {
45 public function run() {
/PHP-5.6/tests/classes/
H A Dbug27504.phpt6 function __construct () {
9 private function bar ( $param ) {
10 echo 'Called function foo:bar('.$param.')'."\n";
21 Called function foo:bar(1)
/PHP-5.6/ext/reflection/tests/
H A Dbug37964.phpt7 private function test2() {
12 private function test() {
14 protected function test3() {
18 private function foobar() {

Completed in 49 milliseconds

1...<<21222324252627282930>>...284