Home
last modified time | relevance | path

Searched refs:function (Results 501 – 525 of 7337) sorted by relevance

1...<<21222324252627282930>>...294

/PHP-7.4/Zend/tests/
H A Dbug38047.phpt10 function A_ftk($a) {
14 function kalus_error_handler($error_code, $error_string, $filename, $line, $symbols) {
19 function get_error_context() {
30 if (isset($call["function"])) {
31 echo " ".$call["function"]."()";
47 Fatal error: Uncaught ArgumentCountError: Too few arguments to function A::A_ftk(), 0 passed in %sb…
H A Dforeach_004.phpt8 function __construct($trap = null) {
13 function trap($trap) {
19 function rewind() {$this->trap(__FUNCTION__); return parent::rewind();}
20 function valid() {$this->trap(__FUNCTION__); return parent::valid();}
21 function key() {$this->trap(__FUNCTION__); return parent::key();}
22 function next() {$this->trap(__FUNCTION__); return parent::next();}
H A Dbug34064.phpt2 Bug #34064 (arr[] as param to function in class gives invalid opcode)
7 function test_ref(&$test)
12 function test($test)
16 function run()
H A Dbug34893.phpt7 function __get($name){
10 function __set($name, $value) {
16 function __get($name){
19 function __set($name, $value) {
H A Dbug45744.phpt6 public function __construct(array $data) {
10 private function callback($value) {
24 public function __construct(array $data) {
28 private function callBack($value) {
H A Dbug50810.phpt11 private function foo()
15 public function propertyFooExists()
24 public function methodExists()
29 public function propertyBarExists()
H A Dbug65372.phpt10 public static function Get()
21 function __construct()
26 public static function &GetCurrent()
31 public static function &Get()
H A Dbug68652.phpt8 public static function getInstance() {
15 public function __destruct() {
23 public static function getInstance() {
30 public function __destruct() {
H A Dbug68896.phpt7 function offsetGet($offset) {
10 function offsetSet($offset, $value) {
13 function offsetExists($offset) {
16 function offsetUnset($offset) {
H A Dbug69989_3.phpt7 function gen1() {
14 function gen2() {
23 function gen3() {
33 function gen4() {
H A Dcall_user_func_005.phpt2 Passing Closure as parameter to an non-existent function
7 public static function __callstatic($x, $y) {
12 public function teste() {
13 return foo::x(function &($a=1,$b) { });
/PHP-7.4/Zend/tests/traits/
H A Dlanguage005.phpt8 public function smallTalk() {
11 public function bigTalk() {
17 public function smallTalk() {
20 public function bigTalk() {
H A Dconflict003.phpt8 public function smallTalk() {
11 public function bigTalk() {
17 public function smallTalk() {
20 public function bigTalk() {
/PHP-7.4/Zend/tests/type_declarations/
H A Dcallable_001.phpt7 function baz() {}
8 static function foo() {}
10 function foo(callable $bar) {
13 $closure = function () {};
/PHP-7.4/tests/classes/
H A Dstatic_mix_1.phpt7 static function show() {
8 echo "Call to function pass::show()\n";
13 function show() {
14 echo "Call to function fail::show()\n";
H A Dabstract_class.phpt7 abstract function show();
11 function show() {
12 echo "Call to function show()\n";
25 Call to function show()
H A Dctor_dtor.phpt7 function __construct() {
10 function __destruct() {
16 function __construct() {
19 function __destruct() {
H A Dfactory_and_singleton_001.phpt11 static function factory($x) {
20 protected function __construct($x) {
25 static function destroy() {
29 protected function __destruct() {
33 public function get() {
37 static public function getX() {
45 static public function count() {
/PHP-7.4/tests/lang/
H A Dthis_assignment.phpt7 function me() { echo "first"; }
9 function who() {
23 function who() {
29 function me() { echo "second"; }
/PHP-7.4/Zend/tests/generators/
H A Dyield_in_finally_cleanup.phpt5 function gen1() {
12 function gen2() {
20 function gen3() {
32 function gen4() {
/PHP-7.4/tests/func/
H A D003.phpt2 General function test
6 function a()
11 function b($i)
17 function c($i,$j)
36 function factorial($n)
46 function factorial2($start, $n)
66 function call_fact()
76 function return4() { return 4; }
77 function return7() { return 7; }
90 function andi($i, $j)
[all …]
/PHP-7.4/ext/spl/tests/
H A Diterator_023.phpt8 function getChildren()
14 function valid()
40 function rewind()
47 function valid()
58 function current()
64 function key()
70 function next()
76 function callHasChildren()
92 function callGetChildren()
103 function beginChildren()
[all …]
/PHP-7.4/ext/shmop/tests/
H A D002.phpt17 echo PHP_EOL, '## shmop_open function tests ##';
33 echo PHP_EOL, '## shmop_read function tests ##';
47 echo PHP_EOL, '## shmop_write function tests ##';
56 echo PHP_EOL, '## shmop_size function tests ##';
64 echo PHP_EOL, '## shmop_close function tests ##';
69 ## shmop_open function tests ##
85 ## shmop_read function tests ##
95 ## shmop_write function tests ##
102 ## shmop_size function tests ##
106 ## shmop_delete function tests ##
[all …]
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc316 public function __construct(
345 public function testConfig()
487 public function ping(
505 public function status(
585 public function request(
800 public function getUser()
808 public function getGroup()
816 public function getUid()
824 public function getGid()
866 public function terminate()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_fill_keys_variation3.phpt2 Test array_fill_keys() function : variation of parameter
22 echo "\n-- Testing array_fill_keys() function with both wrong arguments --\n";
25 echo "\n-- Testing array_fill_keys() function with unusual second arguments --\n";
28 echo "\n-- Testing array_fill_keys() function with mixed array --\n";
37 -- Testing array_fill_keys() function with both wrong arguments --
42 -- Testing array_fill_keys() function with unusual second arguments --
50 -- Testing array_fill_keys() function with mixed array --

Completed in 26 milliseconds

1...<<21222324252627282930>>...294