Home
last modified time | relevance | path

Searched refs:return (Results 251 – 275 of 2639) sorted by relevance

1...<<11121314151617181920>>...106

/PHP-7.4/Zend/tests/
H A Dns_057.phpt10 return "func ok\n";
21 return "method ok\n";
26 return $x;
29 return $x;
33 return "ok\n";
H A Dns_058.phpt8 return "func ok\n";
19 return "method ok\n";
24 return $x;
27 return $x;
31 return "ok\n";
H A Dbug63336.phpt9 public function foo($var=TEST, $more=null) { return true; }
10 public function bar($more=self::DUMMY) { return true; }
15 public function foo($var=TEST, array $more = array()) { return true; }
16 public function bar($var, $more=self::DUMMY) { return true; }
H A D023.phpt14 return "bar!";
21 return new bar;
26 return new foo;
H A Dbug75079_2.phpt11 return function(){
12 return function(){
13 return Foo::$bar;
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc144 * @return string
246 * @return bool
300 * @return string
390 * @return array
401 return $ret;
407 * @return array
434 * @return array
460 * @return string
476 * @return array
500 * @return int
[all …]
/PHP-7.4/tests/classes/
H A Dfactory_and_singleton_002.phpt13 return test::$test;
16 return test::$test;
34 return $this->x;
39 return test::$test->x;
41 return NULL;
46 return test::$cnt;
/PHP-7.4/ext/spl/tests/
H A Diterator_003.phpt19 return $this->id . ', ' . $this->name;
24 return $this->id;
41 return $this->current()->getId() == $this->id;
66 return true;
69 return false;
73 return new CachingIterator($this->students->getIterator(), true);
H A Diterator_022.phpt11 return $this->current();
19 return false;
23 return true;
55 return parent::valid();
61 return parent::current();
67 return parent::key();
89 return $res;
97 return NULL;
100 return new MyRecursiveArrayIterator($this->current());
H A Diterator_009.phpt16 return parent::valid();
21 return parent::current();
26 return parent::key();
H A Dbug74478.phpt10 return parent::offsetExists($name);
14 return parent::offsetGet($name);
18 return parent::offsetSet($name, $value);
22 return parent::offsetUnset($name);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_zerofill.phpt20 return true;
26 return false;
32 return false;
46 return false;
51 return false;
54 return true;
H A Dbug42378.phpt21 return array();
31 return array();
44 return array();
48 return $values;
57 return false;
70 return false;
77 return false;
84 return false;
94 return false;
101 return false;
[all …]
H A Dmysqli_stmt_bind_limits.phpt38 …$stmt_bind_param = 'return mysqli_stmt_bind_param($stmt, "' . $stmt_types . '", ' . $stmt_params .…
44 return false;
50 return false;
54 return false;
61 return false;
71 return false;
76 return false;
81 return false;
89 return false;
101 return true;
/PHP-7.4/ext/reflection/tests/
H A DReflectionObject_isInstantiable_variation.phpt8 return new ReflectionObject(new self);
15 return new ReflectionObject(new self);
22 return new ReflectionObject(new self);
29 return new ReflectionObject(new self);
36 return new ReflectionObject(new self);
43 return new ReflectionObject(new self);
50 return new ReflectionObject(new self);
/PHP-7.4/ext/ffi/
H A Dconfig.m420 [[return FFI_FASTCALL]])
33 [[return FFI_THISCALL]])
46 [[return FFI_STDCALL]])
59 [[return FFI_PASCAL]])
72 [[return FFI_REGISTER]])
85 [[return FFI_MS_CDECL]])
98 [[return FFI_SYSV]])
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc9 return $m[1];
11 return sapi_windows_cp_get($kind);
22 return;
44 return $out;
79 return;
85 return;
99 return;
134 return create_data_from_utf8($id, $item, $cp);
153 return $prefix;
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch97 - return 1;
102 - return 1;
108 - return ret;
121 return -1;
158 return 0;
160 - return 0;
166 return;
206 return ms;
218 return;
317 - return 0;
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_ukey_basic.phpt10 if ($key1 == $key2) return 0;
11 else if ($key1 > $key2) return 1;
12 else return -1;
H A Darray_intersect_ukey_basic.phpt10 if ($key1 == $key2) return 0;
11 else if ($key1 > $key2) return 1;
12 else return -1;
H A Dbug45312.phpt11 if ($a->priv_member === $b->priv_member) return 0;
12 return ($a->priv_member > $b->priv_member) ? 1 : -1;
16 if ($a->priv_member === $b->priv_member) return 0;
17 return ($a->priv_member < $b->priv_member) ? 1 : -1;
/PHP-7.4/Zend/tests/traits/
H A Derror_011.phpt7 public function test() { return 3; }
10 public function test() { return 2; }
14 public function test() { return 1; }
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_include.inc18 * @return IMAP stream to new mailbox on success; FALSE on failure
28 return false;
35 return false;
43 return false;
46 return $imap_stream;
71 return false;
79 return $mailbox;
138 * @return mailbox name
144 return false;
147 return $match[1];
/PHP-7.4/tests/lang/
H A DforeachLoopIteratorAggregate.003.phpt12 return $this->pos<3;
18 return $this->myContent[$this->pos++];
30 return $this->myContent[$this->pos];
36 return "meal " . $this->pos;
43 return new EnglishMealIterator;
49 return new A1;
55 return new A2;
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_002.phpt29 return true;
33 return true;
37 return (string)@file_get_contents($this->path . $id);
41 return (bool)file_put_contents($this->path . $id, $data);
46 return true;
55 return true;

Completed in 38 milliseconds

1...<<11121314151617181920>>...106