Home
last modified time | relevance | path

Searched refs:return (Results 201 – 225 of 2639) sorted by relevance

12345678910>>...106

/PHP-7.4/ext/spl/tests/
H A Darray_020.phpt17 return ArrayIterator::valid();
23 return ArrayIterator::key();
29 return ArrayIterator::current();
35 return ArrayIterator::next();
H A DArrayObject_sort_different_backing_storage.phpt8 $ao->uasort(function($a, $b) { return $a <=> $b; });
12 $ao2->uasort(function($a, $b) { return $b <=> $a; });
19 $ao3->uasort(function($a, $b) { return $a <=> $b; });
23 $ao4->uasort(function($a, $b) { return $a <=> $b; });
27 $ao5->uasort(function($a, $b) { return $a <=> $b; });
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug70862.phpt17 public function stream_open() { return true; }
18 public function stream_eof() { return true; }
19 public function stream_read() { return NULL; }
20 public function stream_stat() { return array(); }
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_zerofill.phpt20 return true;
26 return false;
32 return false;
39 return false;
45 return false;
60 return false;
65 return false;
69 return true;
H A Dmysqli_stmt_bind_param_type_juggling.phpt17 return false;
24 return false;
29 return false;
34 return false;
39 return false;
44 return false;
49 return false;
53 return false;
59 return false;
72 return false;
[all …]
/PHP-7.4/Zend/tests/type_declarations/
H A Diterable_003.phpt7 return [];
10 return (function () { yield; })();
14 return 1;
/PHP-7.4/Zend/tests/
H A Dbug63468.phpt9 return call_user_func(array('Bar', 'getValue'));
14 return 'Foo';
22 return 'Bar';
H A Dcall_user_func_003.phpt11 return 'OK!';
15 return $instance;
19 var_dump(call_user_func(function() use (&$foo) { return $foo; }, '__invoke'));
/PHP-7.4/ext/session/tests/
H A Dbug60634_error_1.phpt15 return true;
20 return true;
24 return '';
33 return true;
37 return true;
H A Dsession_module_name_variation3.phpt25 function close() { return true; }
26 function read($id) { return ''; }
27 function write($id, $session_data) { return true; }
28 function destroy($id) { return true; }
29 function gc($maxlifetime) { return true; }
H A Dsession_set_save_handler_error2.phpt20 function open($save_path, $session_name) { return true; }
21 function close() { return true; }
22 function read($id) { return false; }
24 function destroy($id) { return true; }
25 function gc($maxlifetime) { return true; }
H A Dbug32330.phpt20 return TRUE;
26 return TRUE;
32 return '';
38 return TRUE;
44 return TRUE;
50 return TRUE;
H A Dsession_set_save_handler_sid_002.phpt24 return true;
28 return true;
32 return @file_get_contents($this->path . $id);
36 return file_put_contents($this->path . $id, $data);
49 return true;
53 return null;
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromiterator7.phpt19 return next($this->a);
23 return current($this->a);
27 return key($this->a);
31 return current($this->a);
35 return reset($this->a);
H A Dphar_buildfromiterator9.phpt19 return next($this->a);
23 return current($this->a);
27 return key($this->a);
31 return current($this->a);
35 return reset($this->a);
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_buildfromiterator4.phpt19 return next($this->a);
23 return current($this->a);
27 return key($this->a);
31 return current($this->a);
35 return reset($this->a);
H A Dphar_buildfromiterator9.phpt19 return next($this->a);
23 return current($this->a);
27 return key($this->a);
31 return current($this->a);
35 return reset($this->a);
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_buildfromiterator4.phpt19 return next($this->a);
23 return current($this->a);
27 return key($this->a);
31 return current($this->a);
35 return reset($this->a);
H A Dphar_buildfromiterator9.phpt19 return next($this->a);
23 return current($this->a);
27 return key($this->a);
31 return current($this->a);
35 return reset($this->a);
/PHP-7.4/ext/standard/tests/array/
H A Dbug50006.phpt17 if (!$a) return $b ? -1 : 0;
18 if (!$b) return 1;
19 return magic_sort_cmp($a, $b);
H A Dbug50006_1.phpt17 if (!$a) return $b ? -1 : 0;
18 if (!$b) return 1;
19 return magic_sort_cmp($a, $b);
H A Dbug50006_2.phpt17 if (!$a) return $b ? -1 : 0;
18 if (!$b) return 1;
19 return magic_sort_cmp($a, $b);
/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_004.phpt8 return 1;
13 return 1;
18 return 3;
/PHP-7.4/Zend/tests/return_types/
H A Dreturn_reference_separation.phpt6 return $abc;
10 return $abc;
14 return $abc;
/PHP-7.4/tests/classes/
H A Dfactory_and_singleton_001.phpt13 return test::$test;
16 return test::$test;
34 return $this->x;
39 return test::$test->x;
41 return NULL;
46 return test::$cnt;

Completed in 28 milliseconds

12345678910>>...106