Home
last modified time | relevance | path

Searched refs:function (Results 476 – 500 of 7337) sorted by relevance

1...<<11121314151617181920>>...294

/PHP-7.4/Zend/tests/
H A Dbug73156.phpt2 Bug #73156 (segfault on undefined function)
6 public function __call($name, $args) {
23 ["function"]=>
32 ["function"]=>
H A Dclosure_033.phpt2 Closure 033: Dynamic closure property and private function
8 function __construct() {
9 $this->func = function() {
13 private function func() {
H A Dbug78502.phpt2 Bug #78502: Incorrect stack size calculation for indirectly recursive function call
17 function tree_map($tree, $recursive_attr, closure $callback){
19 $tree[$recursive_attr] = array_map(function($c) use($recursive_attr, $callback){
26 tree_map($tree, 'children', function ($node) {});
H A Dabstract_inheritance_001.phpt2 Allow abstract function override
6 abstract class A { abstract function bar($x); }
7 abstract class B extends A { abstract function bar($x); }
H A Dabstract_inheritance_002.phpt2 Allow abstract function override
6 abstract class A { abstract function bar($x); }
7 abstract class B extends A { abstract function bar($x, $y = 0); }
H A Dbug68775.phpt2 Bug #68775: yield in a function argument crashes or loops indefinitely
6 function a($x) {
10 function gen() {
H A Dclosure_057.phpt8 function getfunc() {
9 $b = function() {
10 $a = function() {
H A Dbug45805.phpt7 public static function handleError($errno, $errstr, $errfile, $errline)
14 public function getX() {
20 public function foo() {
25 public function bar() {
42 #1 [internal function]: B->foo()
H A Dbug48409.phpt2 Bug #48409 (crash when exception is thrown while passing function arguments)
10 public function xyz($d, $x)
21 public function process($p)
29 public function func()
46 public function run($x)
H A Dbug26166.phpt8 function __toString()
18 function __construct()
23 function __toString()
36 function __toString() {
51 function __toString() {
H A Dlist_destructuring_to_special_variables.phpt8 public function __set($name, $value) {
15 public function offsetSet($name, $value) {
18 public function offsetGet($name) {}
19 public function offsetExists($name) {}
20 public function offsetUnset($name) {}
/PHP-7.4/ext/ctype/tests/
H A D001.phpt9 function ctype_test_001($function) {
12 if($function($a)) $n++;
14 echo "$function $n\n";
/PHP-7.4/ext/soap/tests/interop/Round3/GroupF/
H A Dround3_groupF_headers.inc4 function Header1($input)
8 function Header2($input)
12 function echoString($inputString)
/PHP-7.4/ext/spl/tests/
H A Dobserver_001.phpt10 function __construct($name = 'obj')
15 function update(SplSubject $subject)
20 function getName()
31 function __construct($name = 'sub')
36 function attach(SplObserver $observer)
45 function detach(SplObserver $observer)
55 function notify()
64 function getName()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dphp_uname_error.phpt2 Test php_uname() function - error conditions - pass function incorrect arguments
11 echo "\n-- Testing php_uname() function with more than expected no. of arguments --\n";
14 echo "\n-- Testing php_uname() function with invalid mode --\n";
23 echo "\n-- Testing php_uname() function with invalid argument types --\n";
35 -- Testing php_uname() function with more than expected no. of arguments --
40 -- Testing php_uname() function with invalid mode --
43 -- Testing php_uname() function with invalid argument types --
/PHP-7.4/ext/reflection/tests/
H A DReflectionGenerator_in_Generator.phpt6 function call(ReflectionGenerator $ref, $method, $rec = true) {
14 function doCalls(ReflectionGenerator $ref) {
23 ($gen = (function() use (&$gen) {
28 yield from (function() use ($ref) {
54 ["function"]=>
/PHP-7.4/ext/soap/tests/
H A Dclassmap003.phpt11 function __construct($a){
18 function __construct($a){
24 function f(){
30 function __construct($wsdl, $options) {
36 function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-7.4/ext/standard/tests/strings/
H A Dchr_error.phpt2 Test chr() function : error conditions
13 echo "\n-- Testing chr() function with no arguments --\n";
16 echo "\n-- Testing chr() function with more than expected no. of arguments --\n";
25 -- Testing chr() function with no arguments --
30 -- Testing chr() function with more than expected no. of arguments --
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_uassoc_variation10.phpt2 Test array_diff_uassoc() function : usage variation - Passing float 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 --
/PHP-7.4/ext/session/tests/
H A Dbug78624.phpt23 public function open($path, $name) {
27 public function read($key) {
31 public function write($key, $data) {
35 public function close() {
39 public function destroy($key) {
43 public function gc($ts) {
/PHP-7.4/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-7.4/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt8 function foo()
13 function baa()
32 function live()
37 function dead()
48 function foo1()
66 function mod($b)
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_buildfromiterator7.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_buildfromiterator7.phpt13 function __construct(array $a)
17 function next() {
21 function current() {
25 function key() {
29 function valid() {
33 function rewind() {
/PHP-7.4/Zend/tests/traits/
H A Dbug61998.phpt10 public function func() {
16 public function func() {
22 public function func() {
25 public function func2() {
28 public function func3() {
43 public function func2() {

Completed in 30 milliseconds

1...<<11121314151617181920>>...294