Home
last modified time | relevance | path

Searched refs:return (Results 226 – 250 of 3006) sorted by relevance

12345678910>>...121

/PHP-8.2/ext/standard/tests/array/
H A Darray_udiff_assoc_variation5.phpt10 echo "\n-- comparison function with an incorrect return value --\n";
12 return array(1);
18 return 1;
28 return 1;
36 -- comparison function with an incorrect return value --
H A Darray_udiff_uassoc_variation6.phpt10 echo "\n-- comparison function with an incorrect return value --\n";
12 return array(1);
18 return 1;
28 return 1;
36 -- comparison function with an incorrect return value --
H A Darray_udiff_variation5.phpt11 echo "\n-- comparison function with an incorrect return value --\n";
13 return array(1);
19 return 0;
29 return 0;
37 -- comparison function with an incorrect return value --
H A Darray_uintersect_assoc_variation5.phpt10 echo "\n-- comparison function with an incorrect return value --\n";
12 return array(1);
18 return 1;
28 return 1;
36 -- comparison function with an incorrect return value --
H A Darray_uintersect_uassoc_variation6.phpt10 echo "\n-- comparison function with an incorrect return value --\n";
12 return array(1);
18 return 1;
28 return 1;
36 -- comparison function with an incorrect return value --
H A Darray_uintersect_variation5.phpt10 echo "\n-- comparison function with an incorrect return value --\n";
12 return array(1);
18 return 1;
28 return 1;
36 -- comparison function with an incorrect return value --
/PHP-8.2/Zend/tests/
H A Daccess_modifiers_009.phpt8 return 'A::ma()';
12 return 'A::mp()';
18 return 'B1::ma()';
22 return 'B1::mp()';
26 return 'B1::mb()';
H A Dclosure_014.phpt2 Closure 014: return by value/reference
7 return 0;
12 return $a;
26 return 0;
44 return $a;
H A Dcall_user_func_closure_from_static_method.phpt8 return call_user_func($c);
12 return self::exec(function(){
13 return "okay";
H A Dprototype_range.phpt8 public function getInt(): int { return 0; }
11 return $this->getInt();
16 public function getInt(): int { return 1; }
H A Dclosure_040.phpt15 return function() { return ++$this->x; };
18 return static function() { return ++static::$xs; };
H A Derrmsg_005.phpt2 errmsg: can't use method return value in write context
8 return "blah";
18 Fatal error: Can't use method return value in write context in %s on line %d
/PHP-8.2/ext/standard/tests/file/
H A Dgh13136.phpt15 return true;
20 return true;
25 return fwrite($this->file, $data);
29 return false;
33 return substr($path, strlen("up://"));
/PHP-8.2/ext/mysqli/tests/
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-8.2/Zend/tests/type_declarations/mixed/validation/
H A Dmixed_return_strict_success.phpt2 Test that the mixed return type is compatible with any kind of return value in strict mode
9 return $a;
/PHP-8.2/ext/session/tests/
H A Dbug60634.phpt17 return true;
25 return '';
33 return true;
37 return true;
H A Dbug60634_error_1.phpt17 return true;
22 return true;
26 return '';
35 return true;
39 return true;
/PHP-8.2/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt8 return true;
11 return false;
15 return str_repeat('a', $count);
19 return strlen($data);
23 return false;
34 echo "should return previous chunk size (8192)\n";
41 echo "should return previous chunk size (1)\n";
66 should return previous chunk size (8192)
76 should return previous chunk size (1)
H A Dset_file_buffer.phpt12 return true;
16 return false;
21 return strlen($data);
26 return false;
H A Dgh15908.phpt12 return true;
17 return "a\nbb\ncc";
18 return "";
21 return $this->s >= 2;
/PHP-8.2/ext/pdo_sqlite/tests/
H A Dbug70862.phpt18 public function stream_open() { return true; }
19 public function stream_eof() { return true; }
20 public function stream_read() { return NULL; }
21 public function stream_stat() { return array(); }
/PHP-8.2/Zend/tests/return_types/
H A Dinheritance004.phpt2 Internal covariant return type of self
7 return new Foo;
13 return new Bar;
H A Dinheritance006.phpt2 External covariant return type of self
11 return new A;
17 return new B;
/PHP-8.2/ext/spl/tests/
H A DRecursiveIteratorIterator_invalid_aggregate.phpt2 RecursiveIteratorIterator constructor should thrown if IteratorAggregate does not return Iterator
9 return null;
21 MyIteratorAggregate::getIterator() must return an object that implements Traversable
/PHP-8.2/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 22 milliseconds

12345678910>>...121