Home
last modified time | relevance | path

Searched refs:function (Results 626 – 650 of 7077) sorted by relevance

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

/PHP-5.6/ext/standard/tests/network/
H A Dip2long_error.phpt2 Test ip2long() function : error conditions
14 echo "\n-- Testing ip2long() function with Zero arguments --\n";
18 echo "\n-- Testing ip2long() function with more than expected no. of arguments --\n";
28 -- Testing ip2long() function with Zero arguments --
33 -- Testing ip2long() function with more than expected no. of arguments --
H A Dlong2ip_error.phpt2 Test long2ip() function : error conditions
14 echo "\n-- Testing long2ip() function with Zero arguments --\n";
18 echo "\n-- Testing long2ip() function with more than expected no. of arguments --\n";
28 -- Testing long2ip() function with Zero arguments --
33 -- Testing long2ip() function with more than expected no. of arguments --
/PHP-5.6/ext/standard/tests/image/
H A Dimage_type_to_mime_type_error.phpt2 Test image_type_to_mime_type() function : error conditions - Pass incorrect number of arguments
15 echo "\n-- Testing image_type_to_mime_type() function with Zero arguments --\n";
19 echo "\n-- Testing image_type_to_mime_type() function with more than expected no. of arguments --\n…
26 -- Testing image_type_to_mime_type() function with Zero arguments --
31 -- Testing image_type_to_mime_type() function with more than expected no. of arguments --
/PHP-5.6/sapi/phpdbg/tests/commands/
H A D0101_info.test13 public function testMethod(){}
14 private function testPrivateMethod(){}
15 protected function testProtectedMethod(){}
/PHP-5.6/ext/reflection/tests/
H A DReflectionFunction_isVariadic_basic.phpt6 function test1($args) {}
7 function test2(...$args) {}
8 function test3($arg, ...$args) {}
/PHP-5.6/Zend/tests/generators/
H A Dbug65161.phpt6 function autoload() {
11 function testGenerator() {
20 Fatal error: Call to undefined function foo() in %s on line %d
/PHP-5.6/ext/standard/tests/array/
H A Darray_walk_closure.phpt15 var_dump(array_walk($ar, function(){ var_dump(func_get_args());}));
20 $func = function($value, $key, &$udata) {
32 $func = function($value, $key) use (&$user_data) {
45 $func = function($value, $key, &$udata) {
57 function sum_it_up_object($value, $key, $udata)
72 function sum_it_up_array($value, $key, $udata)
88 var_dump(array_walk($ar, function($v, $k) { if ($v == 2) throw new Exception; } ));
173 function with object
189 function with array
209 ["function"]=>
[all …]
H A Darray_column_object_cast.phpt2 Test array_column() function: basic functionality
6 function __toString() { return 'first_name'; }
10 function __toString() { return 'id'; }
14 function __toString() { return '2135'; }
/PHP-5.6/ext/pgsql/tests/
H A Dnonblocking.inc3 function nb_is_readable($stream, $timeout = 1) {
7 function nb_is_writable($stream, $timeout = 1) {
11 function nb_flush($db, $db_socket) {
25 function nb_consume($db, $db_socket) {
/PHP-5.6/Zend/tests/
H A Dbug64417.phpt7 public function offsetSet($offset, $value) {
14 public function offsetExists($offset) {
17 public function offsetUnset($offset) {
20 public function &offsetGet($offset) {
H A Dbug69212.phpt7 public static function __callStatic($method, $args) {}
8 public function __call($method, $args) {}
11 function do_throw() { throw new Exception; }
25 $f = function () {};
H A Dns_026.phpt10 function __construct() {
13 static function Bar() {
18 function Bar() {
35 Fatal error: Call to undefined function Foo\Foo\Bar() in %sns_026.php on line %d
H A Dbug69420.phpt7 protected function test() {
14 protected function test() {
20 public function foo() {
H A Dclosure_003.phpt6 function run () {
9 $lambda1 = function () use ($x) {
13 $lambda2 = function () use (&$x) {
H A Derrmsg_004.phpt2 errmsg: can't use function return value in write context
6 function foo() {
15 Fatal error: Can't use function return value in write context in %s on line %d
H A Derror_reporting06.phpt8 function foo1($arg) {
11 function foo2($arg) {
14 function foo3($arg) {
H A Dget_parent_class_001.phpt7 function foo();
11 public function foo() {
17 public function __construct() {
H A Dbug62763.phpt6 public function __construct() {
9 public function shutdown() {
15 public function __destruct() {
H A Derror_reporting07.phpt8 function foo1($arg) {
11 function foo2($arg) {
14 function foo3($arg) {
H A Dbug43200_2.phpt7 function foo();
11 abstract public function foo();
15 public function foo() {
/PHP-5.6/tests/classes/
H A Dtype_hinting_001.phpt9 function a(Foo $foo);
13 function b(Bar $bar);
17 function a(Foo $foo) {
21 function b(Bar $bar) {
/PHP-5.6/tests/lang/
H A Dbug24951.phpt5 function test($s, $mode)
9 function t1()
16 function t2()
24 function t3()
H A DpassByReference_004.phpt2 passing the return value from a function by reference
6 function foo(&$ref)
11 function bar($value)
/PHP-5.6/ext/standard/tests/filters/
H A Dphp_user_filter_03.phpt6 function filter($in, $out, &$consumed, $closing) {}
7 function onCreate($var) {}
8 function onClose() {}
H A Dphp_user_filter_02.phpt6 function filter($in, $out, $consumed, $closing) {}
7 function onCreate() {}
8 function onClose() {}

Completed in 37 milliseconds

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